diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 1548f20e..a11c307c 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -96,7 +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 +TODO: IMPORT have a think about fouralarmfire's situation with crazy high id numbers, do we want to import them as that or...? + - thought of adding a single letter scheme to them to reset or something + +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