This commit is contained in:
Yuriy Taraday 2015-12-17 15:39:32 +03:00
parent 3fb2fbcd76
commit 4b4c83db5d
1 changed files with 4 additions and 0 deletions

4
TODO Normal file
View File

@ -0,0 +1,4 @@
* API input validation
* properly handle collections/elements in API (currently all operations are
allowed on both collection and element which leads to bad error codes)
* add cascade deletes or smth like it