This commit is contained in:
2020-01-28 16:12:06 +00:00
parent 4c2a1de4c6
commit 596cde473a

View File

@@ -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