Conversation
Add new entities Add asp.net core identity endpoints Add worker service project Delete old entities and services Delete old migrations Delete old endpoints
- Replace `BaseEntity` with `BaseAuditableEntity` for auditing fields (Created, CreatedBy, LastModified, LastModifiedBy). - Add `CurrentUser` implementation for user context. - Add `AuditableEntityInterceptor` to capture auditing details during database operations. - Add `ApplicationUser` to extend ASP.NET Identity framework. - Introduce `IUser` interface for current user abstraction. - Refactor migrations to support new auditing structure. - Update dependency injection to include services for auditing support.
- Add `CreateMonitorRequest` and `GetMonitorResponse` DTOs with validation. - Introduce `IMonitorService` with monitor creation and retrieval. - Implement `MonitorService` for business logic. - Add mappings between DTOs and monitor entities. - Define `MonitorCreateEvent` domain event and dispatch mechanism. - Create `DispatchDomainEventsInterceptor` for domain event handling. - Update endpoints to support monitor operations. - Add FluentValidation support and configure dependency injection. - Upgrade dependencies for project compatibility.
- Add RabbitMQ integration with management plugin and configure in AppHost. - Introduce `IUserService` with methods to fetch user data. - Implement `UserService` for user-related operations with `ApplicationUser`. - Add `UserMappings` to map `ApplicationUser` to `GetUserResponse`. - Extend `UserEndpoints` to support fetching user data. - Update Docker configuration for new services and align with .NET 10. - Remove obsolete `Result` class. - Update dependency injection for new services.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.