Progression und additional specific text placeholders #58
|
|
@ -1,5 +1,8 @@
|
||||||
"""
|
"""
|
||||||
API: Katalog-Prompt-Slots (Stammdaten × Slot-Typ).
|
API: Katalog-Prompt-Slots (Stammdaten × Slot-Typ).
|
||||||
|
|
||||||
|
Globaler Admin-Katalog (wie catalogs.py) — require_auth + Admin-Rolle, kein TenantContext.
|
||||||
|
Eingetragen in backend/scripts/check_access_layer_hints.py EXEMPT_ROUTERS.
|
||||||
"""
|
"""
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,7 @@ EXEMPT_ROUTERS: frozenset[str] = frozenset(
|
||||||
"admin_user_content.py", # Superadmin Moderation nutzerangelegter Inhalte; require_auth + is_superadmin — kein Vereinsmandant
|
"admin_user_content.py", # Superadmin Moderation nutzerangelegter Inhalte; require_auth + is_superadmin — kein Vereinsmandant
|
||||||
"admin_rights.py", # Superadmin Rollen/Rechte (Capabilities, Kontingent-Bypass, Pläne); require_auth + is_superadmin — kein Vereinsmandant
|
"admin_rights.py", # Superadmin Rollen/Rechte (Capabilities, Kontingent-Bypass, Pläne); require_auth + is_superadmin — kein Vereinsmandant
|
||||||
"catalogs.py",
|
"catalogs.py",
|
||||||
|
"catalog_prompt_slots.py", # Admin Stammdaten KI-Prompt-Slots; require_auth + admin/superadmin — globaler Katalog, kein Vereinsmandant
|
||||||
"skills.py",
|
"skills.py",
|
||||||
"maturity_models.py",
|
"maturity_models.py",
|
||||||
"matrix_stack_bundle.py",
|
"matrix_stack_bundle.py",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user