From 8a3c1f6d35dbb7a0f79bc23f53a7fb2f16e2fdd4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 4 Feb 2021 20:51:43 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 801ad3be..5da01aee 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -16,15 +16,18 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v Fix error: "enumSelectionList" is not defined on the instance but referenced during render prevents enum filtering - Meta filters are showing as a filter in the UI but not really there from user perspective + META filters: Test if can set a filter on a column that is also a meta filter column but using a regular column name like for example Usertype on user datalists + maybe I can make all the server data criteria columns meta and just duplicate the ones the user sees? + Because there is gonig to be an issue with this either way, it probably *should* be set to meta only columns used fixing the following problem as well: + + META filters: are showing as a filter in the UI but not really there from user perspective Need to not have user see or even think about meta filters Not liking the default filter, could lead to confusion User needs an easy way to definitively de-filter completely Maybe show a "remove filter" button beside the selector when it's the default and it's filtered? - Test if can set a filter on a column that is also a meta filter column but using a regular column name like for example Usertype on user datalists - maybe I can make all the server data criteria columns meta and just duplicate the ones the user sees? + Implement filter buttons for mobile mode Need filter drop down to select which columns to filter which triggers opening regular filter items