feat: just getting better and better
This commit is contained in:
27
docs/TASKS/content/001-merge-calendar-and-content-views.md
Normal file
27
docs/TASKS/content/001-merge-calendar-and-content-views.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Task: Merge content calendar and list navigation
|
||||
|
||||
## Goal
|
||||
|
||||
Expose calendar and content list workflows from a single Content sidebar entry.
|
||||
|
||||
## Scope
|
||||
|
||||
- Keep one sidebar item named Content using the calendar icon.
|
||||
- Route the old workspace calendar entry to the Content page.
|
||||
- Add Month, Week, and Upcoming views to the Content page.
|
||||
- Remove in-view new content buttons because the app bar already exposes creation.
|
||||
|
||||
## Relevant Files
|
||||
|
||||
- `frontend/src/layouts/main/AppSidebar.vue`
|
||||
- `frontend/src/router/router.js`
|
||||
- `frontend/src/features/content/views/ContentItemsView.vue`
|
||||
- `frontend/src/locales/en.json`
|
||||
- `frontend/src/locales/fr.json`
|
||||
|
||||
## Validation
|
||||
|
||||
```bash
|
||||
cd frontend
|
||||
npm run build
|
||||
```
|
||||
Reference in New Issue
Block a user