|
| 1 | +{ |
| 2 | + "rotors": { |
| 3 | + "triage_au": { |
| 4 | + "staff": { "region": "au", "team": "triage" }, |
| 5 | + "description": "AU Escalation", |
| 6 | + "calendar_id": "bf2ba255-08d1-4c64-a46a-cb39da6706ae", |
| 7 | + "time_zone" : "Australia/Sydney", |
| 8 | + "exclude_dow": [ 6, 7 ] |
| 9 | + }, |
| 10 | + "triage_us": { |
| 11 | + "staff": { "region": "us", "team": "triage" }, |
| 12 | + "description": "US Escalation", |
| 13 | + "calendar_id": "bf2ba255-08d1-4c64-a46a-cb39da6706ae", |
| 14 | + "time_zone" : "America/New_York", |
| 15 | + "exclude_dow": [ 6, 7 ] |
| 16 | + }, |
| 17 | + "kitchen": { |
| 18 | + "staff": { "team": "kitchen" }, |
| 19 | + "description": "Kitchen Patrol", |
| 20 | + "calendar_id": "bf2ba255-08d1-4c64-a46a-cb39da6706ae", |
| 21 | + "exclude_dow": [ 6, 7 ] |
| 22 | + }, |
| 23 | + "bathroom": { |
| 24 | + "staff": { "team": "bathroom" }, |
| 25 | + "description": "Bathroom Brigade", |
| 26 | + "calendar_id": "bf2ba255-08d1-4c64-a46a-cb39da6706ae", |
| 27 | + "exclude_dow": [ 6, 7 ] |
| 28 | + } |
| 29 | + }, |
| 30 | + "staff": [ |
| 31 | + { "username": "alice", "name": "Alice Z.", "region": "au", "teams": [ "bathroom", "triage" ] }, |
| 32 | + { "username": "bob", "name": "Bob Y.", "region": "us", "teams": [ "bathroom", "triage" ] }, |
| 33 | + { "username": "chuck", "name": "Chuck X.", "region": "au", "teams": [ "bathroom", "kitchen", "triage" ] }, |
| 34 | + { "username": "diane", "name": "Diane W.", "region": "us", "teams": [ "bathroom", "kitchen" ] }, |
| 35 | + { "username": "edna", "name": "Edna V.", "region": "au", "teams": [ ] }, |
| 36 | + { "username": "frank", "name": "Frank U.", "region": "us", "teams": [ ] }, |
| 37 | + { "username": "gilda", "name": "Gilda T.", "region": "au", "teams": [ "kitchen", "triage" ] }, |
| 38 | + { "username": "henry", "name": "Henry S.", "region": "us", "teams": [ "kitchen", "triage" ] }, |
| 39 | + { "username": "igor", "name": "Igor R.", "region": "au", "teams": [ "bathroom", "triage" ] }, |
| 40 | + { "username": "jenny", "name": "Jenny Q.", "region": "us", "teams": [ "bathroom" ] }, |
| 41 | + { "username": "kate", "name": "Kate P.", "region": "au", "teams": [ "bathroom", "kitchen" ] }, |
| 42 | + { "username": "lars", "name": "Lars O.", "region": "us", "teams": [ "bathroom", "kitchen" ] }, |
| 43 | + { "username": "minh", "name": "Minh N.", "region": "au", "teams": [ "triage" ] }, |
| 44 | + { "username": "ned", "name": "Ned M.", "region": "us", "teams": [ "triage" ] }, |
| 45 | + { "username": "otto", "name": "Otto L.", "region": "au", "teams": [ "kitchen", "triage" ] }, |
| 46 | + { "username": "peg", "name": "Peg K.", "region": "us", "teams": [ "kitchen" ] }, |
| 47 | + { "username": "quinn", "name": "Quinn J.", "region": "au", "teams": [ "bathroom" ] } |
| 48 | + { "username": "rusty", "name": "Rusty I.", "region": "us", "teams": [ "bathroom" ] } |
| 49 | + ] |
| 50 | +} |
0 commit comments