Refactor Domain and Infrastrucuture#1454
Open
Ayush2395 wants to merge 1 commit intojasontaylordev:mainfrom
Open
Refactor Domain and Infrastrucuture#1454Ayush2395 wants to merge 1 commit intojasontaylordev:mainfrom
Ayush2395 wants to merge 1 commit intojasontaylordev:mainfrom
Conversation
…t to `User`. - Refactored `BaseAuditableEntity` by introducing `IDateAuditable` and `IUserAuditable` to separate concerns and support updates in `AuditableEntityInterceptor`. - Added `ApplicationRole` and `UserRole` entities to enable proper mapping to `UserDto`. - Refactored `ApplicationDbContextInitializer` and `Program.cs` for better Development environment configuration. - Added `GetUserByIdAsync` method to `IdentityService`. - Introduced `IHasDomainEvents` and implemented it in the `User` entity; also inherited it in `BaseEntity` to support domain event handling for aggregate roots.
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.
ApplicationUserfrom Infrastructure to Domain and renamed it toUser.BaseAuditableEntityby introducingIDateAuditableandIUserAuditableto separate concerns and support updates inAuditableEntityInterceptor.ApplicationRoleandUserRoleentities to enable proper mapping toUserDto.ApplicationDbContextInitializerandProgram.csfor better Development environment configuration.GetUserByIdAsyncmethod toIdentityService.IHasDomainEventsand implemented it in theUserentity; also inherited it inBaseEntityto support domain event handling for aggregate roots.