Done
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Ben Leibert
Ben LeibertReporter
Paweł Gesek
Paweł GesekStory Points
5
Sprint
None
Fix versions
Priority
Time Assistant
Time Assistant
Created May 19, 2016 at 10:06 AM
Updated November 12, 2016 at 11:32 AM
Resolved June 10, 2016 at 6:52 PM
Figure out how to validate user input (Hibernate Validator?). How errors are reported by the API to the caller?
Examples include uniqueness, required fields, value ranges, etc.
See if Spring has a preference for domain object validation
otherwise implement basic validation for one of the existing objects, say using the Validator pattern. Should employ good OO design.
In the case of a validation error, caller should get message
document the practice on the Wiki, Developer guide section.