From 83f46152eea84fb36ff8e7870763db79eee14b9e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 4 Sep 2020 17:44:33 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 10 ++++++++++ ayanova/src/views/ay-report-edit.vue | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index e809d3e2..035ac7e8 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -2,6 +2,9 @@ @@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ + +GENERAL TODO ITEMS THAT CAME UP DOING THIS SECTION + todo: chunk-vendors has fa-brands in it which is fucking huge, what else is in there I don't need? eradicate fa-brands! Looks like I'm doing it wrong, I was using a generic NPM module when there is a Vue specific one that also has guidance to limit to just the icons I actually use: @@ -13,6 +16,13 @@ todo: Why is the delete button pushed to be exposed all the time, surely it's no todo: LOGOUT UI button is still fucked on mobile needs a re-think, positioning it at the bottom is not working +todo: think about gz-error box and v-if="formState.ready" + error can't show if form fails to init for some reason! + or maybe it can because it's set to show in case of error during init + + + + REPORTING Useful links: diff --git a/ayanova/src/views/ay-report-edit.vue b/ayanova/src/views/ay-report-edit.vue index 8739ab29..349eeccf 100644 --- a/ayanova/src/views/ay-report-edit.vue +++ b/ayanova/src/views/ay-report-edit.vue @@ -1,7 +1,7 @@