-
Notifications
You must be signed in to change notification settings - Fork 0
User Stories
Ryan Schneider edited this page May 23, 2022
·
5 revisions
- C: As a new user, I'd like to be able to sign up for an account so that I can start making my own collection on the site.
- R: As a current user, I want to be able to return to my account so that I can pick up where I left off.
- U: As a current user, I want to be able to log out, updating my status to logged out.
As a current and logged in user...
- C: I want to be able to create a Hero for my collection, giving them custom stats and picking their base image.
- R: I want to be able to see my heros that I've made.
- U: I want to be able to update the details of my Heros.
- D: I want to be able to delete Heros I no longer want.
As a current and logged in user...
- C: I want to be able to create new Abilities for my heros to use.
- R: I want to see all the Abilities availible so that I can pick from all of them.
- U: I want to be able to update all my Abilities so that I can change them.
- D: I want to be able to delete Abilities that I dont want or need.
As a current and logged in user...
- C: I want to be able to Select a Hero, Select an Ability, and then add that Ability to that Hero.
- R: I want to be able to Select a Hero and see all Abilities that Hero has equiped.
- D: I want to be able to Select a Hero and remove Ability from Hero.