This commit is contained in:
2021-01-28 19:26:43 +00:00
parent 9ebcbd032a
commit e6c2903653

View File

@@ -5,6 +5,29 @@
MISC ITEMS THAT CAME UP MISC ITEMS THAT CAME UP
TODO: LIST VIEW REPLACMENT OUTSTANDING TO DO <---= CURRENTLY HERE
Saved filters and saved default column order / sort
Named and saveable Filters are the new listview
Column order and sort is just default behind the scenes they don't save it on purpose or name it
replace this:
[HttpGet("default/{dataListKey}")]
public ActionResult GetDefaultDataListView([FromRoute] string dataListKey)
Test the everloving shit out of this
CURRENTLY: most lists default view ok (not filtering yet just default no filter) except:
Do *all* reports
Do test of bulk ops tags etc
Do STATIC and dynamic lists (test them all like a smoke test)
MemoList in correct order ? (added a sort that wasn't there originally but seems necessary)
ReminderDataList in correct order? ''
Clean up the server code
lots of commented out classes and redundancies and possibly naming re-jigging needed once working
seeder line 169 sample filters, replace? Or remove?
Client: Move on to new datatable form and filter coding at UI
First: Check api explorer for new filter format, is it kosher looking to work with client
todo: DataList view and filter are combined and this is wrong todo: DataList view and filter are combined and this is wrong
columnorder / sort should be something changed rarely and static as how people like it columnorder / sort should be something changed rarely and static as how people like it
Filter should be dynamic and saveable and have multiple variations supported Filter should be dynamic and saveable and have multiple variations supported
@@ -140,27 +163,7 @@ 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 Need a base model and combine upwards using inheritance, can still call methods with aparams defined by base type
OUTSTANDING TO DO
Saved filters and saved default column order / sort
Named and saveable Filters are the new listview
Column order and sort is just default behind the scenes they don't save it on purpose or name it
replace this:
[HttpGet("default/{dataListKey}")]
public ActionResult GetDefaultDataListView([FromRoute] string dataListKey)
Test the everloving shit out of this
CURRENTLY: most lists default view ok (not filtering yet just default no filter) except:
Do *all* reports
NOT filtering with criteria as expected
just getting all data without filtering
Do test of bulk ops tags etc
Do STATIC and dynamic lists (test them all like a smoke test)
MemoList in correct order ? (added a sort that wasn't there originally but seems necessary)
ReminderDataList in correct order? ''
Clean up the server code
lots of commented out classes and redundancies and possibly naming re-jigging needed once working
seeder line 169 sample filters, replace? Or remove?
todo: DataList - there are a bunch of props being set that don't exist, for example currentListViewId, dataListFilter, dataListSort todo: DataList - there are a bunch of props being set that don't exist, for example currentListViewId, dataListFilter, dataListSort