diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index b2d4ebb7..68e545c0 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,6 +4,13 @@ MISC ITEMS THAT CAME UP + +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 + and no ui to view them?! + figure it out + todo: unitmodel, maybe can make a combo unique constraint for the model number or name by combining with the vendorID it's doubtful two models from the same vendor would have the same model number so this covers that case or am I wrong on that? purpose of this is to catch duplicate entries while still supporting duplicate model numbers