@@ -52,7 +52,7 @@ Don't worry about anything but getting the user interfaces to work. No need for
52
52
53
53
Here's a sketch of the checkin feature.
54
54
55
- ## Screen 1:
55
+ ## Screen 1: Previous Day
56
56
57
57
```
58
58
@@ -73,7 +73,9 @@ Please check the items you completed, and add any additional items you completed
73
73
74
74
```
75
75
76
- ## Screen 2:
76
+ ## Screen 2: Today
77
+
78
+ Carry over unfinished items from the previous day. User should be able to delete tasks.
77
79
78
80
```
79
81
@@ -84,14 +86,19 @@ What will you work on today? Try to list 3-5 things you think you can **complete
84
86
* [ ] <Priority 3 Task>
85
87
* + Add another task you can probably complete today
86
88
87
- Do today's tasks have any blockers? If so, please list them briefly, below:
89
+ ```
90
+
91
+ ## Screen 3: Blockers
88
92
89
- * + Add a blocker for today's tasks
93
+ Carry over any previous blockers that are not checked off.
90
94
91
95
```
96
+ Do important tasks have any blockers? If so, please list them briefly, below:
92
97
98
+ * + Add a blocker for today's tasks
99
+ ```
93
100
94
- ## Screen 3 :
101
+ ## Screen 4 :
95
102
96
103
```
97
104
@@ -112,7 +119,7 @@ Great! How are you feeling today?
112
119
113
120
```
114
121
115
- ## Screen 4 :
122
+ ## Screen 5 :
116
123
117
124
```
118
125
@@ -131,6 +138,7 @@ That's it. Have a great day! 🎉
131
138
132
139
### Advanced Requirements
133
140
141
+ * [ ] Integrate with Slack and post reports.
134
142
* [ ] Integrate with Github. On the "What will you work on today?" feature, provide an option to link a GitHub issue from their assigned issues.
135
143
* [ ] Automate checkin updates to mark items as done when linked issues get closed on GitHub.
136
144
* [ ] Add realtime capability and update today's checkins view as checkins are added, statuses change, and checklist items get marked complete.
0 commit comments