daniel-c-harvey
508a522a8d
feat(cms): add Track Browser foundation with mode toggle and CmsTrackGrid
...
- Extend ICmsTrackService.GetPagedAsync with album/genre filter params
- Add CmsTrackBrowserViewModel (DI-scoped) with lazy album/genre load
- Extract CmsTrackGrid: 9-column layout, waveform status, per-row generate,
info tooltip, album/genre filter params, OnStatusLoaded callback
- Restructure TrackList: remove MudTabs, add three @page routes, mode toggle,
Generate All Missing button; album/genre stubs for next wave
2026-06-11 16:17:45 -04:00
daniel-c-harvey
f767d288c5
feat: normalize release-cardinal fields out of track into a Release entity (Phase 8 §8.0)
2026-06-11 12:51:21 -04:00
daniel-c-harvey
480c961a09
Merge branch 'p6-w1-t2-data-model': ReleaseType + TrackNumber data model
2026-06-10 21:36:28 -04:00
daniel-c-harvey
d47a5e00af
feat(tracks): add ReleaseType and TrackNumber to track metadata model and CMS edit form
2026-06-10 21:36:00 -04:00
daniel-c-harvey
77dee5eac5
feat(cms): replace home redirect with catalogue dashboard of track/album/genre cards
2026-06-10 21:35:59 -04:00
daniel-c-harvey
5703ac2752
feat: CMS cover-art upload on track edit page
2026-06-07 16:33:53 -04:00
daniel-c-harvey
3de88c786a
feat: capture and display original upload filename for tracks
2026-06-07 09:00:17 -04:00
daniel-c-harvey
6e25ad3085
Add CMS waveform pre-processing panel with backfill endpoints
...
GET api/track/waveform-status and POST api/track/{id}/waveform (ApiKey);
CmsTrackService methods; TrackPreProcessing page with per-row and
sequential bulk generation; nav links from TrackList and Index.
2026-06-05 17:56:25 -04:00
Daniel Harvey
4351302a25
Flip ITrackService/TrackManager to DTO output; TrackConverter is the sole entity<->DTO path across all consumers
2026-05-25 11:35:04 -04:00
Daniel Harvey
551cef0fe8
DeepDrftAPI Rename
2026-05-25 10:38:36 -04:00
Daniel Harvey
f404602536
refactor: make DeepDrftContent sole authority over track SQL + vault; Manager goes HTTP-only
2026-05-25 08:46:09 -04:00
Daniel Harvey
428359b241
refactor(manager): replace internal CMS HTTP layer with direct CmsTrackService calls
2026-05-24 20:46:22 -04:00