Skip to content

Commit bdabf9f

Browse files
authored
Update README.md
1 parent 336efc4 commit bdabf9f

File tree

1 file changed

+14
-6
lines changed

1 file changed

+14
-6
lines changed

README.md

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Don't worry about anything but getting the user interfaces to work. No need for
5252

5353
Here's a sketch of the checkin feature.
5454

55-
## Screen 1:
55+
## Screen 1: Previous Day
5656

5757
```
5858
@@ -73,7 +73,9 @@ Please check the items you completed, and add any additional items you completed
7373
7474
```
7575

76-
## Screen 2:
76+
## Screen 2: Today
77+
78+
Carry over unfinished items from the previous day. User should be able to delete tasks.
7779

7880
```
7981
@@ -84,14 +86,19 @@ What will you work on today? Try to list 3-5 things you think you can **complete
8486
* [ ] <Priority 3 Task>
8587
* + Add another task you can probably complete today
8688
87-
Do today's tasks have any blockers? If so, please list them briefly, below:
89+
```
90+
91+
## Screen 3: Blockers
8892

89-
* + Add a blocker for today's tasks
93+
Carry over any previous blockers that are not checked off.
9094

9195
```
96+
Do important tasks have any blockers? If so, please list them briefly, below:
9297
98+
* + Add a blocker for today's tasks
99+
```
93100

94-
## Screen 3:
101+
## Screen 4:
95102

96103
```
97104
@@ -112,7 +119,7 @@ Great! How are you feeling today?
112119
113120
```
114121

115-
## Screen 4:
122+
## Screen 5:
116123

117124
```
118125
@@ -131,6 +138,7 @@ That's it. Have a great day! 🎉
131138

132139
### Advanced Requirements
133140

141+
* [ ] Integrate with Slack and post reports.
134142
* [ ] Integrate with Github. On the "What will you work on today?" feature, provide an option to link a GitHub issue from their assigned issues.
135143
* [ ] Automate checkin updates to mark items as done when linked issues get closed on GitHub.
136144
* [ ] Add realtime capability and update today's checkins view as checkins are added, statuses change, and checklist items get marked complete.

0 commit comments

Comments
 (0)