Spaces:
Sleeping
Sleeping
| """ | |
| PERMISSIONS Constants | |
| This module defines all permission strings used in the application. | |
| These permissions are mapped to roles in app/core/permissions.py | |
| """ | |
| # Timesheet Permissions | |
| VIEW_TIMESHEETS = "view_timesheets" | |
| MANAGE_TIMESHEETS = "manage_timesheets" | |