feat(Navigation, UserRights, Localization): add worker schedules feature and enhance access control

- Updated navigation structure to include a new section for worker schedules, accessible to specific user roles.
- Introduced a new user right type for 'worker_schedule_read' to manage access permissions effectively.
- Added localization entries for worker schedules in multiple languages, ensuring consistent user experience across the application.
- Created a new route and component for managing worker schedules in the admin panel.
This commit is contained in:
Torsten Schulz (local)
2026-05-08 08:54:17 +02:00
parent 87c632df8a
commit cce3f0b4fa
21 changed files with 354 additions and 11 deletions

View File

@@ -187,7 +187,8 @@
"adminCreateNpc": "NPC erstellen",
"adminMinigames": "Match3-Verwaltung",
"adminTaxiTools": "Taxi-Tools",
"adminServicesStatus": "Service-Status"
"adminServicesStatus": "Service-Status",
"adminWorkerSchedules": "Daemon-Laeufe"
}
}
}