diff --git a/devdocs/todo.txt b/devdocs/todo.txt index cbfa58e5..c7653dd2 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -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