-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
RefactoringLarger internal changesLarger internal changesgood first issueGood for newcomersGood for newcomers
Description
For clearer code move dao functionality used from admin management console to their own classes. Currently AdminServices call other services which then call dao functionality. This creates unnecessary complexity to the code. Refactor the code so that functions in other services which are only called from admin and only call dao are moved so that there are AdminDao classes that have that dao functionality. This way the pointless middleman service is eliminated and code complexity reduced.
Metadata
Metadata
Assignees
Labels
RefactoringLarger internal changesLarger internal changesgood first issueGood for newcomersGood for newcomers