Remove Admin Views from Public Frontend #286

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

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

Cél: Extract all admin-related views, components, stores, and routes from the public Vite/Vue frontend (frontend/src/) after the Nuxt admin is ready.

🔗 Függőségek (Dependencies)

  • Bemenet (Mikre támaszkodik): Nuxt admin app #285 must be complete first
  • Kimenet (Mik támaszkodnak rá): Clean separation of concerns

📝 Elemzés

The public frontend currently contains: AdminDashboardView, AdminUsersView, AdminPackagesView, AdminServicesView, AdminLoginView, AdminLayout, PackageEditModal, adminUsers/Packages/Services stores, and /admin/* routes in the router. These must be removed after the Nuxt admin is fully functional.

**Mérföldkő:** Epic 10 - Mission Control (Admin) **Cél:** Extract all admin-related views, components, stores, and routes from the public Vite/Vue frontend (frontend/src/) after the Nuxt admin is ready. ### 🔗 Függőségek (Dependencies) - **Bemenet (Mikre támaszkodik):** Nuxt admin app #285 must be complete first - **Kimenet (Mik támaszkodnak rá):** Clean separation of concerns ### 📝 Elemzés The public frontend currently contains: AdminDashboardView, AdminUsersView, AdminPackagesView, AdminServicesView, AdminLoginView, AdminLayout, PackageEditModal, adminUsers/Packages/Services stores, and /admin/* routes in the router. These must be removed after the Nuxt admin is fully functional.
kincses added the Status: To DoType: Refactor labels 2026-06-24 12:33:56 +02:00
Sign in to join this conversation.