BC Registry's business search service
UI portion for registries search. Contains user facing registries searching and results components.
Makes calls to solr for search, calls to lear apps, etc. for business data, and stores payments/access rights for documents.
Indexes / queries our business data.
Adds new businesses / updates businesses in solr from COLIN and LEAR.
Stores point in time documents (i.e. business summary)
setup
- fork this repo
- locally clone your forked repo
- locally set upstream to this repo:
git remote add upstream https://github.com/bcgov/registries-search.git
- locally prevent pushing to upstream
git remote set-url --push upstream no_push
- verify
git remote -v
contribute
- checkout upstream/main
- switch to new branch ticket_number-description
- make changes + ensure linter/tests pass
- commit / push to your forked repo
git push origin <branch_name>
- PR your forked repo changes to this repo
- assign yourself to the PR and add reviewers