-
Notifications
You must be signed in to change notification settings - Fork 0
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.
- 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)
- 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
- Logged in users can write comments on stories
- Adequate styling
- Smooth, bug-free navigation
- Adequate and appropriate seeds to demonstrate the feature
- 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
- Users can like stories
- Adequate styling
- Smooth, bug-free navigation
- Adequate and appropriate seeds to demonstrate the feature