From 2a16580ddc64d18e6408f69d38a04c5c228d210c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 30 Nov 2018 00:51:46 +0000 Subject: [PATCH] --- devdocs/specs/core-list-graph-datatable-filtering-paging.txt | 1 - devdocs/todo.txt | 2 ++ test/raven-integration/DataFilter/DataFilterCrud.cs | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devdocs/specs/core-list-graph-datatable-filtering-paging.txt b/devdocs/specs/core-list-graph-datatable-filtering-paging.txt index dc4d01d6..6d308090 100644 --- a/devdocs/specs/core-list-graph-datatable-filtering-paging.txt +++ b/devdocs/specs/core-list-graph-datatable-filtering-paging.txt @@ -39,7 +39,6 @@ NOTE: determined it would be too much trouble for too little gain to validate th LIST FILTERING TODO - DONE test for fetching widget filter options (localized, so have two users test each for expected response) -Need way to check if fields are valid for the object list in question both from the list Datafilter route and future SQL builder Add test for excercising all of DataFilterController route including rights to non personal alternative owner etc Add test for correctly validated Widget datafilter when saved or updated via datafiltercontroller (sanity check of the filter settings and options IFilterableObject implemented) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 643b9ca8..ab9e16ed 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -5,6 +5,8 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi ## IMMEDIATE ITEMS +filtering test see core-list-graph-datatable-filtering-paging.txt doc + 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) diff --git a/test/raven-integration/DataFilter/DataFilterCrud.cs b/test/raven-integration/DataFilter/DataFilterCrud.cs index a8321890..de0b7256 100644 --- a/test/raven-integration/DataFilter/DataFilterCrud.cs +++ b/test/raven-integration/DataFilter/DataFilterCrud.cs @@ -17,8 +17,6 @@ namespace raven_integration [Fact] public async void CRUD() { - - //CREATE dynamic d = new JObject(); d.name = Util.Uniquify("Test DataFilter");