pp-planer/app
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
..
Console/Commands add better errorhandling for cts sync 2026-03-29 15:24:13 +02:00
Cts fix: disable ChurchTools API file logging to prevent vendor/ write errors 2026-03-31 13:58:03 +02:00
Events style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
Http feat(controllers): add macro/label import + global assignment + service override controllers and routes 2026-05-03 23:17:04 +02:00
Jobs style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
Mail style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
Models feat(models): add Label/Macro/MacroAssignment/ServiceMacro models and remove SongGroup 2026-05-03 22:27:21 +02:00
Providers style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
Services feat(export): use MacroResolutionService in ProExportService for flexible macro injection 2026-05-03 23:08:22 +02:00
Socialite style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
Support feat(support): add MacroColorConverter utility 2026-05-03 22:31:44 +02:00