From d599913211bdf7e19341d69b5cd700e884c7c79a Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 8 May 2020 14:43:15 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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