From e69e2b331e3424024b3f1d4e1be9cabbf3f59089 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 8 Dec 2020 20:36:09 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1b3a14a3..4cf0beb4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -5,14 +5,6 @@ MISC ITEMS THAT CAME UP - -todo: throw new Error() code *MUST* put only a string into the constructor of error. Putting a object is wrong and will result in errors that say "Error: [object Object]" - Search for all instances of throw new Error and ensure it's a string not an object, use stringify if necessary when all else fails - or a central function that turns any error object into a human readable message and inserts that into the error text - See extension-export-control.vue line 45 for example - -todo: seeder subcontractor user no vendor attached? - todo: deleting customer must attempt to delete the following as they are entered "in" form and not selected externally so they are part of Customer and should delete with it: customer notes customer contacts