From 547c325f431fab94cd8d161a36a2d12f72c5bb51 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 23 Sep 2022 20:14:02 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 7259fde6..9bf0d15c 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -2,13 +2,11 @@ -todo: v8-migrate MUST open up server again and not leave locked , morrow had thought migration was done then couldn't login said it was erasing database todo: v8migrate MUST have a copy button to copy the output so people can easily send it, currently it has none which is a huge fucking oversight todo: v8 migrate MUST have a warning to *NOT* login as superuser during migration as one of the popup dialogs just before it starts migration -TODO: Migration doesn't indicate there was an error properly, it's the same dsiplay at the end regardless, it should *NOT* show export completed like normal if there was an issue todo: v8-migrate may encounter parts with no part number which will break migration if part number is the primary identifier going into name (and vice versa if the setting for part name is using v7 name and is empthy etc). For purposes of successful migration it should check at the last moment before sending if the part name in v8 will be empty and substitute a temporary value Actually, any bloody thing without a name should do this shouldn't it? Why not?