Skip to content

MVP Feature List

Ryan Schneider edited this page May 23, 2022 · 4 revisions

MVPs

1. Accounts

  • Users can sign up, log-in, and log out.
  • Users will have a demo account to log-in and try out the site.
  • Demo will have seeded Heros and Abilities
  • Logged-in users are redirected to their home page, which has options to view all Heros and all Abilities
  • Logged out users will only have access to the main splash page. They must log in, register, or use the demo to see anything else.

2. Heros

  • Logged-in users can create Heros
  • Logged-in users can view their Heros
  • Logged-in users can edit Heros
  • Logged-in users can delete their Hero

3. Abilities

  • Logged-in users can create Abilities
  • Logged-in users can view their Abilities
  • Logged-in users can edit their Abilities
  • Logged-in users can delete their Abilities

4. Hero Abilities

  • Logged-in users with a Hero selected (not in edit mode) and an Ability selected (not in edit mode) will be able to add that ability to that Hero if the Hero doesn't already have that Ability and has 5 or less Abilities
  • Logged-in users with a Hero selected (not in edit mode) can see any Abilities currently equiped.
  • Logged-in users with a Hero selected (not in edit mode) can remove any Abilities currently equiped.
Clone this wiki locally