Skip to content

Archived / Trash / Tags sidebar nav items lead to dead ends #4

Description

@coderanik

Description

The dashboard sidebar has navigation items for "Archived", "Trash", and a "New tag" button. When "Archived" or "Trash" is selected, the project list filters to show an empty list. There is no way to actually archive or trash a project, and no way to create tags. The backend has no archive/trash/tag endpoints either. These are UI elements that lead to dead ends.

Location

frontend/src/app/dashboard/page.tsx:196-198,277-281,427-430

Expected Behavior

Either:

  1. Implement the backend endpoints for archive/trash/tags (harder)
  2. Remove the non-functional nav items and show a "Coming soon" message (easier)
  3. Keep the nav items but redirect to a page explaining these features are planned

Difficulty: Medium

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions