Support #2312
Support #2311: Improve the code re-usage for case editing ans case notification
Improve the code re-usage for case validation on server side
Start date:
11/11/2016
Due date:
% Done:
0%
Complexity:
Description
Today the case validation is done by the class CaseValidator.
Both classes CaseEditService and CaseNotificationService extends CaseValidator to get access to validateCase method inside CaseValidator.
Find a better design for this.