Skip to content

Instantly share code, notes, and snippets.

@chasingSublimity
Created January 21, 2017 18:09
Show Gist options
  • Save chasingSublimity/f05a7d186523ffd5be60abfbd94f5e4b to your computer and use it in GitHub Desktop.
Save chasingSublimity/f05a7d186523ffd5be60abfbd94f5e4b to your computer and use it in GitHub Desktop.
Descoped MVP and Screen Inventory
## Descoping to MVP
* As a user, I should be able to log in
* As a user, I should be able to access my tracks from the Spotify API
* As a user, I should be able to read the differences between 3 setlist templates.
* As a user i should be able to create and save a setlist
* As a user, i should be able to make edits to the saved setlist
* As a user, I should be able to delete a saved setlist
* As a user i should be able to retrieve a saved setlist.
* As a user, I should be able to export a setlist to a word processor
* As a user, I should be able to see the tempo and key of tracks
## Screen Inventory
* Login Screen
* Screen to see setlist, fetch API data, and initiate CRUD operation
* 4 Modals, one for each CRUD operation
* C modal - name and set list
* R modal - view set list
* U modal - rename or re-order setlist
* D modal - delete setlist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment