{"id":46787382,"url":"https://github.com/bcgov/business-filings-ui","last_synced_at":"2026-06-15T22:00:50.505Z","repository":{"id":37074529,"uuid":"240140432","full_name":"bcgov/business-filings-ui","owner":"bcgov","description":"BC Registry Services - Legal Entities - Business Dashboard and Filings","archived":false,"fork":false,"pushed_at":"2026-06-10T08:09:11.000Z","size":21149,"stargazers_count":11,"open_issues_count":16,"forks_count":59,"subscribers_count":9,"default_branch":"main","last_synced_at":"2026-06-10T10:08:40.547Z","etag":null,"topics":["bcregistry","javascript","jest","keycloak","kubernetes","npm","openshift","scss","typescript","vue","vuetify"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bcgov.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS.txt","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-02-12T23:58:53.000Z","updated_at":"2026-06-10T08:09:17.000Z","dependencies_parsed_at":"2023-11-07T04:24:55.004Z","dependency_job_id":"6cecc867-c8f5-43e9-a230-853964f5ec52","html_url":"https://github.com/bcgov/business-filings-ui","commit_stats":{"total_commits":1291,"total_committers":66,"mean_commits":"19.560606060606062","dds":0.7172734314484895,"last_synced_commit":"d455e431ee1224de8a298aaa9bb8e251ee52162a"},"previous_names":[],"tags_count":538,"template":false,"template_full_name":"bcgov/bcrs-template-ui","purl":"pkg:github/bcgov/business-filings-ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbusiness-filings-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbusiness-filings-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbusiness-filings-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbusiness-filings-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/business-filings-ui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbusiness-filings-ui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34381762,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bcregistry","javascript","jest","keycloak","kubernetes","npm","openshift","scss","typescript","vue","vuetify"],"created_at":"2026-03-10T02:03:14.130Z","updated_at":"2026-06-15T22:00:50.492Z","avatar_url":"https://github.com/bcgov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](../LICENSE)\n[![codecov](https://codecov.io/gh/bcgov/business-filings-ui/branch/master/graph/badge.svg)](https://codecov.io/gh/bcgov/business-filings-ui)\n[![img](https://img.shields.io/badge/Lifecycle-Stable-97ca00)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)\n\n---\ndescription: business-filings-ui readme\nignore: true\n---\n\n## About\nThis UI implements a number of filings. See \"views\" folder for details.\n\nThis UI is built using Vue2 and Typescript. It uses Vite, Pinia and Vuetify.\n\n## Development\n\n### Install dependencies\n```\nnpm install\n```\n\n### Compile (with hot-reload) for development\n```\nnpm run serve\n```\n\n### Compile and minify for production\n```\nnpm run build\n```\n\n### Run the linter\n```\nnpm run lint\n```\n\n### Run your unit tests\n```\nnpm run test:unit\n```\n\n### Notes\n1. Make sure you have a local `.env` file. Sample contents can be found in `.env.example`. Ask a team member if you need help with unpopulated values.\n2. Run the command to build and serve the UI.\n3. Navigate to `http://localhost:8080/` in your browser, adding any necessary query parameters to load the desired filing.\n\n### Special consideration\n\nThis UI uses components from the **sbc-common-components** library, which is built using a different version of Vue and has different dependencies. As such, the `package.json` file has an \"overrides\" and \"peerDependencies\" section to ensure compatibility, and the `vite.config.js` file has specific plugin, alias, deps and optimizedDeps configuration. Do not change any of this unless you know what you are doing and have tested the changes thoroughly.\n\n### Customize configuration\nSee [Configuration Reference](https://cli.vuejs.org/config/).\n\n## Getting Help or Reporting an Issue\nTo report bugs/issues/feature requests, please file an [issue](https://github.com/bcgov/bcrs-entities-create-ui/issues/).\n\n## How to Contribute\nIf you would like to contribute, please see our [CONTRIBUTING](CONTRIBUTING.md) guidelines.\n\nPlease note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md).\nBy participating in this project you agree to abide by its terms.\n\n## Issues/Suggestions\nMake Suggestions/Issues [here!](https://github.com/bcgov/bcrs-entities-create-ui/issues/new)\nIssues are [markdown supported](https://guides.github.com/features/mastering-markdown/).\n\n## License\n    Copyright 2026 Province of British Columbia\n\n    Licensed under the Apache License, Version 2.0 (the \"License\");\n    you may not use this file except in compliance with the License.\n    You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n    Unless required by applicable law or agreed to in writing, software\n    distributed under the License is distributed on an \"AS IS\" BASIS,\n    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n    See the License for the specific language governing permissions and\n    limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fbusiness-filings-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Fbusiness-filings-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fbusiness-filings-ui/lists"}