Skip to content

Conversation

@kimfom01
Copy link
Owner

@kimfom01 kimfom01 commented Nov 30, 2025

No description provided.

Add new entities
Add asp.net core identity endpoints
Add worker service project
Delete old entities and services
Delete old migrations
Delete old endpoints
@kimfom01 kimfom01 changed the title Revamp project v0.1.0 — Core MVP Nov 30, 2025
@kimfom01 kimfom01 marked this pull request as draft November 30, 2025 22:27
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants