28 lines
699 B
Markdown
28 lines
699 B
Markdown
# 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
|
|
```
|