feat: normalize subscription architecture, integrate pgvector, and implement Stripe webhook subscription management.
This commit is contained in:
@@ -8,6 +8,7 @@ description: Clean Architecture & CQRS implementation for .NET 10 with Blazor Hy
|
||||
- `NexusReader.Domain`: Enterprise business rules (Entities, Value Objects, Domain Events).
|
||||
- `NexusReader.Application`: Application business rules (Commands, Queries, DTOs, Mappings, Interfaces).
|
||||
- `NexusReader.Infrastructure`: Data access, external services, and platform-specific implementations.
|
||||
- **Persistence**: Use `IDbContextFactory<AppDbContext>` for long-running operations or when multiple units of work are needed in a single scope (especially in Blazor).
|
||||
- `NexusReader.UI.Shared`: UI logic and Blazor components.
|
||||
- `NexusReader.Maui` / `NexusReader.Web`: Platform host projects.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user