This commit is contained in:
2021-01-27 19:49:26 +00:00
parent 22cdf13241
commit e37cf797cc

View File

@@ -139,6 +139,17 @@ todo: DataList view and filter are combined and this is wrong
Need a base model and combine upwards using inheritance, can still call methods with aparams defined by base type
OUTSTANDING TO DO
replace this:
[HttpGet("default/{dataListKey}")]
public ActionResult GetDefaultDataListView([FromRoute] string dataListKey)
Test the everloving shit out of this
Do *all* reports
Do test of bulk ops tags etc
Do STATIC and dynamic lists (test them all like a smoke test)
Clean up the server code
lots of commented out classes and redundancies and possibly naming re-jigging needed once working
todo: DataList - there are a bunch of props being set that don't exist, for example currentListViewId, dataListFilter, dataListSort
remove them with impunity