Skip to content

Future Implementations

AilaLu edited this page Sep 6, 2023 · 2 revisions

AWS Implementation

  • users can upload image files of approved file extensions for daily photos feature.

journals

Create journals

  • 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
  • As a logged out user, I should not be able to post journals

View 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.

Updating journals

  • 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>/tasks pages:
      • As a logged out user, I should not be able to edit journals

Deleting journals

  • 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>/tasks pages:
      • I should be able to click a delete button to delete the journals.
  • As a logged out user, I shouldn't be able to delete any journals.

Clone this wiki locally