swiftops-backend / src /app /constants /permissions.py
kamau1's picture
Fix timesheets 404/403 by adding missing permissions and reordering routes to prevent path conflicts.
9962ce3
"""
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"