From cfeef1a641fcc282966bc155605e087c4abc495d Mon Sep 17 00:00:00 2001 From: Isaac Milarsky Date: Tue, 17 Dec 2024 13:53:08 -0600 Subject: [PATCH] docs Signed-off-by: Isaac Milarsky --- README.md | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 043820a..37aa514 100644 --- a/README.md +++ b/README.md @@ -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. + + - ```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). @@ -53,9 +70,7 @@ This project is monorepo with several apps. Please see the [api](./api/README.md ## Coding Style and Linters - - -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