blahosyl / task-manager-frontend

On Fire 🔥 - the cheerful productivity app | PP5 Code Institute
https://pp5-task-manager-frontend-eebb66e2c99d.herokuapp.com/
0 stars 2 forks source link

USER STORY: Finalize flow & routing for the app #111

Closed blahosyl closed 2 months ago

blahosyl commented 2 months ago

As a Developer,

I want to implement an intuitive and smooth user flow between different parts of the app,

so that user experience is as good as possible

Acceptance Criteria

  1. User journey with possible paths is documented

    • Pages available to Logged-out Users:
    • Landing (default)
    • Signin
    • Signup
    • Pages available to Logged-in Users:
    • Tasks
      • TaskKanban (default)
      • TaskList
      • TaskDetail
      • TaskCreate
      • TaskEdit
      • TaskDelete (implemented with modal on TaskKanban/List/Detail)
    • Profiles/Users
      • ProfileList/Teammates
      • ProfileDetail
      • ProfileEdit
      • Username Edit
      • Password Edit
  2. Routing & redirecting implemented accordingly

Tasks

Related: #126

blahosyl commented 2 months ago

Blocked by #51