This commit is contained in:
2021-01-02 00:35:24 +00:00
parent 4d352a809b
commit 85912348a2

View File

@@ -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