DeskNova MVP foundation
Multi-tenant delivery platform bootstrap
This foundation provides the first runnable Blazor shell, PostgreSQL persistence setup, tenant and user abstractions, and baseline role-based authorization for future DeskNova slices.
Solution
.NET 9 layered foundation
Web, Domain, and Infrastructure projects are wired for incremental feature delivery.
Persistence
EF Core + PostgreSQL
A tenant-aware database context and migration baseline are ready for the next slices.
Security
Policy-based authorization
MVP roles and development sign-in provide a concrete path for protected pages and actions.