Commit Graph

16 Commits

Author SHA1 Message Date
Daniel Harvey cd700dc758 feat(data): rename *.Services projects, lift TrackEntity onto BlazorBlocks data layer, regenerate initial Postgres migration
DeepDrftWeb.Services → DeepDrftData; DeepDrftContent.Services → DeepDrftContent.Data.
TrackEntity:BaseEntity, TrackRepository:Repository<>, TrackManager:Manager<>+ITrackService.
Drops DeepDrftModels PagingParameters/PagedResult in favour of Models.Common.* from BlazorBlocks.
InitialCreate migration captures full schema including is_deleted index.
2026-05-18 22:22:09 -04:00
Daniel Harvey 1b971e9a9d Merge cms-w3-t4-edit: PUT api/cms/track/{id} + /cms/tracks/{id} edit page 2026-05-18 16:15:35 -04:00
Daniel Harvey 45e16fece7 Merge cms-w3-t2-upload: WAV upload flow — POST api/track/upload, POST api/cms/track, /cms/tracks/new
# Conflicts:
#	DeepDrftContent/CLAUDE.md
2026-05-18 16:15:13 -04:00
Daniel Harvey da8ee84903 Merge cms-w3-t3-delete: DELETE endpoints, FileDatabase remove, DeleteTrackDialog 2026-05-18 15:48:02 -04:00
Daniel Harvey 7b20694a31 Fix W3-T4 review: log+sanitize catch messages, add validation attrs to CmsTrackUpdateRequest, document T3 delete dependency 2026-05-18 15:43:00 -04:00
Daniel Harvey 1738d262de Fix W3-T3 review: attach JWT in DeleteTrackDialog, int→long TrackId, log RemoveResourceAsync failure, drop redundant {Reason} log param 2026-05-18 15:42:58 -04:00
Daniel Harvey 7fd8376f96 Fix review findings: scrub ex.Message from UI, gate 5xx body relay, harmonise ContentApi config key, add CancellationToken to UploadTrack 2026-05-18 15:38:56 -04:00
Daniel Harvey b6715e495a Fix 401 on track delete: attach JWT bearer token in TrackList.ConfirmAndDelete 2026-05-18 15:38:24 -04:00
Daniel Harvey 4a59df6baa Add CMS track delete: DeepDrftContent DELETE endpoint, DeepDrftWeb SQL-first orchestration, DeepDrftCms confirmation dialog (W3-T3) 2026-05-18 15:20:08 -04:00
Daniel Harvey 266086906e Wave 3 T2: WAV upload flow — POST api/track/upload, POST api/cms/track, /cms/tracks/new 2026-05-18 15:18:28 -04:00
Daniel Harvey 531115b655 W3 T4: PUT api/cms/track/{id} + /cms/tracks/{id} edit page (metadata-only, Admin-gated) 2026-05-18 15:13:48 -04:00
Daniel Harvey 88c94b24cf Fix W3-T1 review: forward CancellationToken in GetPaged, scrub ex.Message from snackbar, drop unused Navigation inject, annotate ITrackService wiring in CmsStartup 2026-05-18 14:58:36 -04:00
Daniel Harvey 77e6637a9e cms-w3-t1: add /cms/tracks admin track list with edit/delete affordances 2026-05-18 14:49:20 -04:00
Daniel Harvey ee7dc8409e Wire AuthBlocks 10.3.30 JWT auth; gate /cms (InteractiveAuto) behind Admin role; add CreatedByUserId migration 2026-05-18 08:37:18 -04:00
Daniel Harvey 92c744db42 Fix _Imports dead using, add Virtualization, declare server-only SupportedPlatform 2026-05-17 23:18:13 -04:00
Daniel Harvey a64e49326d Add DeepDrftCms RCL skeleton, mount at /cms, switch NetBlocks to NuGet 2026-05-17 23:04:54 -04:00