diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 30cbb5c2..8fadf936 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -24,19 +24,13 @@ CODING WORK DEVELOPMENT SCHEDULE -------------------- WEEK OF 2018-10-22 - Learn Vue, select a UI framework - - - - - Skim router docs:https://router.vuejs.org/ - - Skim (slowly) the VUEX DOCS: https://github.com/vuejs/vuex - - Check this shit out: https://github.com/vuejs/awesome-vue#components--libraries - - - Make a basic PWA app code against RAVEN server a throwaway initial stab at RAVEN for learning what is needed to learn - - Be sure it's component-ized properly: https://vuejs.org/v2/guide/components.html#Organizing-Components - - Document areas needed to focus on for learning and then do them - Try the various UI frameworks / stylers and get a feel before making a selection + - special emphasis on form controls (need to define what I need to ensure it's there) + - Make a basic temporary test for learning PWA app code against RAVEN server a throwaway initial stab at RAVEN for learning what is needed to learn + - Be sure it's component-ized properly: https://vuejs.org/v2/guide/components.html#Organizing-Components + - Document areas needed to focus on for learning and then do them - Examine on phone, ipad, all desktop browsers, low bandwidth test, no bandwidth test diff --git a/devdocs/tools.txt b/devdocs/tools.txt index fb8ec974..81e68d85 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -107,6 +107,7 @@ VUE NOTES / IMPORTANT INFO - this just avoids all manner of potential issues - If a runtime error occurs during a component’s render, it will be passed to the global Vue.config.errorHandler config function if it has been set. It might be a good idea to leverage this hook together with an error-tracking service like Sentry, which provides an official integration for Vue. - Style guide: https://vuejs.org/v2/style-guide/ + - DATA FETCHING WITH ROUTER: https://router.vuejs.org/guide/advanced/data-fetching.html#data-fetching