We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Session
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
The business logic of the VFolder is implemented in the REST Handler, so the layers are not separated.
Implement the service logic in the Service layer.
Call the service behavior on Processor for internal behavior reporting.
The text was updated successfully, but these errors were encountered:
jopemachine
Successfully merging a pull request may close this issue.
Motivation
The business logic of the VFolder is implemented in the REST Handler, so the layers are not separated.
Required Features
Implement the service logic in the Service layer.
Call the service behavior on Processor for internal behavior reporting.
The text was updated successfully, but these errors were encountered: