Nick Beckley f4a455f70b Implemented the Floor Plans Occupancy scene dropdown fix.
Changed:
[CoreModels.cs (line 308)](C:/Source/PlotLine/PlotLine/Models/CoreModels.cs:308) now maps book/chapter metadata onto Scene for ordering/labels.
[CoreServices.cs (line 7818)](C:/Source/PlotLine/PlotLine/Services/CoreServices.cs:7818) now orders occupancy scenes by book, chapter, scene, title and labels them like:
Book 1, Chapter 1.00, Scene 1.00: Arrival at the House
Added and applied [082_FloorPlanOccupancySceneOrdering.sql](C:/Source/PlotLine/PlotLine/Sql/082_FloorPlanOccupancySceneOrdering.sql) to update Scene_ListByFloorPlan.
Verified:
Database query for The Calendar House now returns Chapter 1 scenes in order, then Chapter 2 scenes, etc.
dotnet build PlotLine.slnx passes with 0 warnings and 0 errors.
No schema changes, no occupancy model changes, no floor plan rendering changes, and no transition changes. Previous/Next should follow the corrected order because it uses the same ordered scene list in the dropdown.
2026-06-22 13:24:46 +01:00
..
2026-06-01 09:03:59 +01:00
2026-06-01 09:03:59 +01:00
2026-06-01 09:03:59 +01:00
2026-06-01 09:03:59 +01:00
2026-06-01 09:03:59 +01:00
2026-06-01 09:03:59 +01:00
2026-06-01 09:23:44 +01:00
2026-06-01 09:55:34 +01:00
2026-06-01 11:20:24 +01:00
2026-06-01 11:39:35 +01:00
2026-06-01 12:25:47 +01:00
2026-06-01 14:05:39 +01:00
2026-06-01 14:32:42 +01:00
2026-06-01 14:49:23 +01:00
2026-06-01 15:42:44 +01:00
2026-06-01 19:44:12 +01:00
2026-06-03 13:42:01 +01:00
2026-06-03 21:56:09 +01:00
2026-06-03 22:22:36 +01:00
2026-06-21 12:01:48 +01:00