-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
User Story: As a user, I want a dashboard where I can see all my projects and manage them easily.
Acceptance Criteria:
- Create a
DashboardComponentthat serves as the main view after login. - The component should fetch and display a list of the user's projects from the backend.
- Implement a feature to create a new project, likely via a modal or a dedicated form.
- Each project in the list should have options to edit or delete it.
- Clicking on a project should navigate the user to its specific Kanban board view (
/projects/:id).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Projects
Status
Todo