pp-planer/app/Http/Controllers
Thorsten Bus 6ce5b6e018 feat(controllers): add macro/label import + global assignment + service override controllers and routes
- MacroImportController + LabelImportController: POST endpoints accepting uploaded .bin files,
  delegating to MacrosImportService / LabelsImportService and returning import stats / warnings as JSON.
  Generic German 422 error if parser rejects the file.
- MacroAssignmentController: index renders Settings Inertia page with assignments / macros / labels /
  collections / last-import metadata. store/update/destroy/reorder for global MacroAssignment rows.
- ServiceMacroOverrideController: store snapshots all matching global MacroAssignments into
  service-specific rows when a service opts to override; destroy removes both override and
  service-specific assignments. storeAssignment / updateAssignment / destroyAssignment manage the
  per-service rows directly.
- routes/web.php: 12 new named routes inside the auth middleware group; reorder route placed before
  {macroAssignment} parameter route to avoid capture conflict.
- Tests: 19 new Pest tests across 4 feature files (54 assertions). Full suite 376 passed.
2026-05-03 23:17:04 +02:00
..
ApiLogController.php feat(logs): store and lazy-load actual API response body in request log 2026-03-02 13:25:45 +01:00
ArrangementController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
AuthController.php feat(auth): add dummy test login for local dev + update env for Herd 2026-03-01 22:33:29 +01:00
Controller.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
LabelImportController.php feat(controllers): add macro/label import + global assignment + service override controllers and routes 2026-05-03 23:17:04 +02:00
MacroAssignmentController.php feat(controllers): add macro/label import + global assignment + service override controllers and routes 2026-05-03 23:17:04 +02:00
MacroImportController.php feat(controllers): add macro/label import + global assignment + service override controllers and routes 2026-05-03 23:17:04 +02:00
ProFileController.php feat(export): use MacroResolutionService in ProExportService for flexible macro injection 2026-05-03 23:08:22 +02:00
ServiceController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
ServiceMacroOverrideController.php feat(controllers): add macro/label import + global assignment + service override controllers and routes 2026-05-03 23:17:04 +02:00
ServiceSongController.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
SettingsController.php feat(settings): add agenda configuration keys 2026-03-29 11:37:33 +02:00
SlideController.php feat: probundle export with media, image upscaling, upload dimension warnings 2026-03-30 10:29:37 +02:00
SongController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
SongPdfController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00
SyncController.php add better errorhandling for cts sync 2026-03-29 15:24:13 +02:00
TranslationController.php refactor(php): rename SongGroup references throughout controllers/services/tests 2026-05-03 22:55:02 +02:00