Skip to content

Commit

Permalink
Added specs
Browse files Browse the repository at this point in the history
  • Loading branch information
shabda committed Dec 25, 2013
1 parent e33342a commit 3b8c7d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions specs.md
@@ -0,0 +1,30 @@
As an anonymous user
- I should be able to view the homepage
- The homepage should list all groups
- The homepage should list upcoming events


As an logged in user
- I should be able to view the homepage
- Homepage should show all the groups I have joined
- Homepage should show events I have rsvped at the top
- Homepage should show the upcoming events


- I should be able to view the group detail page
- Detail page should show all the upcoming event
- Detail page should show recently completed events
- Detail page should show recently joined members
- Detail page should show recently rsvp'ed members

- I should be able to view the event detail page
- Page should show event details
- Page should show list of attendees
- Page should allow me to RSVP
- Page should allow me to remove RSVP

As an organizer
- I should be able to create new events
- I should be able to create new groups
- Edit events
- Edit group details

0 comments on commit 3b8c7d8

Please sign in to comment.