pp-planer/app/Http/Controllers
Thorsten Bus fefa761748 feat(settings): add macro configuration infrastructure
- Migration: settings table with key (unique), value (text), timestamps
- Model: Setting with static get/set helpers using DB upsert
- Controller: SettingsController with index (Inertia) and update (JSON)
- Vue: Settings page with 4 macro fields, auto-save on blur
- Navigation: Einstellungen link in desktop + mobile nav after API-Log
- Shared props: macroSettings added to HandleInertiaRequests
- Integration: ProExportService injects macro into COPYRIGHT group slides
- Gracefully skips macro injection when settings empty/null
2026-03-02 22:00:19 +01: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 feat(songs): add CTS song ID matching, info slide date filter, arrangement ordering, translation defaults 2026-03-02 14:10:40 +01: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
ProFileController.php feat(songs): implement .pro file download/export from SongDB 2026-03-02 12:22:48 +01:00
ServiceController.php feat(songs): add CTS song ID matching, info slide date filter, arrangement ordering, translation defaults 2026-03-02 14:10:40 +01:00
ServiceSongController.php feat: Wave 3 (partial) - Service Edit page + 4 blocks (T14-T18) 2026-03-01 20:09:47 +01:00
SettingsController.php feat(settings): add macro configuration infrastructure 2026-03-02 22:00:19 +01:00
SlideController.php feat: Wave 2 - Service list, Song CRUD, Slide upload, Arrangements, Song matching, Translation 2026-03-01 19:55:37 +01:00
SongController.php feat: Wave 2 - Service list, Song CRUD, Slide upload, Arrangements, Song matching, Translation 2026-03-01 19:55:37 +01:00
SongPdfController.php feat: T19 - Song Preview Modal + PDF Download 2026-03-01 20:15:02 +01:00
SyncController.php fix: propagate actual sync error messages to frontend 2026-03-02 10:44:20 +01:00
TranslationController.php feat: Wave 4 - Song DB Management + Finalization (T20-T24) 2026-03-01 20:30:07 +01:00