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

Clean separation of web and service layer in backend #52

Open
wisskirchenj opened this issue Jan 21, 2024 · 0 comments
Open

Clean separation of web and service layer in backend #52

wisskirchenj opened this issue Jan 21, 2024 · 0 comments
Labels
enhancement New feature or request not urgent not a priority issue

Comments

@wisskirchenj
Copy link
Collaborator

Controller methods should not provide the (web-layer) request to the server,
If we map request to document already in the controller, the mapper is only needed to autowire in the controllers - and the request / response dto dependencies stay only in the web (controller) layer.

@wisskirchenj wisskirchenj added enhancement New feature or request not urgent not a priority issue labels Jan 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request not urgent not a priority issue
Projects
None yet
Development

No branches or pull requests

1 participant