From 1052473089007375f15e70291a28b3e5e5b5ad49 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 28 Jun 2021 15:57:54 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 7656b35c..4cc8abe2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -36,6 +36,13 @@ Sept 1st ## V8MIGRATE +todo: Need a way to diagnose fail to migrate for remote user's db, there will be a lot of initial issues importing for people until we hit all the edge cases so... + any fail of migration of an item of any kind needs to log the full object being attempted to save + we need enough info to figure out what went wrong without needing to see the entire db + exception handler should log full object being sent over the wire on fail + Also a separate plan is to have it log to v8 so we can then login to v8 remotely and see what the error was + but that's a future possibility thing, probably not as important as just logging to the same error log + todo: custom fields field names are not coming across, still show "Custom 1" when shoudl show whatever is set todo: assigned doc not found text has too many newlines in it, should just sit on one line in exported notes todo: dirty big test again with contracts etc