From 72689578e540718210a2aab2897b6dec81825ae7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 Dec 2018 21:22:47 +0000 Subject: [PATCH] --- devdocs/todo.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 00dc0903..2857c796 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -7,6 +7,12 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi filter to SQL / Widget list filtered with tests - see core-list-graph-datatable-filtering-paging.txt doc +SON OF TAGS + - 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) + + SERVER SCHEMA - Add unique constraint to all name columns in all tables in ayschema and run tests (how did I miss that before??) - See datafilter schema code (note that it will increase the index count by one)