diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ffdc4811..c4d95d4c 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -21,9 +21,19 @@ LISTVIEW REPLACE CURRENT <----HERE not THERE ---v doesn't have to do anything specific yet, just handles the filtering into an object for the next stage Construct a filter string json in the format easiest to consume at server FilteredColumns array so can show in UI properly or computed and constructed from cached local filter for this list + Implement filter buttons for mobile mode + Need filter drop down to select which columns to filter which triggers opening regular filter items + Needs also to show a filter beside "headings" which are filtered so it's known + Or maybe if it's not too ugly filter on each one, nahh theres no room I think TODO (round 2): - Send to server with datalist request and get back filtered data + Send to server (as unsaved filter, not dealing with saving just yet) with datalist request and get back filtered data + + todo(round 3): + Saveable filters etc + add "unsaved filter" to ddlist and value is always local filter + add "save" button etc kind of like v7 when it's an unsaved filter only or edit I guess if it's an existing one + these open a filter Create / Delete / saveas I guess UI