From f3eb085169b84265c9ca71247a6a3b4e3598bf18 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 13 May 2020 23:53:37 +0000 Subject: [PATCH] --- devdocs/todo.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index c2f1f02d..44225414 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -1,12 +1,6 @@ PRIORITY - ALWAYS Lowest level stuff first =-=-=-=- - -todo: all api route URI's sb lower case with dashes if necessary (use plural noun scheme) - https://docs.microsoft.com/en-us/azure/architecture/best-practices/api-design#organize-the-api-around-resources - - ---- todo: add query fail logging to datalist just like done with picklist so in production can catch mysterious problems more easily todo: AUTO ID GENERATOR change to a dedicated spot in global rather than inferring as it is not right practically for reasons