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:
- Implement the backend endpoints for archive/trash/tags (harder)
- Remove the non-functional nav items and show a "Coming soon" message (easier)
- Keep the nav items but redirect to a page explaining these features are planned
Difficulty: Medium
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-430Expected Behavior
Either:
Difficulty: Medium