Skip to content

Commit 3e8067f

Browse files
committed
Update README.md
1 parent 7a17f89 commit 3e8067f

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
@@ -28,11 +28,15 @@ That's where this app comes in.
2828

2929
## App Requirements
3030

31-
* Allow a user to create a profile and log in. Keep this as simple as possible. Keep it simple. Consider an out-of-the-box solution such as [FireBase](https://www.firebase.com/docs/web/guide/user-auth.html).
3231
* Allow a user to create and name teams. Users own the teams they create.
33-
* Allow team owners to add people to the team.
3432
* Allow a user to check in with a specific team and answer each of the three scrum questions.
35-
* Allow team members to view the team status: A simple display of each user's most recent checkin.
33+
* View the team status: A simple display of each user's most recent checkin.
34+
35+
36+
### Extra credit
37+
38+
* Allow a user to join an existing team.
39+
* Extra credit: Store data on a remote server and let other users sign up. Consider a turnkey solution such as [FireBase](https://www.firebase.com/) or [Parse](https://parse.com/).
3640

3741
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.
3842

0 commit comments

Comments
 (0)