UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
This project is archived. Its data is
read-only
.
Changes
Page history
Update Home
authored
Jul 09, 2020
by
Jason Thomas
Show whitespace changes
Inline
Side-by-side
Home.md
View page @
dd58103b
...
@@ -31,12 +31,14 @@ In short, we are using [Git](https://git-scm.com/) and [Gitlab](https://gitlab.c
...
@@ -31,12 +31,14 @@ In short, we are using [Git](https://git-scm.com/) and [Gitlab](https://gitlab.c
```
sh
```
sh
MTTL Repo
MTTL Repo
├─ frontend
├─ scripts
├─ requirements
├─ requirements
│ ├─ KNOWLEDGE.json
│ ├─ KNOWLEDGE.json
│ ├─ SKILLS.json
│ ├─ SKILLS.json
│ ├─ ABILTIES.json
│ ├─ ABILTIES.json
│ └─ TASKS.json
│ └─ TASKS.json
├─
work-role
s
├─
rel-link
s
│ ├─ training
│ ├─ training
│ | └─
*
.rel-links.json
│ | └─
*
.rel-links.json
│ └─
eval
│ └─
eval
...
@@ -49,6 +51,16 @@ MTTL Repo
...
@@ -49,6 +51,16 @@ MTTL Repo
└─ SPECIALIZATIONS.json
└─ SPECIALIZATIONS.json
```
```
frontend: directory for the MTTL Gitlab static page
scripts: directory with all source CI/CD python and bash scripts
requirements: directory with all MTTL KSAT JSON files
rel-links: directory with training/eval relationship-link files
work-roles: directory with work-role JSON files containing requirement mappings
.gitlab-ci.yml: Gitlab CI/CD configuration file
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
SPECIALIZATIONS.json: file to designate specialization progression and repository links to material on training/evaluations
## Change Management Workflow
## Change Management Workflow
```
mermaid
```
mermaid
...
...