INSIGHT-MVP/packages/frontend/src/admin
Thomas Reitz c8b25321e7 feat(core+frontend): Profilzugriff-Gruppen für Admin mit delegierten Berechtigungen
- Neue Prisma-Modelle ProfileAccessGroup + ProfileAccessGroupMember mit canView/canExport/canEdit
- Manuelle Migration 20260314_profile_access_groups
- ProfileAccessModule: CRUD-Endpoints für Gruppen und Mitglieder (nur PLATFORM_ADMIN)
- Neue Admin-Endpoints in ExpertProfileService/-Controller für alle Profil-Mutationen
- verifyOwnership mit skipCheck-Parameter für Admin-Bypass
- ExpertProfileTab + alle Section-Komponenten erhalten apiBase-Prop für Wiederverwendung
- AdminProfileAccessPage: Gruppen-Tab (CRUD) + Profile-Tab (alle User mit Aktionen)
- AdminProfileDetailPage: Profil eines beliebigen Users im Admin-Kontext bearbeiten
- Route /admin/profile-access + /admin/profiles/:userId + Nav-Tab Profilzugriff

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-14 10:47:36 +01:00
..
AdminCompanyPage.tsx feat(core+frontend): Firmendaten im Admin + PDF-Fusszeile 2026-03-14 09:07:42 +01:00
AdminCustomizePage.tsx feat: Login-Screen-Branding im Global Admin (Hintergrund + Logo) 2026-03-13 21:09:32 +01:00
AdminEventsPage.module.css feat: add trade event (Messe-Timer) feature with admin CRUD and dashboard tiles 2026-03-12 13:33:19 +01:00
AdminEventsPage.tsx feat: add trade event (Messe-Timer) feature with admin CRUD and dashboard tiles 2026-03-12 13:33:19 +01:00
AdminExternalLinksPage.tsx feat: dark mode, collapsible sidebar, branding customization 2026-03-10 11:47:51 +01:00
AdminLayout.module.css feat: restructure admin area with separate layout, external links management 2026-03-10 11:04:43 +01:00
AdminLayout.tsx feat(core+frontend): Profilzugriff-Gruppen für Admin mit delegierten Berechtigungen 2026-03-14 10:47:36 +01:00
AdminProfileAccessPage.tsx feat(core+frontend): Profilzugriff-Gruppen für Admin mit delegierten Berechtigungen 2026-03-14 10:47:36 +01:00
AdminProfileDetailPage.tsx feat(core+frontend): Profilzugriff-Gruppen für Admin mit delegierten Berechtigungen 2026-03-14 10:47:36 +01:00
AdminSslPage.tsx feat: add SSL/Domain admin page for custom HTTPS configuration 2026-03-12 17:13:49 +01:00
AdminSsoPage.tsx feat: dynamic SSO configuration via Admin UI 2026-03-09 22:51:01 +01:00
AdminTenantsPage.tsx feat: implement Sprint 1 Alpha - full stack with Docker, NestJS, React 2026-03-08 15:33:36 +01:00
AdminUsersPage.tsx feat: add user deletion (backend endpoint + frontend with confirmation) 2026-03-09 22:00:06 +01:00
UserFormModal.tsx feat: add user management UI (create, edit, activate/deactivate) 2026-03-09 21:32:11 +01:00