Closed DalvinCodes closed 2 years ago
Adding a branch WIP-ISSUE-4_refactor_controllers from dalvincodes/npe-development
@GTJR900: no action required, just FYI. here's an article on naming conventions of branches. On a development team, it's likely they have certain naming conventions for things. This cuts down on researching or finding things when you have to reference them later.
https://dev.to/couchcamote/git-branching-name-convention-cch
User Controllers should be free of business logic. Move all business logic to the User Service.
Include documentation for controller layer