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
{{ message }}
This repository was archived by the owner on Aug 31, 2019. It is now read-only.
The user will click a button on the departure and be presented with a dialog asking how far in advance of the departure they'd like to be notified. When the notification is tapped, the user will be brought back to the page for the stop (or route?) they set it on.
Use the same Cordova plugin on the Schedule page. A user plans a trip and clicks a button to be reminded. The same dialog for delay time could be used. Clicking the notification gets them what page though?
Use the Web Notification API and our service worker to enable desktop browsers to participate in Stop page notifications?
Use the same to enable desktop browsers to participate in Schedule page notifications?
@sherson@werebus@mboneil10@petermarathas@dfaulken thoughts? I'd expect this to take a few weeks for all steps including testing and rollout, but a good scaffold plus step 1 could be written up in about 2 days.
Feature proposition: On the Stop and Schedule pages, we provide an option to send the user a local notification to remind them to catch their bus.
I recommend rolling out this feature in stages:
Use Ionic Native's LocalNotification plugin to send delayed notifications for each scheduled departure on the stop page.
The user will click a button on the departure and be presented with a dialog asking how far in advance of the departure they'd like to be notified. When the notification is tapped, the user will be brought back to the page for the stop (or route?) they set it on.
Use the same Cordova plugin on the Schedule page. A user plans a trip and clicks a button to be reminded. The same dialog for delay time could be used. Clicking the notification gets them what page though?
Use the Web Notification API and our service worker to enable desktop browsers to participate in Stop page notifications?
Use the same to enable desktop browsers to participate in Schedule page notifications?
@sherson @werebus @mboneil10 @petermarathas @dfaulken thoughts? I'd expect this to take a few weeks for all steps including testing and rollout, but a good scaffold plus step 1 could be written up in about 2 days.