Skip to content

eve-git/registries-search

This branch is 37 commits behind bcgov/registries-search:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b760f70 · Oct 19, 2023
Jun 12, 2023
Jun 14, 2022
Sep 2, 2022
Sep 8, 2023
Oct 19, 2023
Oct 6, 2023
Sep 28, 2023
Jun 28, 2023
May 18, 2023
Apr 20, 2022
Mar 29, 2022
Jul 6, 2022

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

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