Skip to content

MVP list

Sam O'Donnell edited this page Mar 8, 2019 · 12 revisions

Idiom, a clone of Medium, is a web application that allows users to write and publish stories that can be viewed, liked, and commented on by other users.

1. New account creation, login, and guest/demo login (2/26/2019, 2 days)

  • Users can sign up, sign in, log out
  • Users can use a demo login to try the site
  • Users can't use certain features without logging in (creating chirps & likes)

2. Hosting on Heroku (2/27/2019)

3. Stories (CRUD) (2/28/2019, 2 days)

  • Users can create stories
  • Users can edit or delete their own stories
  • Viewing
    • Users can view stories published by authors
    • All stories are publicly viewable
  • Adequate styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds to demonstrate the feature

4. Comments (3/4/2019, 1 day)

  • Logged in users can write comments on stories
  • Adequate styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds to demonstrate the feature

5. Follows and feed (3/5/2019, 2 days)

  • Users have a private dashboard of stories from users they follow
  • Users have a public profile of their own stories
  • Adequate styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds to demonstrate the feature

6. Likes (3/7/2019, 1 day)

  • Users can like stories
  • Adequate styling
  • Smooth, bug-free navigation
  • Adequate and appropriate seeds to demonstrate the feature

7. Production README (3/8/2019, .5 day)