Skip to content

eve-git/registries-search

 
 

Repository files navigation

Registries Search

BC Registry's business search service

search-ui

UI portion for registries search. Contains user facing registries searching and results components.

search-api

Makes calls to solr for search, calls to lear apps, etc. for business data, and stores payments/access rights for documents.

search-solr

Indexes / queries our business data.

search-solr-importer

Adds new businesses / updates businesses in solr from COLIN and LEAR.

doc-service

Stores point in time documents (i.e. business summary)

Developer contirbution flow

setup

  1. fork this repo
  2. locally clone your forked repo
  3. locally set upstream to this repo:
  • git remote add upstream https://github.com/bcgov/registries-search.git
  1. locally prevent pushing to upstream
  • git remote set-url --push upstream no_push
  1. verify
  • git remote -v

contribute

  1. checkout upstream/main
  2. switch to new branch ticket_number-description
  3. make changes + ensure linter/tests pass
  4. commit / push to your forked repo
  • git push origin <branch_name>
  1. PR your forked repo changes to this repo
  2. assign yourself to the PR and add reviewers

About

BC Registry's business search service

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 79.2%
  • Python 9.9%
  • TypeScript 4.7%
  • Vue 4.6%
  • Makefile 0.6%
  • XSLT 0.5%
  • Other 0.5%