From e9bb933c047693ef3cdc74218b143d6538f6c920 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Oct 2020 23:39:05 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 11 ++++------- ayanova/src/api/ayanova-version.js | 2 +- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index c999ab80..4cf1147f 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -4,7 +4,7 @@ todo: known issues has some efficiency settings for themes and good stuff to know, check it: https://github.com/vuetifyjs/vuetify/releases/tag/v2.3.0#user-content-known-issues -todo: new logos too small on large login, add a 3rd (large) size of logo to login form for xl size display + todo: is notifynewcount request double sending? It seems like it appears twice at the same moment in the log todo: lodash, according to lighthouse it's vulnerable version and needs update can I just remove it and replace the functionality with built in javascript methods now? @@ -65,11 +65,6 @@ todo: notification subscription form tags control looks like ordinary tags contr 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? -todo: DataListFilter UI pretty shitty - error on duplicate - how to make a new filter? - - todo: hide swagger logo and branding in api explorer @@ -81,7 +76,9 @@ todo: v7 items .net final version update to if possible and feature request for ### 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 diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 9c1c764c..afea83be 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.70", + version: "8.0.0-alpha.71", copyright: "© 1999-2020, Ground Zero Tech-Works Inc." };