pp-planer/database/migrations
Thorsten Bus ae42b48753 feat(songs): per-song sections + section editing; fix CCLI import bugs
Refactor lyric storage so each song owns its sections instead of sharing
global labels. Adds song_sections (per song+label) owning song_slides;
labels stay global ProPresenter group tags (name/color/macro). Arrangements
now reference sections, so editing/importing one song no longer corrupts
others that share a label name.

- New: song_sections table + migration with safe backfill; SongSection,
  SongArrangementSection models; SongSectionController (edit/add/delete
  sections, immediate persistence) wired into SongEditModal.
- Refactor writers/readers: CcliImport, ProImport, SongService,
  ArrangementController, SongController, ProExport, PDF, Translation
  (translation reset now section-scoped), CCLI pairing.
- CCLI import fixes: parse SongSelect copy-icon format (German "Vers"
  abbrev + trailing author), fill empty CTS-synced songs instead of
  blocking as duplicate, distinct label colors per section kind,
  import&edit/existing-song open the edit modal (no 404/405), teleport
  paste dialog above assign dialog, preview shows section content,
  correct SongSelect search URL, copy-icon instructions.
- Bookmarklet clicks #generalCopyLyricsButton and captures clipboard;
  serves correct host from request.
- Export: embed key-visual/background under fixed bundle-relative names.
- Tests updated for the section model; new section + isolation coverage.
2026-05-31 14:45:47 +02:00
..
0001_01_01_000000_create_users_table.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
0001_01_01_000001_create_cache_table.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
0001_01_01_000002_create_jobs_table.php feat: Laravel 12 scaffolding with Breeze Vue + Docker setup 2026-03-01 19:25:32 +01:00
2026_03_01_100000_extend_users_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100100_create_services_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100200_create_songs_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100300_create_song_groups_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100400_create_song_slides_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100500_create_song_arrangements_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100600_create_song_arrangement_groups_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100700_create_service_songs_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100800_create_slides_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_01_100900_create_cts_sync_log_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_02_100000_create_api_request_logs_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_02_121522_add_response_body_to_api_request_logs_table.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_02_130249_add_cts_song_id_to_songs_and_service_songs_tables.php style: apply Laravel Pint formatting across codebase 2026-03-02 23:02:03 +01:00
2026_03_02_140000_add_sort_order_to_slides_table.php feat(slides): add sort_order column, bulk delete, and reorder endpoints 2026-03-02 23:02:19 +01:00
2026_03_02_200000_create_settings_table.php feat(settings): add macro configuration infrastructure 2026-03-02 22:00:19 +01:00
2026_03_29_100001_create_service_agenda_items_table.php feat(db): add service_agenda_items table + slides FK migration 2026-03-29 11:34:55 +02:00
2026_03_29_100002_add_service_agenda_item_id_to_slides_table.php feat(db): add service_agenda_items table + slides FK migration 2026-03-29 11:34:55 +02:00
2026_03_29_131045_add_missing_cts_song_id_to_service_songs_table.php feat: add has_agenda flag to services and guard agenda sync 2026-03-29 15:22:32 +02:00
2026_03_29_131359_add_has_agenda_to_services_table.php feat: add has_agenda flag to services and guard agenda sync 2026-03-29 15:22:32 +02:00
2026_05_03_100100_create_labels_table.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100200_create_macros_tables.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100300_create_macro_assignments_table.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100400_create_service_macro_override_tables.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100500_wipe_legacy_song_data.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100600_refactor_songs_to_labels.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_03_100700_migrate_legacy_macro_settings.php fix: rename song_group_id to label_id in Vue, add data-testid to MacroIcon, fix Pint style 2026-05-04 06:33:04 +02:00
2026_05_10_115900_add_image_fields_to_services_table.php feat(service): add image columns and overrides 2026-05-31 00:01:24 +02:00
2026_05_10_115950_add_cover_mode_to_slides_table.php feat(export): background layer on song/sermon slides 2026-05-31 00:37:23 +02:00
2026_05_10_120000_add_imported_from_ccli_to_songs_table.php feat(ccli): add CcliTranslationPairingService 2026-05-10 19:02:10 +02:00
2026_05_31_120000_create_song_sections_and_rescope_slides.php feat(songs): per-song sections + section editing; fix CCLI import bugs 2026-05-31 14:45:47 +02:00