{"id":44989534,"url":"https://github.com/bcgov/bcbox","last_synced_at":"2026-02-18T21:03:46.426Z","repository":{"id":65658136,"uuid":"561540800","full_name":"bcgov/bcbox","owner":"bcgov","description":"A frontend UI for managing access control to S3 Objects ","archived":false,"fork":false,"pushed_at":"2026-02-07T01:00:11.000Z","size":3142,"stargazers_count":11,"open_issues_count":7,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-02-07T11:58:53.796Z","etag":null,"topics":["access-control","bcbox","bcgov","coms","dds","docker","document-management","domo","javascript","microservice","nodejs","nr-showcase","nrids","object-storage","primevue","s3","typescript","vue","wlrs"],"latest_commit_sha":null,"homepage":"https://bcgov.github.io/bcbox/","language":"Vue","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","security":"SECURITY.md","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":"2022-11-03T23:11:25.000Z","updated_at":"2025-08-21T23:19:29.000Z","dependencies_parsed_at":"2023-10-17T04:55:53.570Z","dependency_job_id":"f9dd21c5-1710-496f-9467-d49c7363a744","html_url":"https://github.com/bcgov/bcbox","commit_stats":{"total_commits":584,"total_committers":10,"mean_commits":58.4,"dds":0.7157534246575342,"last_synced_commit":"b7b227de7ab68139d49b2678f0572eb4e3298edb"},"previous_names":[],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/bcgov/bcbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbcbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbcbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbcbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbcbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcgov","download_url":"https://codeload.github.com/bcgov/bcbox/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcgov%2Fbcbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29596130,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T20:59:56.587Z","status":"ssl_error","status_checked_at":"2026-02-18T20:58:41.434Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["access-control","bcbox","bcgov","coms","dds","docker","document-management","domo","javascript","microservice","nodejs","nr-showcase","nrids","object-storage","primevue","s3","typescript","vue","wlrs"],"created_at":"2026-02-18T21:03:45.694Z","updated_at":"2026-02-18T21:03:46.415Z","avatar_url":"https://github.com/bcgov.png","language":"Vue","readme":"\n# BCBox\n\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE)\n[![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)\n\n![Tests](https://github.com/bcgov/bcbox/workflows/Tests/badge.svg)\n[![Maintainability](https://api.codeclimate.com/v1/badges/bfaf1cdb7fe730c10840/maintainability)](https://codeclimate.com/github/bcgov/bcbox/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/bfaf1cdb7fe730c10840/test_coverage)](https://codeclimate.com/github/bcgov/bcbox/test_coverage)\n\nA frontend UI for managing access control to S3 Objects\n\nTo learn more about the **Common Services** available visit the [Common Services Showcase](https://bcgov.github.io/common-service-showcase/) page.\n\n## Directory Structure\n\n```txt\n.github/                   - PR, Issue templates and CI/CD\n.vscode/                   - VSCode environment configurations\napp/                       - Application Root\n├── src/                   - Node.js web application\n│   └── components/        - Components Layer\n└── tests/                 - Node.js web application tests\ncharts/                     - General Helm Charts\n└── bcbox/                 - BCBox Helm Chart Repository\n    └── templates/         - BCBox Helm Chart Template manifests\nfrontend/                  - Frontend Root\n├── src/                   - Node.js web application\n│   ├── assets/            - Static File Assets\n│   ├── components/        - Components Layer\n│   ├── composables/       - Common composition elements\n│   ├── interfaces/        - Typescript interface definitions\n│   ├── lib/               - Repackaged external libraries\n│   ├── router/            - Router Layer\n│   ├── services/          - Services Layer\n│   ├── store/             - Store Layer\n│   ├── types/             - Typescript type definitions\n│   ├── utils/             - Utility components\n│   └── views/             - View Layer\n└── tests/                 - Node.js web application tests\nbcgovpubcode.yaml          - BCGov Public Code manifest\nCODE-OF-CONDUCT.md         - Code of Conduct\nCOMPLIANCE.yaml            - BCGov PIA/STRA compliance status\nCONTRIBUTING.md            - Contributing Guidelines\nDockerfile                 - Dockerfile Image definition\nLICENSE                    - License\nSECURITY.md                - Security Policy and Reporting\n```\n\n## Documentation\n\n* [Application Readme](frontend/README.md)\n* [Product Roadmap](https://github.com/bcgov/bcbox/wiki/Product-Roadmap)\n* [Product Wiki](https://github.com/bcgov/bcbox/wiki)\n* [Security Reporting](SECURITY.md)\n\n## Getting Help or Reporting an Issue\n\nTo report bugs/issues/features requests, please file an [issue](https://github.com/bcgov/bcbox/issues).\n\n## How to Contribute\n\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). By participating in this project you agree to abide by its terms.\n\n## Forking \u0026 Self-hosting\n\nIf you intend to fork, host and support your own version of this application, please ensure that you re-brand the application's name and content. Please remove any notices, links or contact information and consider contributing new features back to this repository.\n\n## License\n\n```txt\nCopyright 2022 Province of British Columbia\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fbcbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcgov%2Fbcbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcgov%2Fbcbox/lists"}