UNCLASSIFIED - NO CUI

Update Home authored by Jason Thomas's avatar Jason Thomas
...@@ -30,6 +30,7 @@ In short, we are using [Git](https://git-scm.com/) and [Gitlab](https://gitlab.c ...@@ -30,6 +30,7 @@ In short, we are using [Git](https://git-scm.com/) and [Gitlab](https://gitlab.c
```sh ```sh
MTTL Repo MTTL Repo
├─ docs
├─ frontend ├─ frontend
├─ scripts ├─ scripts
├─ requirements ├─ requirements
...@@ -46,10 +47,11 @@ MTTL Repo ...@@ -46,10 +47,11 @@ MTTL Repo
│ └─ *.json │ └─ *.json
├─ .gitlab-ci.yml ├─ .gitlab-ci.yml
├─ CODEOWNERS ├─ CODEOWNERS
├─ WORK-ROLES.json ├─ mttl.py
SPECIALIZATIONS.json Roadmap.json
``` ```
- **docs**: mdbooks user documentation
- **frontend**: directory for the MTTL Gitlab static page - **frontend**: directory for the MTTL Gitlab static page
- **scripts**: directory with all source CI/CD python and bash scripts - **scripts**: directory with all source CI/CD python and bash scripts
- **requirements**: directory with all MTTL KSAT JSON files - **requirements**: directory with all MTTL KSAT JSON files
...@@ -57,8 +59,8 @@ MTTL Repo ...@@ -57,8 +59,8 @@ MTTL Repo
- **work-roles**: directory with work-role JSON files containing requirement mappings - **work-roles**: directory with work-role JSON files containing requirement mappings
- **.gitlab-ci.yml**: Gitlab CI/CD configuration file - **.gitlab-ci.yml**: Gitlab CI/CD configuration file
- **CODEOWNERS**: Gitlab ownership file to designate necessary approval for changes to specific files - **CODEOWNERS**: Gitlab ownership file to designate necessary approval for changes to specific files
- **WORK-ROLES.json**: file to designate work role progression and repository links to material on training/evaluations - **mttl.py**: Entry point maintenance script
- **SPECIALIZATIONS.json**: file to designate specialization progression and repository links to material on training/evaluations - **Roadmap.json**: file to designate work role progression and repository links to material on training/evaluations
## Change Management Workflow ## Change Management Workflow
The change management workflow is depicted below. The change management workflow is depicted below.
... ...
......