Commit affa69f
committed
feat: Add Multitenancy module with tenant management and database orchestration
- Introduced Multitenancy module for managing tenants, configurations, and migrations.
- Implemented tenant health checks and endpoints for CRUD operations.
- Added documentation for module responsibilities, architecture, and usage.
docs: Create guide for using the framework in .NET 10 Web API
- Provided detailed instructions on project references, Mediator configuration, and module registration.
- Included steps for setting up the HTTP pipeline and application settings.
- Explained how to add custom modules and adhere to coding standards.
feat: Design spec for Eventing building block
- Defined goals and non-goals for the Eventing building block.
- Established conceptual model differentiating domain events from integration events.
- Outlined abstractions for event handling, including IIntegrationEvent, IEventBus, and IEventSerializer.
- Implemented Outbox and Inbox patterns for reliable event processing.
- Integrated eventing with Identity module for user registration events.1 parent 776604a commit affa69f
11 files changed
Lines changed: 3801 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
488 | | - | |
489 | | - | |
| 488 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments