Flip Your Sh1t Here
#1st MVP: !C R !U D
- Display a list of items for sale and 2 buttons
- 1st button brings up more information around the specific item
- 2nd button brings up the user profile who listed this item, includes all other listings from this user
#2nd MVP CR !U D
- Create 2 new post routes
- 1st route adds a new user to DB(sign up form)
- 2nd route adds a new item listing(listing have to be tied to users, dropdown menu idea)
#3rd MVP CRUD
- Create 2 edit routes
- 1st route allows us to edit a profile
- 2nd route allows us to edit a listing
#4th MVP Login
- '/' becomes a log in page
- 2.2.route - listing is automatically is added to currently logged in user
- 3.1. 3.2. becomes active only to specific profile and profile listings
#5th MVP Admin
- 'Godmode'
- as if 4.1. and 4.2. wouldn't be there
#6th MVP Filter(might move up to 4th MVP)
- Add filter option to item list view
- Ways to achieve this - checkboxes/dropdowns
- Ways to translate that information further to DB
#7th MVP Buy
- Removes item from listing and moves it to buyers profile
- This should be the last step
- Buy = update info
- Bought items should only be visible to specific user if they are logged in their account
- Ability to list items from this 'ownership list' to listing