Open rmete opened 4 years ago
I wanted a "feature" like this one per each of your features that you demo'ed. You labeled all of your work items as final, but I only wanted features tagged with final so I could grade the acceptance tests and user stories.
1. User Story
2. Which biz goal are you targeting and why?
3. Use Case Template
4. Happy Path
User signs in successfully to LyncUp
User already has at least one added friend
User navigates to the Group page
User clicks 'Create Group'
User inputs a group 'Name', chooses a group 'Image', and selects themself and at least one other friend that they want to add to the group
User clicks 'Submit' and the group is created
User is now shown a group view that has a timetable with all their friends' icons representing a time slot in which they have an event scheduled. This page also shows the added group members' posts
5. Alternate Paths:
Creating a Group without having Friends
User registers successfully with LyncUp
User navigates to the Group page
User clicks 'Create Group'
User inputs a group 'Name', chooses a group 'Image', and selects themself to add to a group
User clicks 'Submit' and is unable to create a group. Instead, they are presented with an error message that says "You can only add yourself and users you are friends with"
Creating a Group without selecting yourself
User signs in successfully to LyncUp
User already has at least one added friend
User navigates to the Group page
User clicks 'Create Group'
User inputs a group 'Name', chooses a group 'Image', and selects at least one friend that they want to add to the group
User clicks 'Submit' and is unable to create a group. Instead, they are presented with an error message that says "You must add yourself to your group"
6. Acceptance Testing