You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of creating a separate mobile app with React Native, Swift, or Java, we will be creating a "Progressive Web App", or PWA. This will allow users to download the web app onto their phone and use it as a regular app, creating an app icon and everything. Using this strategy has been around for a few years, but is still relatively new and cutting edge. It also allows us to have one less code base (and application) to manage.
Create basic api for sending notifications. Use test data for now, but we should ideally be able to use this with little modification later on when sending members notifications about events, etc.
The text was updated successfully, but these errors were encountered:
IkeHunter
added
the
js browser api
Will need to use more advanced browser apis, and should ensure cross compatibility between browsers
label
Oct 7, 2024
Info
Instead of creating a separate mobile app with React Native, Swift, or Java, we will be creating a "Progressive Web App", or PWA. This will allow users to download the web app onto their phone and use it as a regular app, creating an app icon and everything. Using this strategy has been around for a few years, but is still relatively new and cutting edge. It also allows us to have one less code base (and application) to manage.
Resources
Task
The text was updated successfully, but these errors were encountered: