We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0082aaf + c3acfb2 commit 9a208adCopy full SHA for 9a208ad
1 file changed
src/assets/YAML/meta.yaml
@@ -10,7 +10,7 @@ progressDefinition:
10
score: 0%
11
definition: Activity not started and not planned
12
Started:
13
- score: 40%
+ score: 20%
14
definition: Activity has been started, or completed for a few applications
15
Partly implemented:
16
score: 50%
@@ -19,14 +19,15 @@ progressDefinition:
19
score: 100%
20
definition: Fully implemented for (almost) all applications
21
22
+
23
teams:
24
$ref: 'default/teams.yaml#/teams'
25
teamGroups:
26
$ref: 'default/teams.yaml#/teamGroups'
27
28
activityFiles:
- # - generated/generated.yaml
29
- - default/activities.yaml
+ # - generated/generated.yaml # Old structure - No longer used
30
+ - default/model.yaml
31
# - custom/custom-activities.yaml # For customizing your own activities
32
33
0 commit comments