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
|
4c9bf0ca8d
|
Fix 9 design majors: ITrackService interface, IsDescending, ArrayPool base, CliUtils, sort sentinel cleanup, content controller via TrackService, Skip property
|
2026-05-17 16:10:56 -04:00 |
|
daniel-c-harvey
|
c6f4ffc1fe
|
Cleanup & Bug Fixes
- WebAssembly fix (missing app.Run)
- API comms cleanup
|
2025-09-08 09:53:13 -04:00 |
|
daniel-c-harvey
|
69c8fcfe3c
|
Front End Rework & Deployment Cleanup
- Restructured references to service projects instead of ASP.NET Core web projects
- Terminal.Gui front end for easy track management from the shell
|
2025-09-07 12:58:43 -04:00 |
|