12 lines
440 B
Python
12 lines
440 B
Python
# /opt/docker/dev/service_finder/backend/app/core/capabilities.py
|
|
"""
|
|
🎯 SYSTEM CAPABILITIES REGISTRY (Deprecated - Phase 6 Cleanup)
|
|
|
|
The Capability class with hardcoded string constants has been removed.
|
|
The DB-driven RBAC system (system.role_permissions table) is now the
|
|
single source of truth for permission checks.
|
|
|
|
All permission codes are stored in the system.permissions table and
|
|
mapped to roles via system.role_permissions.
|
|
"""
|