This commit is contained in:
2020-05-13 20:22:08 +00:00
parent 7e48d087ce
commit 36cfa793e0
4 changed files with 116 additions and 124 deletions

View File

@@ -1,10 +1,8 @@
PRIORITY - ALWAYS Lowest level stuff first
=-=-=-=-
---
todo: API REFACTORING (note: workordercontroller / biz should be following all these rules so it's the template if need reference)
todo: consider renaming ConcurrencyToken to a shorter string?
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