From 1f24ac9173de7f16e8c28c70090b7cd92e17f01d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 20 Jun 2019 23:59:27 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d04bf3c3..44f17511 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -108,6 +108,9 @@ TODO: NOW THAT FORM IS THERE MOSTLY, CLEAN UP CODE FOR RE-USE in many other form TODO: Outstanding case with vuetify bug in clear button when readonly, check if fixed and if it isn't might need a workaround TODO: Document in user manual the Widget form as an example with instruction on how to use the various controls etc - "Anatomy of a AyaNova Form" +TODO: AUTOMATIC TEST + - Once widget form is solid then need an automatic UI test for it to get that ball rolling and to ensure no slips during development + - Ideally it will test every input component and validate the entire record round trips properly, maybe it needs to also try different states like creating new, editing etc TODO: Server needs to do widget validation 666 test rules not only in debug mode so can test when put up to the devops server TODO: INVESTIGATE - DO I need to institute a back button? (in APP MODE?? installed to "desktop" on device will I be able to easily navigate without back and forward buttons)