You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ But what about distributed teams working in different timezones? And even a 15 m
38
38
That's where this app comes in.
39
39
40
40
41
-
## App Requirements
41
+
## Basic Requirements
42
42
43
43
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.
44
44
@@ -51,10 +51,14 @@ Here's a simple mock-up of the checkin feature. Feel free to improve on the UI:
51
51
<imgwidth="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">
52
52
53
53
54
-
### Extra credit
54
+
### Mid Level Requirements
55
55
56
56
* 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
+
58
62
* Integrate with Github and let users link updates to the current issue they're working on.
59
63
* Add realtime capability and update the status when another user checks in.
0 commit comments