Skip to content

MVP Feature List

sonwuana1 edited this page May 27, 2021 · 1 revision

MVP Feature List

ArmyUploads is a Flickr clone, that allows users to view, update, and delete their photos and albums of their favorite BTS members.

1. New account creation, log in, log out

  • Users can sign up, log in, and log out.
  • Users can't use certain features without logging in (view photos).
  • Logged in users are directed to the home page which displays all of their albums and photos.
  • Logged out users are directed to the home page which displays no albums or photos.

2. Hosting on Heroku

3. Albums

  • Logged in users can retrieve all of their albums on the home page.
  • Logged in users can post new albums on the homepage.
  • Logged in users can edit and delete an album on the album's page.

4. Photos

  • Logged in users can retrieve all of their photos on the home page.
  • Logged in users can post new photos on album page.
  • Logged in users can delete a photo on the photo page.

5. Production README

  • Brief explanation of what the app is and does.
  • How to start development environment
  • Technologies used
  • Link to live site
  • Link to Wiki docs
  • Discussion of two features that show off the team's technical abilities
  • Discussion of both challenges faced and the way the team solved them
  • Code snippets to highlight the best code