This commit is contained in:
@@ -39,7 +39,6 @@ NOTE: determined it would be too much trouble for too little gain to validate th
|
|||||||
|
|
||||||
LIST FILTERING TODO
|
LIST FILTERING TODO
|
||||||
- DONE test for fetching widget filter options (localized, so have two users test each for expected response)
|
- 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 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)
|
Add test for correctly validated Widget datafilter when saved or updated via datafiltercontroller (sanity check of the filter settings and options IFilterableObject implemented)
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi
|
|||||||
|
|
||||||
## IMMEDIATE ITEMS
|
## IMMEDIATE ITEMS
|
||||||
|
|
||||||
|
filtering test see core-list-graph-datatable-filtering-paging.txt doc
|
||||||
|
|
||||||
SERVER SCHEMA
|
SERVER SCHEMA
|
||||||
- Add unique constraint to all name columns in all tables in ayschema and run tests (how did I miss that before??)
|
- 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)
|
- See datafilter schema code (note that it will increase the index count by one)
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ namespace raven_integration
|
|||||||
[Fact]
|
[Fact]
|
||||||
public async void CRUD()
|
public async void CRUD()
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
//CREATE
|
//CREATE
|
||||||
dynamic d = new JObject();
|
dynamic d = new JObject();
|
||||||
d.name = Util.Uniquify("Test DataFilter");
|
d.name = Util.Uniquify("Test DataFilter");
|
||||||
|
|||||||
Reference in New Issue
Block a user