This commit is contained in:
2018-12-06 23:28:49 +00:00
parent 2f95cbca2c
commit 106c00876b
3 changed files with 173 additions and 169 deletions

View File

@@ -17,14 +17,15 @@ SON OF TAGS
- 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 code had a ton of tag stuff in it, rejig that shit
- Import AyaNova7 biz tons of tag stuff
//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
- re-introduce Tag search to search test and make sure it works properly
- 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 scheduleable user group or whatever they will be tagged with
- Test v7 import tags users with correct tags for region, sched group and dispatch zone
SERVER SCHEMA
- Add unique constraint to all name columns in all tables in ayschema and run tests (how did I miss that before??)