Files
social-media/docs/TASKS/content/001-merge-calendar-and-content-views.md
Jonathan Bourdon b7379cf823
Some checks failed
Backend CI/CD / build_and_deploy (push) Has been cancelled
Frontend CI/CD / build_and_deploy (push) Has been cancelled
feat: just getting better and better
2026-05-04 21:34:38 -04:00

699 B

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

cd frontend
npm run build