You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer, when I implement the VFolder service, I want to move actions from the VFolder handlers to the service so that the code is cleaner and more maintainable.
As a developer, when I define actions in the decorator, I want to ensure they are implemented as service actions or validators so that they follow the correct structure.
Context
This issue involves defining the VFolder service and processors for handling VFolder-related actions. The goal is to simplify the current implementation by moving actions from the handlers to the service without changing the existing code.
Acceptance criteria
Move actions from VFolder-related handlers to the VFolder service.
Define actions in the decorator as service actions or validators.
Implement service action methods using input and result values that inherit from BaseAction and BaseActionResult classes.
Each service must be implemented as a class.
Maintain the existing connection with the root context.
No changes to the code other than moving to the service.
User story
Context
This issue involves defining the VFolder service and processors for handling VFolder-related actions. The goal is to simplify the current implementation by moving actions from the handlers to the service without changing the existing code.
Acceptance criteria
Other information
Concept code provided:
The text was updated successfully, but these errors were encountered: