-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.template.yml
70 lines (65 loc) · 2.34 KB
/
config.template.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# rejectSchools will fully reject a school from consideration/evaluation
# not only will stats not be computed, the school won't show up in notes nor will children be printed in the children.csv files
# this is useful to ignore the "network" school and any test/demo schools that have been setup
rejectSchools:
- id:
name:
# ignoreSchools can be used to turn off stats for schools given a school name or id
# schools will still be printed but no stats on the school will be generated
ignoreSchools:
- id:
name:
# ignoreClassrooms can be used to turn off stats for children who belong to specific classrooms
# children who belong to an ignoredClassroom will still be printed, but no stats on these children will be generated
# note: children may belong to multiple classrooms, if children belong to ANY non-ignored classrooms they will be included in generated stats
# note: schoolId or schoolName is required because classroom ids are not guaranteed to be unique across TC
ignoreClassrooms:
- schoolId:
schoolName:
classrooms:
- id:
name:
# ignoreChildren can be used to turn off stats for specific children
# children who belong to an ignoreChildren will still be printed, but no stats on these children will be generated
# note: schoolId or schoolName is required because children ids are not guaranteed to be unique across TC
ignoreChildren:
- schoolId:
schoolName:
children:
- id:
name:
# graduatedChildren can be used to override the "graduated" logic and force marking a child graduated
# note: schoolId or schoolName is required because children ids are not guaranteed to be unique across TC
graduatedChildren:
- schoolId:
schoolName:
children:
- id:
name:
# groupSchools can be used to define/report aggregate stats on a collection of schools
# groups can be defined using the schools array attribute, or the groupIds array attribute
# the groupIds attribute can be used to reference other groups/subgroups, for e.g.
#
# groupSchools:
# - id: MinneapolisRegion
# name: Minneapolis
# schools:
# - id: 123
# - id: abc
# - id: StPaulRegion
# name: "St. Paul"
# schools:
# - id: 456
# - id: MinnesotaRegion
# groupIds:
# - MinneapolisRegion
# - StPaulRegion
groupSchools:
- id:
type:
name:
schools:
- id:
name:
groupIds:
-