From 3544bc7c0dd964a558a131f40c63c19ab919eee7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 7 Dec 2018 18:08:00 +0000 Subject: [PATCH] --- devdocs/todo.txt | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 51f46a10..01eac276 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -8,23 +8,9 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi Remove old tag code, models, schema tables, cleanup and db erase code that refers to them SON OF TAGS - //done - How to set GIN index? is it automatic? Do I need to specify it? - //DONE - Test setting a widget tag collection to see it works with ef core - //done - Run a tag search test - //DONE - regular easy tags - //DONE - Unicode tag names - - - Remove old tag code, models, schema tables, cleanup and db erase code that refers to them - - THINGS TO FIX AS A RESULT OF THIS: - //done - Search.cs search indexing code had a ton of tag stuff in it, rejig that shit - //done - Import AyaNova7 biz tons of tag stuff - - - WAIT: Do we need tag search at all?? What would be the point? In lists it matters but in search it seems redundant - - Or maybe it's just part of the search not special and separate - - re-code tag search - - re-introduce Tag search to search test and make sure it works properly with widget - - Add new tag code to all taggable objects, their models and schema + + - Update seeder to tag objects with known set of tags for test and eval purposes - Seed widget with predictable tags (Maybe colour names "red", "green", "blue" etc) - Test v7 import tags users with correct tags for region, sched group and dispatch zone