Ana-Niko-byte / zenlist

This is a fullstack Django framework project aimed at improving task tracking.
1 stars 0 forks source link

User Story : View Workspace #6

Open Ana-Niko-byte opened 5 months ago

Ana-Niko-byte commented 5 months ago

As a registered user, I want the ability to view my existing workspaces and click on them to see any existing tasks in that workspace.

AC1 Display a list of existing workspaces to the registered users. AC2.1 Upon selection, take the user into their workspace and display any existing tasks. AC2.2 Upon selection, take the user into their workspace and if empty, display an empty workspace with a task form.