From afdded7690e8f6f251d23019d1418d60ce5afd18 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 9 May 2019 22:20:35 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 26 +++++++++++++++++++++++++- ayanova/src/views/log.vue | 3 ++- 2 files changed, 27 insertions(+), 2 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 56e4c060..73cbd025 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -126,12 +126,36 @@ TODO: ### RETEST ALL DEVICES WHEN GET TO HERE ##### -End to end action + + + +TODO: LINTER ISSUES + - On manual format of document with .vue extension the html template part shows multiple errors by linter + - invoke the task vue-cli-service lint seems to fix the issues + - Formatting the document ctrl-shift-i again reverses the fixes and seems to break it again + - By break I mean these kinds of errors: Insert `·/` { + "resource": "/c:/data/code/raven-client/ayanova/src/views/inventory-widget-edit.vue", + "owner": "eslint", + "code": "prettier/prettier", + "severity": 4, + "message": "Insert `·/`", + "source": "eslint", + "startLineNumber": 143, + "startColumn": 16, + "endLineNumber": 143, + "endColumn": 16 +} + + TODO: LOGIN navigate back to prior request when it triggers a login? - Or would this cause a loop at times and fuck shit up? TODO UNDER CONSTRUCTION - show under construction page in every item that has no current view so it's clear it's not just buggy and blank but purposefully so +TODO: Trial mode client should offer alternative logins right on login page and fill in for user to try out + - So a list of user names and a short text of what that user is used for when testing + - User can select and it will prefill in the form + - Obvs when not trial mode then the client doesn't offer it TODO: Form dirty indicator on the form and easy to see, maybe the background tinges or something TODO: RIGHTS FOR LIST - TODO LIST OBJECT RESEARCH / DECISION diff --git a/ayanova/src/views/log.vue b/ayanova/src/views/log.vue index 55e093b4..8f8a2ee7 100644 --- a/ayanova/src/views/log.vue +++ b/ayanova/src/views/log.vue @@ -10,7 +10,8 @@ transition="scale-transition" class="multi-line" outline - >{{ formState.errorBoxMessage }} + >{{ formState.errorBoxMessage }}