diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 0fac9e28..1d3e7870 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -6,19 +6,19 @@ //PICKLISTS: -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: User objects need Tags (as will all CORE objects for sure) + - Also make sure SEEDER seeds them with the same range of sample tags as for the Widgets + +todo: all template routes and actual backing code and also validation, needs to validate templates todo: clean out unneeded leftovers from AyaPickListFieldDefinition todo: add pickers for all CORE objects (User...?) todo: write a guide in ayatype for what to do when making a new core object as there are a few things now todo: tests once it's all completed for server - test regular, tags, non-text column, max-results, order, template routes etc - test not authorized, not found +todo: move to client work then back here to document after +todo: document picklist and tag search etc after client example working in widget form