This commit is contained in:
2018-10-22 23:35:35 +00:00
parent 29f241db88
commit 0664f376f5
2 changed files with 10 additions and 1 deletions

View File

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

View File

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