From be9389218f3b5bd6577c15643830094eba07df74 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 15 Jan 2020 20:33:13 +0000 Subject: [PATCH] --- devdocs/todo.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 97b5497c..d0c9c1fa 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -19,8 +19,11 @@ CURRENT MASTER PLAN IN CLIENT TODO REALLY MAKING MORE PROGRESS WHEN CLIENT DEV DRIVES BACKEND DEV, STICK TO THAT!! ----------------------- -DATATYPE: should this be an enum rather than text because text takes up a lot of space bandwidth wise and is inefficient and also an enum can allow compiler type enforcement to avoid typos etc - - Test enum picklist route on datatypes +FULL format list + - What field is clickable to open?? + - In a narrow list the single column is clickable but in a full list the user could have removed the "name" for example, so how does the grid handle that? + - Should the whole list return a default object type? And where would the ID value be then? + CLIENT CUSTOM FIELDS CHANGE - Must use numeric instead of text values now