Cursor Agent
aed16d4059
Add UseAuthentication and UseAuthorization middleware after UseRouting in 5 microservices
...
Added app.UseAuthentication() and app.UseAuthorization() after
app.UseRouting() in the middleware pipeline for:
- CatalogService.API
- OrderService.API
- InventoryService.API
- FnbEngine.API
- BookingService.API
Co-authored-by: Velik <hongochai10@users.noreply.github.com >
2026-02-26 19:21:36 +00:00
Ho Ngoc Hai
4c9e12e99c
feat: Implement a new Inventory Service API, add admin budget and frequency controllers to Ads Serving, and introduce product and category controllers to Catalog Service.
2026-01-18 01:21:09 +07:00
Ho Ngoc Hai
5b0b72cbac
refactor: remove the Sample entity, its API controller, commands, queries, validations, and associated handlers and tests.
2026-01-18 01:03:49 +07:00
Ho Ngoc Hai
04933be6dd
feat: Implement inventory domain by replacing generic service context with dedicated inventory context, entities, and repository.
2026-01-18 01:01:07 +07:00
Ho Ngoc Hai
811ddd1e19
feat: Add functional tests for OrderService and update InventoryService command and idempotency logic.
2026-01-18 00:19:46 +07:00
Ho Ngoc Hai
844e40f818
config: Update local application ports and switch database connection strings to Neon.tech for multiple services.
2026-01-17 23:28:35 +07:00
Ho Ngoc Hai
19c0acfe0f
feat: Add new unit tests, domain exceptions, documentation, and various build artifacts across multiple services.
2026-01-17 23:04:15 +07:00