From f5225f2bdd4a6f4cf7ca5edc7e7cfb4e87c05b9c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 16 Mar 2020 19:43:18 +0000 Subject: [PATCH] --- devdocs/todo.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 538ca3a4..1b75982d 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -6,7 +6,11 @@ //PICKLISTS: -todo: I think query builder part is done for now +todo: support tags as a separate entity in query string so can search separately for both tags and template fields at the same time independently + - because phone typing is hard picking period as the delimiter: use two consecutive periods as to indicate a tag search + - if a user types "..zon some" they are searching for tags LIKE "zon" and also tempalte fields with "some" in them + - if a user just types "some" it will search all templated fields (including tags if in template) as a straight up LIKE search for all + todo: actualy return results bit in picklistfetcher that concatenates into space delimited segments as per template into name and id and active to return to user todo: all template routes and actual backing code and also validation, needs to validate todo: clean out unneeded leftovers from AyaPickListFieldDefinition