From 2ac2d8732cd3dc8877e13a5514b5b3634f006703 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 29 Jan 2021 15:18:03 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9f580331..2cc566c5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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