-
Notifications
You must be signed in to change notification settings - Fork 6
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
Tsylia/Admins Template pattern #1328
base: develop
Are you sure you want to change the base?
Conversation
…asses to WebApi. This is an attempt to refactor these classes according to the Template method.
…ights from controller to services. GetByFilter still doesn't work.
881081a
to
cf5a881
Compare
…ryAdminEdit to MinistryAdmin. Add migration AddChangeBlockPermissionForAdmins.
…mission attributes. Add migration.
Quality Gate failedFailed conditions 2.3% Coverage on New Code (required ≥ 80%) |
@VadymLevkovskyi, could you review this PR? It attempts to use the Template pattern to organize the admins' services in the WebAPI project. I've left the old services to compare their functionality. I will remove them, rename new ones, and start to write tests when this code improves after your reviews. |
It has added new admins's dtos, services, controllers, and utility classes to WebApi. This is an attempt to refactor these classes according to the Template method.