This commit is contained in:
@@ -6,10 +6,6 @@
|
|||||||
MISC ITEMS THAT CAME UP
|
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
|
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,
|
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
|
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:
|
CURRENTLY DOING:
|
||||||
Unit - notification code
|
Unit - front end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user