Build Nuxt 3 Admin App (frontend/admin/) #285

Open
opened 2026-06-24 12:31:44 +02:00 by kincses · 0 comments
Owner

Mérföldkő: Epic 10 - Mission Control (Admin)

Cél: Build out the Nuxt 3 admin application in frontend/admin/ with real pages, layouts, stores, and API integration.

🔗 Függőségek (Dependencies)

  • Bemenet (Mikre támaszkodik): Architecture audit #284, existing admin views in frontend/src/views/admin/
  • Kimenet (Mik támaszkodnak rá): Removal of admin views from public frontend

📝 Elemzés

The Nuxt 3 admin container (sf_admin_frontend) is provisioned with Docker, NPM routing, and a placeholder app.vue. It needs: expanded nuxt.config.ts with API proxy, admin pages (dashboard, users, packages, services, login), admin layout with sidebar, Pinia stores, and i18n support. The existing admin views in the public frontend serve as reference implementation.

**Mérföldkő:** Epic 10 - Mission Control (Admin) **Cél:** Build out the Nuxt 3 admin application in frontend/admin/ with real pages, layouts, stores, and API integration. ### 🔗 Függőségek (Dependencies) - **Bemenet (Mikre támaszkodik):** Architecture audit #284, existing admin views in frontend/src/views/admin/ - **Kimenet (Mik támaszkodnak rá):** Removal of admin views from public frontend ### 📝 Elemzés The Nuxt 3 admin container (sf_admin_frontend) is provisioned with Docker, NPM routing, and a placeholder app.vue. It needs: expanded nuxt.config.ts with API proxy, admin pages (dashboard, users, packages, services, login), admin layout with sidebar, Pinia stores, and i18n support. The existing admin views in the public frontend serve as reference implementation.
kincses added the Status: To DoType: Feature labels 2026-06-24 12:31:45 +02:00
Sign in to join this conversation.