From 0664f376f55285b31a789e359f3c82af6872ab78 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Oct 2018 23:35:35 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 +- devdocs/tools.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index f72ee31e..2cc512cb 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -24,7 +24,7 @@ CODING WORK DEVELOPMENT SCHEDULE -------------------- WEEK OF 2018-10-22 - Learn Vue, select a UI framework - + - skim through VUE docs to familiarize before coding - Make a basic PWA app code against RAVEN server a throwaway initial stab at RAVEN for learning what is needed to learn - 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 diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 185ee041..3e9acedc 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -26,6 +26,14 @@ VUE WEBPACK TEMPLATE - https://vuejs-templates.github.io/webpack/ +VUE APP ORGANIZING COMPONENTS +=-=-=-=-=-=-=-=-=-=-=-=-=-=-= +https://vuejs.org/v2/guide/components.html#Organizing-Components + +AJAX LIBRARY = FETCH +=-=-=-=-=-=-=-=-=-=- +Fetch is the built in method in modern browsers for doing ajax and looked at libs like axios but they don't bring much that is needed to the table + CSS PREPROCESSOR = SASS =-=-=-=-=-=-=-=-=-=-=-=- Sass is the most widely used, and seems to have what I need @@ -74,6 +82,7 @@ https://developers.google.com/web/tools/workbox/guides/advanced-recipes - Alternatives would be user must stay in web page to get notified via polling like how rockfish works now for mail. - If I enable notifications via email then it kind of roundabout covers this use-case - as of now 2018-10-22 15:23:49 iOS Safari (mobile apple devices browser) does not support push notifications, only dekstop Macs and you need to jump through many hoops to get approval + - Though, this guy seems to think he's got it working: https://janaks.com.np/sending-push-notification-to-ios-from-asp-net-core/ - This means basically that it would be a pain in the ass for apple devices but easier for others. Hmmm... - SERVER SIDE: https://www.tpeczek.com/2017/12/push-notifications-and-aspnet-core-part.html