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
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,10 @@ Don't worry about anything but getting the user interfaces to work. No need for
46
46
* Allow a user to check in with a specific team and answer each of the three scrum questions.
47
47
* View the team status: A simple display of each user's most recent checkin.
48
48
49
+
Here's a simple mock-up of the checkin feature. Feel free to improve on the UI:
50
+
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
+
49
53
50
54
### Extra credit
51
55
@@ -54,8 +58,12 @@ Don't worry about anything but getting the user interfaces to work. No need for
54
58
* Integrate with Github and let users link updates to the current issue they're working on.
55
59
* Add realtime capability and update the status when another user checks in.
56
60
57
-
That's it. When you've got a working prototype, [open a new issue here](https://github.com/ericelliott/checkin/issues/new?title=Student+Project) with a link to your project.
58
61
59
-
Here's a simple mock-up of the checkin feature:
60
62
61
-
<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">
63
+
## To Implement:
64
+
65
+
1. Fork this repo
66
+
2. Implement your solution.
67
+
3. Open an issue with a link to your fork.
68
+
69
+
To get credit, you must [open an issue](https://github.com/learn-javascript-courses/checkin/issues/new?title=Challenge+completed+level:+basic/mid/advanced) with a link to your fork.
0 commit comments