This commit is contained in:
2019-05-09 22:20:35 +00:00
parent f41462374a
commit afdded7690
2 changed files with 27 additions and 2 deletions

View File

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

View File

@@ -10,7 +10,8 @@
transition="scale-transition"
class="multi-line"
outline
>{{ formState.errorBoxMessage }}</v-alert>
>{{ formState.errorBoxMessage }}</v-alert
>
</v-flex>
<v-flex>
<v-textarea v-model="logText" full-width readonly auto-grow></v-textarea>