This commit is contained in:
2018-11-30 00:51:46 +00:00
parent 9897924879
commit 2a16580ddc
3 changed files with 2 additions and 3 deletions

View File

@@ -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)

View File

@@ -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)

View File

@@ -17,8 +17,6 @@ namespace raven_integration
[Fact]
public async void CRUD()
{
//CREATE
dynamic d = new JObject();
d.name = Util.Uniquify("Test DataFilter");