Skip to content

Commit 34ca302

Browse files
authored
Update README.md
1 parent 9150837 commit 34ca302

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ But what about distributed teams working in different timezones? And even a 15 m
3838
That's where this app comes in.
3939

4040

41-
## App Requirements
41+
## Basic Requirements
4242

4343
Don't worry about anything but getting the user interfaces to work. No need for user authorization, databases, or API's for now. Feel free to make some fake users and fake checkin data.
4444

@@ -51,10 +51,14 @@ Here's a simple mock-up of the checkin feature. Feel free to improve on the UI:
5151
<img width="446" alt="screen shot 2015-10-08 at 7 35 58 pm" src="https://cloud.githubusercontent.com/assets/364727/10384095/5dcd3592-6df4-11e5-926e-a1afb3f51864.png">
5252

5353

54-
### Extra credit
54+
### Mid Level Requirements
5555

5656
* Allow a user to join an existing team.
57-
* Store data on a remote server and let other users sign up.
57+
* Store data on a remote server and let other users sign up. Consider trying [Horizon](http://horizon.io/).
58+
59+
60+
### Advanced Requirements
61+
5862
* Integrate with Github and let users link updates to the current issue they're working on.
5963
* Add realtime capability and update the status when another user checks in.
6064

0 commit comments

Comments
 (0)