forked from jsnbuchanan/crowd-funder-for-time-pwa
change some messages, rework tasks
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||
|
|||||||
@@ -333,7 +333,6 @@
|
|||||||
>
|
>
|
||||||
Show Subscription from Web Push Server
|
Show Subscription from Web Push Server
|
||||||
</button>
|
</button>
|
||||||
... but don't do that too frequently lest you get throttled.
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex py-4">
|
<div class="flex py-4">
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<section id="Content" class="p-6 pb-24">
|
<section id="Content" class="p-6 pb-24">
|
||||||
<!-- Heading -->
|
<!-- Heading -->
|
||||||
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
|
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
|
||||||
Your Plans
|
Your Ideas
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<!-- Quick Search -->
|
<!-- Quick Search -->
|
||||||
|
|||||||
Reference in New Issue
Block a user