Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions src/assets/YAML/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ progressDefinition:
score: 0%
definition: Activity not started and not planned
Started:
score: 40%
score: 20%
definition: Activity has been started, or completed for a few applications
Partly implemented:
score: 50%
Expand All @@ -19,14 +19,15 @@ progressDefinition:
score: 100%
definition: Fully implemented for (almost) all applications


teams:
$ref: 'default/teams.yaml#/teams'
teamGroups:
$ref: 'default/teams.yaml#/teamGroups'

activityFiles:
# - generated/generated.yaml
- default/activities.yaml
# - generated/generated.yaml # Old structure - No longer used
- default/model.yaml
# - custom/custom-activities.yaml # For customizing your own activities


Expand Down