Skip to content
forked from bcgov/bcbox

BC Stats fork of BC Box - a frontend UI for managing access control to S3 Objects

License

Notifications You must be signed in to change notification settings

bcgov/bcstats-lockbox

 
 

Repository files navigation

BC Stats LockBox

License Lifecycle:Maturing

A frontend UI for managing access control to S3 Objects.

Forked from the BCBox Common Service developed by the Common Services Team. To learn more about the Common Services available visit the Common Services Showcase page.

Directory Structure

.github/                   - PR, Issue templates and CI/CD
.vscode/                   - VSCode environment configurations
app/                       - Application Root
├── src/                   - Node.js web application
│   └── components/        - Components Layer
└── tests/                 - Node.js web application tests
chart/                     - General Helm Charts
└── bcbox/                 - BC Stats LockBox Helm Chart Repository
    └── templates/         - BC Stats LockBox Helm Chart Template manifests
frontend/                  - Frontend Root
├── src/                   - Node.js web application
│   ├── assets/            - Static File Assets
│   ├── components/        - Components Layer
│   ├── composables/       - Common composition elements
│   ├── interfaces/        - Typescript interface definitions
│   ├── lib/               - Repackaged external libraries
│   ├── router/            - Router Layer
│   ├── services/          - Services Layer
│   ├── store/             - Store Layer
│   ├── types/             - Typescript type definitions
│   ├── utils/             - Utility components
│   └── views/             - View Layer
└── tests/                 - Node.js web application tests
CODE-OF-CONDUCT.md         - Code of Conduct
COMPLIANCE.yaml            - BCGov PIA/STRA compliance status
CONTRIBUTING.md            - Contributing Guidelines
Dockerfile                 - Dockerfile Image definition
LICENSE                    - License

Documentation

Getting Help or Reporting an Issue

To report bugs/issues/features requests, please file an issue.

How to Contribute

If you would like to contribute, please see our contributing guidelines.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Forking & Self-hosting

If 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.

License

Copyright 2022 Province of British Columbia

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

BC Stats fork of BC Box - a frontend UI for managing access control to S3 Objects

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 49.7%
  • Vue 45.3%
  • SCSS 1.7%
  • JavaScript 1.5%
  • Smarty 0.7%
  • CSS 0.6%
  • Other 0.5%