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
fc9bc3d607
chore(secrets): load API key, connection strings, and AuthBlocks via CredentialTools across all three hosts; strip secret placeholders from appsettings.json
2026-05-18 17:35:29 -04:00
daniel-c-harvey
bf054f3d1b
API Connection Cleanup & Bugfixes
2025-09-08 11:10:23 -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
b16bcfc6cd
Backend Services Split into separate projects for reference from other front ends
2025-09-07 12:56:52 -04:00
daniel-c-harvey
a5b7ab041e
Deployment Configuration and Script
...
- Front End Cleanup
2025-09-06 18:40:32 -04:00
daniel-c-harvey
7f78545a02
*Audio Playback*
...
Content API:
- Enabling CORS for access from Blazor app
Web Server:
- Content API URL environment config
- Web Audio API JS Interop layer in TypeScript
- HttpClient configs
Web Client:
- Audio Tack player controls
- Audio Player example page
- Audio Interop Service Layer
- Named HttpClients
2025-09-05 10:48:07 -04:00
daniel-c-harvey
1a9a3271d4
Content API Upgrades
2025-09-04 19:58:29 -04:00
daniel
c86632e979
Initial DeepDrftContent CDN API
2025-08-30 21:34:09 -04:00