Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor entities and add group creation feature #8

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

PhucNghi176
Copy link
Collaborator

Refactored several entities to use GUIDs instead of strings for IDs, including updates to the Certificate, Group, and Skill classes. Added new properties and methods to support domain-driven design, such as the CreateGroupCommandHandler and GroupCreated domain event. Updated ServiceCollectionExtensions to register IUnitOfWork as a transient service. Introduced a new migration file to handle database schema changes. Added a new API endpoint for group creation in GroupApi.cs.

Refactored several entities to use GUIDs instead of strings for IDs, including updates to the `Certificate`, `Group`, and `Skill` classes. Added new properties and methods to support domain-driven design, such as the `CreateGroupCommandHandler` and `GroupCreated` domain event. Updated `ServiceCollectionExtensions` to register `IUnitOfWork` as a transient service. Introduced a new migration file to handle database schema changes. Added a new API endpoint for group creation in `GroupApi.cs`.
@bentran1vn bentran1vn merged commit 1c2406b into main Oct 3, 2024
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