From 85912348a20bb5f7c92785ba7a24f237d34a5284 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 2 Jan 2021 00:35:24 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 75b81388..c97e52a9 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -6,10 +6,6 @@ MISC ITEMS THAT CAME UP -todo: Join filters make a huge difference in speed of datalist queries (and anything else when working with huge data) - check into all datalist and picklist queries with joins at the server and if the joined table is optional (foreign key null possibility) then add a join condition - (left join blah where main.blahid = blah.id and main.blahid is not null) - todo: Notification at server has NotifyDeliveryLog object unused and no UI at from for it either it's supposed to keep a set queue of the past 90 days of deliveries for troubleshooting like in v7, I see it in corejobsweeper already implemented for clearing out but nothing is creating them @@ -57,7 +53,7 @@ todo: actual customer reports so can figure out datalist for bringing other name CURRENTLY DOING: - Unit - notification code + Unit - front end