|
@ -2,13 +2,16 @@ |
|
|
tasks: |
|
|
tasks: |
|
|
|
|
|
|
|
|
- 08 notifications : |
|
|
- 08 notifications : |
|
|
|
|
|
- get it to work on Android |
|
|
|
|
|
- get it to work on iOS |
|
|
- lock down regenerate_vapid endpoint (so only we admins can do it on demand) |
|
|
- lock down regenerate_vapid endpoint (so only we admins can do it on demand) |
|
|
- make the app behave correctly when App Notifications are turned off |
|
|
- make the app behave correctly when App Notifications are turned off |
|
|
- remove "mute notifications" |
|
|
- remove "mute notifications" |
|
|
- remove sleep in py-push-server app.py? |
|
|
- remove sleep in py-push-server app.py? |
|
|
- see if we can detect OS-level notifications if turned off |
|
|
- see if we can detect OS-level notifications if turned off |
|
|
- write troubleshooting docs for notifications |
|
|
- write troubleshooting docs for notifications |
|
|
- make the "App Notifications" toggle on when they first turn notifications on |
|
|
- make the "App Notifications" toggle on when they turn notifications on |
|
|
|
|
|
- make the "App Notifications" toggle off when they turn notifications off |
|
|
- in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record |
|
|
- in py-push-server, when sending a push to a subscriber and we get on a 410 "error #106", delete the subscription record |
|
|
- https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files |
|
|
- https://gitea.anomalistdesign.com/trent_larson/py-push-server/pulls/3/files |
|
|
- remove "notification push server" advanced setting since it only makes sense on the current domain |
|
|
- remove "notification push server" advanced setting since it only makes sense on the current domain |
|
@ -19,6 +22,7 @@ tasks: |
|
|
|
|
|
|
|
|
- .5 If notifications are not enabled, add message to front page with link/button to enable |
|
|
- .5 If notifications are not enabled, add message to front page with link/button to enable |
|
|
|
|
|
|
|
|
|
|
|
- fix notification error when first loading the app |
|
|
- add note after contact addition that they can see your info |
|
|
- add note after contact addition that they can see your info |
|
|
- enhance help page instructions for debugging |
|
|
- enhance help page instructions for debugging |
|
|
- add way to test quickly a push notification |
|
|
- add way to test quickly a push notification |
|
@ -103,6 +107,8 @@ tasks: |
|
|
- automated tests, eg. cypress |
|
|
- automated tests, eg. cypress |
|
|
|
|
|
|
|
|
- Notifications (wake on the phone, push notifications) |
|
|
- Notifications (wake on the phone, push notifications) |
|
|
|
|
|
- pull instead of push, maybe via scheduled runs |
|
|
|
|
|
- have a notification pop-up on Mac screen |
|
|
|
|
|
|
|
|
- Connect with phone contacts |
|
|
- Connect with phone contacts |
|
|
|
|
|
|
|
@ -115,9 +121,6 @@ tasks: |
|
|
|
|
|
|
|
|
- Do we want split first name & last name? |
|
|
- Do we want split first name & last name? |
|
|
|
|
|
|
|
|
- 40 notifications v+ : |
|
|
|
|
|
- pull, w/ scheduled runs |
|
|
|
|
|
|
|
|
|
|
|
- 01 On nearby search, if user starts changing their box but cancels and goes back to the map it is zoomed far out. Fix to fit the box better. |
|
|
- 01 On nearby search, if user starts changing their box but cancels and goes back to the map it is zoomed far out. Fix to fit the box better. |
|
|
- 16 From the home screen, make the quick action even easier. |
|
|
- 16 From the home screen, make the quick action even easier. |
|
|
|
|
|
|
|
|