Skip to content

feat(ui): Build project dashboard for CRUD operations #6

@Zafar7645

Description

@Zafar7645

User Story: As a user, I want a dashboard where I can see all my projects and manage them easily.

Acceptance Criteria:

  • Create a DashboardComponent that 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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions