Skip to content

Commit 9150837

Browse files
authored
Update README.md
1 parent 2eb4406 commit 9150837

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Don't worry about anything but getting the user interfaces to work. No need for
4646
* Allow a user to check in with a specific team and answer each of the three scrum questions.
4747
* View the team status: A simple display of each user's most recent checkin.
4848

49+
Here's a simple mock-up of the checkin feature. Feel free to improve on the UI:
50+
51+
<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">
52+
4953

5054
### Extra credit
5155

@@ -54,8 +58,12 @@ Don't worry about anything but getting the user interfaces to work. No need for
5458
* Integrate with Github and let users link updates to the current issue they're working on.
5559
* Add realtime capability and update the status when another user checks in.
5660

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.
5861

59-
Here's a simple mock-up of the checkin feature:
6062

61-
<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">
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

Comments
 (0)