This commit is contained in:
2021-01-29 15:18:03 +00:00
parent d944069d6b
commit 2ac2d8732c

View File

@@ -5,6 +5,21 @@
MISC ITEMS THAT CAME UP
todo: column order and sort from grid form
auto saved behind the scenes with fetch for data if changed as only user changes that
todo: filter, can be programmatic or user, user saves, can choose from list
warp listview in datatable to only be filter is easiest way to proceed
V7 style filtering:
Can save with a name
Defaults to none
if user changes any filters manually it says "Unsaved filter" in selection
if code changes filter it goes to "unsaved filter" in selection
User can select no filter to get rid of it
Basically replicate the v7 ui experience without the shit code behind :)
TODO: LIST VIEW REPLACMENT OUTSTANDING TO DO
Client fixup <---= CURRENTLY HERE
Fixup client so existing client works with new filter and sort system *before* porting UI
@@ -56,6 +71,8 @@ TODO: LIST VIEW REPLACMENT OUTSTANDING TO DO
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
UI Widgets dashboard use listView too
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
Filter should be dynamic and saveable and have multiple variations supported