From 8620f780e5e648dddb71950f3004ad7366599e14 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 10 Jan 2020 00:07:38 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index ab1e4232..b0ab65a4 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -49,6 +49,7 @@ SHELL / NAV / MENUS / LAYOUT TODO: GRIDS - MAKE GRID AS GENERIC VUE COMPONENT + - Make a second main Widget list form accessible from the main ui just below the existing one to host and develop the new grid list (want to keep the original for comparison and to steal code from that already works) - Make the grid itself as a generic component that handles the most essential parts common to all forms - This way can plunk it in different list forms and then wrap it with what is unique to that form and type etc - This will be helpful also down the road for reporting stuff when that comes up as a source of copy-pasta