-
Notifications
You must be signed in to change notification settings - Fork 0
Future Implementations
AilaLu edited this page Sep 6, 2023
·
2 revisions
- users can upload image files of approved file extensions for daily photos feature.
- As a logged in user, I want to be able to post a review
- I should only be able to post a review for an item I purchased
- I should not be able to leave a review on my own task
- I should not be able to leave a review on a task I already reviewed
- I should not be able to leave a review on my own task
- I should only be able to post a review for an item I purchased
- As a logged out user, I should not be able to post journals
- As a logged in or logged out user, I want to be able to view a selection of the most recent journals for a particular task on the task page
- When I'm on the /tasks/int:id
- I can view the Retreat journals in order of most recent to least recent review
- When I'm on the /tasks/int:id
- As a logged in or logged out user, on an individual task page, I want to be able to view all journals for that specific task
- As a logged in user, I should be able to interact with my own journals
- When I'm on the
/tasks/<int:id>, or/users/<int:id>/taskspages:- I should be able to click an edit button to update my journals
- I want to be able to change the review itself or the number of stars
- I should not be able to edit journals that weren't written by me *As a logged out user, I should not be able to edit journals
- I should be able to click an edit button to update my journals
- When I'm on the
- As a logged in user, I should be able to delete my own journals
- When I'm on the
/tasks/<int:id>, or/users/<int:id>/taskspages:- I should be able to click a delete button to delete the review
- I should not be able to delete journals I didn't write
- So that when I realize I shouldn't have created a task, or decide to remove it from the Retreat website, I can easily remove it.
- When I'm on the
- As a logged out user, I shouldn't be able to delete any journals