Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
Signed-off-by: Isaac Milarsky <imilarsky@gmail.com>
  • Loading branch information
IsaacMilarky committed Dec 17, 2024
1 parent 902b4e2 commit cfeef1a
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
A backend Python module for use in the DSACMS metrics dashboard.

## About the Project
**{project statement}**
This project contains a Python module for use in the DSACMS metrics dashboard backend. The module contains a set of functionality to support static metrics dashboards with data populated through both REST and graphql apis.



<!---
### Project Vision
Expand Down Expand Up @@ -32,15 +34,30 @@ An up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAI

## Repository Structure

<!-- TODO: Using the "tree -d" command can be a helpful way to generate this information, but, be sure to update it as the project evolves and changes over time.-->

```plaintext
.
metrics_dash_backend_tools
├── CODE_OF_CONDUCT.md
├── CODEOWNERS.md
├── COMMUNITY_GUIDELINES.md
├── CONTRIBUTING.md
├── GOVERNANCE.md
├── LICENSE
├── MAINTAINERS.md
├── metrics_dash_backend_tools
│ ├── constants.py
│ ├── fetch_public_metrics.py
│ ├── graphs.py
│ ├── __init__.py
│ ├── metrics_data_structures.py
│ ├── metrics_definitions.py
│ ├── oss_metric_entities.py
│ └── reports.py
├── pyproject.toml
├── README.md
├── repolinter.json
└── SECURITY.md
```


**{list directories and descriptions}**

# Development and Software Delivery Lifecycle

The following guide is for members of the project team who have access to the repository as well as code contributors. The main difference between internal and external contributions is that external contributors will need to fork the project and will not be able to merge their own pull requests. For more information on contributing, see: [CONTRIBUTING.md](./CONTRIBUTING.md).
Expand All @@ -53,9 +70,7 @@ This project is monorepo with several apps. Please see the [api](./api/README.md

## Coding Style and Linters

<!-- TODO - Add the repo's linting and code style guidelines -->

Each application has its own linting and testing guidelines. Lint and code tests are run on each commit, so linters and tests should be run locally before committing.
This project uses Pylint as its primary linting software.

## Branching Model

Expand Down

0 comments on commit cfeef1a

Please sign in to comment.