From e37cf797cce3784aa331912df8feb64eabffd7c4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 27 Jan 2021 19:49:26 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c06db29d..40a42691 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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