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
@@ -28,11 +28,15 @@ That's where this app comes in.
28
28
29
29
## App Requirements
30
30
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).
32
31
* Allow a user to create and name teams. Users own the teams they create.
33
-
* Allow team owners to add people to the team.
34
32
* 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/).
36
40
37
41
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.
0 commit comments