-
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 with the timeline.
- When I'm on the /tasks/int:id
- 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:- As a logged out user, I should not be able to edit 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 journals.
- When I'm on the
- As a logged out user, I shouldn't be able to delete any journals.