This commit is contained in:
2018-11-16 19:44:50 +00:00
parent 56517ce6e2
commit 4f6dd4f06b
7 changed files with 34 additions and 30 deletions

View File

@@ -31,17 +31,13 @@ WEEK OF 2018-11-12 - RAVEN shell start work. YAY!
// eslint-disable-next-line
NEXT UP / CURRENTLY WORKING ON:
- Do error handling properly!! Do some research about how to properly handle errors in vue app
- Need a log that can be displayed in UI
- Need to handled unexpected errors
- window.onerror handler?
- Vue error handler: https://vuejs.org/v2/api/#errorHandler ?
- Send errors back to server?
- some kind of trick with requesting an image but including the error stuff in the query parameter or something?
- Add an error log view that a user can go to without logging in that shows the local error log
- About page should show or have link to go to the local error log "Support information" view
- Clean up error log view so it displays correctly with copyable text box and scrollbars of some kind
- Centralize the lt function, find out how to move it into the top so can just call it from anywhere
- pre-fetch: noticed it's not pausing long enough to get teh fetched text at times (log view)
- Need everything to stay on hold until the fetch of localized text is completed for that view somehow
- fetch in router? or how can I hold things off in vue lifecycle until it's done with the fetch of the keys?
- Dummy form with all RAVEN required input controls on it for testing