From 9db6d855d383d1c3899f44a0945edb678be3ba51 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 9 Oct 2020 20:30:47 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d5257315..1b1021cf 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,6 +4,7 @@ todo: take a look at front end cypress testing etc again, it's going to be the best way to assure quality going forward and indespensible for smoke / load testing See where it's at, is any of it usable? + Even just a single test that logs in, creates a widget using every field, edits it and deletes it would be a good smoke test todo: hide swagger logo and branding in api explorer @@ -13,12 +14,16 @@ todo: Email notification sb link to edit subscription? todo: v7 items .net final version update to if possible and feature request for search client notes direct open plus whatever is on the list + + ### MEDIUM ITEMS ####### todo: DataListFilter UI pretty shitty error on duplicate how to make a new filter? + + todo: decimal-control and currency-control: Fix currency and decimal input controls since after vue-currency update latest version get error ".$ci is undefined" when open a form with them on it proposal: remove all need for vue-currency-input, see if can roll my own using intl code