Skip to content

usingtechnology/common-hosted-form-service

 
 

Common Hosted Form Service License img

Tests Maintainability Test Coverage

Create, edit and publish forms.

Directory Structure

.devcontainer              - Visual Studio Code devcontainer and local environment config
.github/                   - PR and Issue templates
.vscode/                   - Visual Studio Code's Launcher and Tasks
app/                       - Application Root
├── frontend/              - Frontend Root
│   ├── src/               - Vue.js frontend web application
│   └── tests/             - Vue.js frontend web application tests
├── src/                   - Node.js backend web application
│   ├── db/migrations      - data migration scripts
│   ├── docs/              - OpenAPI 3.0 Specification
│   └── forms/             - Models, Controllers, Routes for the forms
└── tests/                 - Node.js backend web application tests
components/                - Form.io Custom Components Library
openshift/                 - OpenShift-deployment and shared pipeline files
tests/                     - External test frameworks
├── functional/            - Supporting functional tests
│   └── cypress/           - Cypress functional test suite
└── load/                  - Supporting load tests
    └── load-test/         - Chefs API load test suite
CODE-OF-CONDUCT.md         - Code of Conduct
COMPLIANCE.yaml            - BCGov PIA/STRA compliance status
CONTRIBUTING.md            - Contributing Guidelines
LICENSE                    - License
SECURITY.md                - Security Policy and Reporting

Documentation

Help, Problems, and Feature Requests

Visit the CHEFS Wiki for help on using CHEFS.

To report a problem with CHEFS please create a GitHub Issue.

Feature requests can be found in the CHEFS Feedback - vote for a feature you want in CHEFS, or add a new feature that hasn't been requested.

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.

License

Copyright 2020 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

Create, edit and publish forms (powered by form.io)

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.2%
  • Vue 24.2%
  • TypeScript 9.1%
  • HTML 0.9%
  • SCSS 0.5%
  • Shell 0.1%