This commit is contained in:
2018-12-06 00:46:03 +00:00
parent fbb6959289
commit 1ec4d919cb
3 changed files with 153 additions and 5 deletions

View File

@@ -9,11 +9,15 @@ filter to SQL / Widget list filtered with tests - see core-list-graph-datatable
SON OF TAGS
//done - How to set GIN index? is it automatic? Do I need to specify it?
- Test setting a widget tag collection to see it works with ef core
- Seed widget with predictable tags (Maybe colour names "red", "green", "blue" etc)
//DONE - Test setting a widget tag collection to see it works with ef core
- Run a tag search test
- Unicode tag names as well!!!!
- Update tag count / cloud maybe if that's a feature? Or fuck it it can be added any time
//DONE - regular easy tags
- Unicode tag names
- Remove old tag code, models, schema tables, cleanup and db erase code that refers to them
- Add new tag code to all taggable objects
- 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)
SERVER SCHEMA
- Add unique constraint to all name columns in all tables in ayschema and run tests (how did I miss that before??)