-
Notifications
You must be signed in to change notification settings - Fork 0
Feature List
Minu Kim edited this page Feb 28, 2022
·
3 revisions
- A new user can register an account.
- An authenticated user can sign in and browse the application.
- A demo user can try out the app without an account.
- A signed-in user can create reviews and maintain a diary of entries.
- A signed-in user can update their reviews.
- A signed-in user can delete their reviews.
- All users can read reviews.
- A signed-in user can create a list of albums.
- A signed-in user can append albums to, and remove albums from lists they've created.
- A signed-in user can delete lists they've created.
- All users can view lists.
- A signed-in user can create a backlog of albums.
- A signed-in user can append albums to their backlog.
- A signed-in user can remove an album from their backlog directly, or by marking it as
listened. - All users can view backlogs.
- A signed-in user can post a comment on a review.
- A signed-in user can edit comments that they've created.
- A signed-in user can delete their own comments.
- All users can view comments.
- Signed in users can search for an album by title.
- A signed-in user can follow another user.
- A signed-in user can unfollow another user.