Remove PATCH route and code

This commit is contained in:
2020-05-13 19:24:18 +00:00
parent 2f58cab0a8
commit cbc73f1602
43 changed files with 42 additions and 113 deletions

View File

@@ -3,12 +3,7 @@ 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 and then get rid of PATCH in all routes
unless compelling reason to keep
Would there be a place in the UI where I would want to patch part of an object?
Because I already ditched that for the workorder which is the heaviest and most patchable object in the bunch
if I change a name would I patch it or just put the whole record?
supporting it only for the use of third party users is not a good idea
todo: get rid of PATCH in all routes
todo: consider renaming ConcurrencyToken to a shorter string?
todo: all api route parameters, post object sb "newObject", put="putObject"
IN BIZ TOO