account-tracking/src/AccountTracking.Api
2026-03-20 01:10:22 +01:00
..
Controllers fix: add ProducesResponseType to controllers, regenerate openapi.json 2026-03-20 01:10:22 +01:00
Data feat: add EF Core models, DTOs and AppDbContext 2026-03-20 00:37:22 +01:00
Models feat: add EF Core models, DTOs and AppDbContext 2026-03-20 00:37:22 +01:00
Properties feat: scaffold .NET solution with API and test projects 2026-03-20 00:36:27 +01:00
Services feat: implement dashboard service and controller with tests (TDD) 2026-03-20 00:49:27 +01:00
AccountTracking.Api.csproj feat: scaffold .NET solution with API and test projects 2026-03-20 00:36:27 +01:00
AccountTracking.Api.http feat: scaffold .NET solution with API and test projects 2026-03-20 00:36:27 +01:00
appsettings.Development.json feat: scaffold .NET solution with API and test projects 2026-03-20 00:36:27 +01:00
appsettings.json feat: scaffold .NET solution with API and test projects 2026-03-20 00:36:27 +01:00
nswag.json feat: add NSwag config and commit generated openapi.json 2026-03-20 00:59:08 +01:00
openapi.json fix: add ProducesResponseType to controllers, regenerate openapi.json 2026-03-20 01:10:22 +01:00
Program.cs feat: configure startup — CORS, JWT, NSwag, Polly migration retry 2026-03-20 00:39:11 +01:00