-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathstaff_hours.yaml
59 lines (56 loc) · 1.33 KB
/
staff_hours.yaml
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
# Authoritative staff hours file.
#
# The online staff hours page is dynamically generated based on the
# contents of this file.
#
# Be sure to use spaces instead of tabs for indentation of this file.
#
# An example staff hours entry looks like:
#
# staff-hours:
# Monday:
# - time: ['11:00', '13:00']
# staff: ["gstaff"]
# Tuesday:
# - time: ['10:00', '11:00']
# staff: ["bzh"]
# cancelled: true
# ...
#
# The `cancelled` field is optional, and defaults to false if not included.
#
# If you're modifying this file, if it passes the tests then you can just
# merge the change on github without needing an approval.
---
staff-hours:
Monday:
- time: ['11:00', '14:00']
staff: ["storce"]
Tuesday:
Wednesday:
- time: ['11:00', '13:00']
staff: ["storce"]
- time: ['16:00', '18:00']
staff: ["storce"]
Thursday:
Friday:
- time: ['15:00', '16:00']
staff: ["storce"]
Saturday:
Sunday:
staff-positions:
- username: "storce"
position: "General Manager"
- username: "ronitnath"
position: "General Manager"
- username: "oliverni"
position: "Site Manager"
- username: "laksith"
position: "Site Manager"
- username: "rjz"
position: "It's Morbin' Time"
- username: "lujkep"
position: "Internal Head"
- username: "jaysa"
position: "Finance Head"
# vim: set expandtab:ts=4:sw=4