Nailgun validators should be splitted and moved from handlers
Registered by
Nikolay Markov
Currently we validate all business logic in HTTP validators. That's not quite right. I think, the proper way is leaving only JSON schema validation (without any DB queries) in HTTP validators and move all DB-related logic to object validators, which will check arguments of almost each method.
This will also allow modifying objects through shell without worrying about business logic validation.
Blueprint information
- Status:
- Not started
- Approver:
- Nikolay Markov
- Priority:
- Undefined
- Drafter:
- Nikolay Markov
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Discussion
- Series goal:
- Accepted for future
- Implementation:
-
Not started
- Milestone target:
-
next
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
New project structure for OS-like API versioning
(?)