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

75 add simple crud for role #105

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Conversation

MostafaTech
Copy link
Contributor

@MostafaTech MostafaTech commented Nov 1, 2023

In this PR Role and UserRole entities added to the User aggregate.

  • Select roles in create and edit user page.
  • Remove related UserRoles when the user deletes.
  • Add CreateManay method to IGenericRepository.

Closes #75
Closes #80

@MostafaTech MostafaTech added the enhancement New feature or request label Nov 1, 2023
@MostafaTech MostafaTech added this to the MVP milestone Nov 1, 2023
@MostafaTech MostafaTech self-assigned this Nov 1, 2023
@MostafaTech MostafaTech linked an issue Nov 1, 2023 that may be closed by this pull request
@MostafaTech MostafaTech linked an issue Nov 1, 2023 that may be closed by this pull request
@MostafaTech MostafaTech merged commit 0a53689 into sprint-2 Nov 1, 2023
@MostafaTech MostafaTech deleted the 75-add-simple-crud-for-role branch November 1, 2023 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Add CreateMany feature to IGenericRepository Add simple CRUD for Role
1 participant