-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathroster.example.json
More file actions
35 lines (35 loc) · 939 Bytes
/
roster.example.json
File metadata and controls
35 lines (35 loc) · 939 Bytes
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
{
"version": 1,
"generated_at": "2026-01-15T09:00:00.000Z",
"cohorts": [
{
"cohort_id": "spring-2026",
"label": "Spring 2026 cohort",
"opens_at": "2026-03-02T15:00:00.000Z"
}
],
"learners": [
{
"github_handle": "ada-lovelace",
"cohort_id": "spring-2026",
"path": "day1-day2",
"learning_room_repo": "Community-Access/learning-room-spring-2026-ada-lovelace",
"provision_state": "provisioned",
"status": "active-day1",
"registered_at": "2026-01-14T18:22:00.000Z",
"last_signal_at": "2026-03-02T16:05:00.000Z",
"notes": ""
},
{
"github_handle": "grace-hopper",
"cohort_id": "spring-2026",
"path": "day2-only",
"learning_room_repo": null,
"provision_state": "pending",
"status": "awaiting-ack",
"registered_at": "2026-01-15T08:40:00.000Z",
"last_signal_at": null,
"notes": ""
}
]
}