Skip to content

Commit

Permalink
Merge pull request #33 from jujaga/docs/readme
Browse files Browse the repository at this point in the history
General updates on readme documentation
  • Loading branch information
kamorel authored Apr 19, 2022
2 parents c7a3235 + e428c7d commit 1db2470
Show file tree
Hide file tree
Showing 7 changed files with 154 additions and 132 deletions.
61 changes: 33 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Common Object Management Service

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Lifecycle:Experimental](https://img.shields.io/badge/Lifecycle-Experimental-339999)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](LICENSE) [![Lifecycle:Maturing](https://img.shields.io/badge/Lifecycle-Maturing-007EC6)](https://github.com/bcgov/repomountie/blob/master/doc/lifecycle-badges.md)

![Tests](https://github.com/bcgov/common-object-management-service/workflows/Tests/badge.svg)
[![Maintainability](https://api.codeclimate.com/v1/badges/91d2b0aebc348a1d5d0a/maintainability)](https://codeclimate.com/github/bcgov/common-object-management-service/maintainability)
Expand All @@ -17,28 +17,31 @@ To learn more about the **Common Services** available visit the [Common Services

## Directory Structure

.github/ - PR and Issue templates
app/ - Application Root
|── src/ - Node.js web application
│ ├── components/ - Components Layer
│ ├── controllers/ - Controller Layer
│ ├── db/ - Database Layer
│ ├── docs/ - OpenAPI 3.0 Specification
│ ├── middleware/ - Middleware Layer
│ ├── routes/ - API Route Layer
│ └── services/ - Services Layer
└── tests/ - Node.js web application tests
openshift/ - OpenShift-deployment and shared pipeline files
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
```txt
.github/ - PR and Issue templates
app/ - Application Root
├── src/ - Node.js web application
│ ├── components/ - Components Layer
│ ├── controllers/ - Controller Layer
│ ├── db/ - Database Layer
│ ├── docs/ - OpenAPI 3.0 Specification
│ ├── middleware/ - Middleware Layer
│ ├── routes/ - API Route Layer
│ └── services/ - Services Layer
└── tests/ - Node.js web application tests
openshift/ - OpenShift-deployment and shared pipeline files
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

* [Application Readme](app/README.md)
* [API Specification](app/README.md#openapi-specification)
* [COMS Wiki](https://github.com/bcgov/common-object-management-service/wiki)
* [Openshift Readme](openshift/README.md)
* [Security Reporting](SECURITY.md)
* [Showcase Team Roadmap](https://github.com/bcgov/nr-get-token/wiki/Product-Roadmap)
Expand All @@ -55,16 +58,18 @@ Please note that this project is released with a [Contributor Code of Conduct](C

## License

Copyright 2022 Province of British Columbia
```txt
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
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
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.
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.
```
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ At this time, only the latest version of Common Object Management Service is sup
| Version | Supported |
| ------- | ------------------ |
| 0.1.0 | :white_check_mark: |
| < 0.1 | :x: |
| < 0.1.x | :x: |

## Reporting a Bug

Expand Down
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
theme: jekyll-theme-cayman
Loading

0 comments on commit 1db2470

Please sign in to comment.