From 61e7f85e33db383e64274d4dd801d538ef70411b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 27 Feb 2020 16:27:12 +0000 Subject: [PATCH] --- devdocs/todo.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 0f080344..1548f20e 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -96,6 +96,10 @@ DEVELOPMENT STREAMLINING todo: Attachable attribute..do I need it? reflection is slow and maybe it's just easier to track it manually by comment in ayatype - Can't use it at client +todo: import user (and other objects) is going to need to uniqueify names in cases where they were not already defined unique + - pick through the db schema for v7 to find things NOT defined unique but have a name importing to RAVEN + - Or just assume all may not be unique and check on each one during imports + DOCS / MANUAL - Disable google fonts for manual / docs generator: - first need to upgrade to latest mkdocs AND material theme for mkdocs