This commit is contained in:
2020-10-06 23:39:05 +00:00
parent 1b51dd814a
commit e9bb933c04
2 changed files with 5 additions and 8 deletions

View File

@@ -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

View File

@@ -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."
};