From 596cde473a7a4762bf0cfcc7e27d684c719c1c45 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 28 Jan 2020 16:12:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ef03b433..6ef491b8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -56,6 +56,13 @@ CLIENT PROJECT CUSTOM FIELDS CHANGE - Must use numeric instead of text values now for field types - Additional NUMBER is split now between integer and decimal types update control STEP value for inputs to include decimal places or none depending on type +TODO: Select lists and filtering by tag + - Implement it as a component with built in searching and tag selection that is sticky by individual form item + - this is an important crucial item and needs to be easy and clean + - I'm thinking it auto searches by entry like RI, but you can open more UI and select tags to filter with it + - Or maybe it's part of datafilter too? + - See add food filter in diary in chronometer app for inspiration (though theirs is a bit dumb, you can only select one tag) + TODO: GRIDS