forked from FSA-star-fruits/graceshopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNormsnRoles.js
49 lines (33 loc) · 1.19 KB
/
NormsnRoles.js
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
// # Roles (rotation)
// Taskmaster
// -Decide what feature(s) to focus on (big ticket item)
// -Teammates decide what they want to work on
// -Make appropriate tickets
// -Organize tickets as you progress
// Gitmaster
// -Determine which pull request to merge with the mater branch
// -Ensure merging EOD everyday
// Testmaster
// -Write own tests
// -Make sure it can fail
// -Review other people’s tests
// # Norms
// Update the team on progress BOD and EOD
// Morning Pull Party (BOD when we all meet up)
// Commit and push all updates by 5pm everyday
// Stay on Zoom except for Lunch
// Vote on disagreements.. Flip a coin if needed
// Overcommunicate when frustrated
// One feature per branch
// Create new files for each new feature
// Help ticket process?
// 1. Google, Stack Overflow, Youtube, Past Workshops (30 minutes max)
// 2. Try pair programming (15 minutes)
// 3. Ask all the teammates (15 minutes)
// 4. Submit a help ticket (Ziv, Jess)
// (while waiting for instructors to respond, work on another feature)
// Make tickets for everything
// Type: specific feature (name)
// (eg) Debug: login with “Jess” does not work (Alex)
// Work Schedule?
// 9:30am - 6pm + alpha (voluntary)