forked from CenterForDigitalHumanities/rerum_server_nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Refactor one controller so that it only handles HTTP requests/responses, while all business logic and database operations are moved to a dedicated service. This will serve as the template for other refactors.
controllers/
exampleController.js --> HTTP only
services/
exampleService.js --> Business logic + DB
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In review