This commit is contained in:
2020-05-08 14:43:15 +00:00
parent fadd2338dd
commit d599913211

View File

@@ -17,7 +17,7 @@ todo: search tables in schema, I think there is a missing index here, need to lo
API REFACTORING (note: workordercontroller / biz should be following all these rules so it's the template if need reference)
todo: all api route parameters, post object sb "newObject", put="updatedObject"
todo: all api route parameters, post object sb "newObject", put="putObject"
IN BIZ TOO
todo: all api routes, re-arrange code in controller in this order POST (and postlike such as duplicate), GET, PUT, DELETE for consistency and logicality
BIZ TOO