From ccca93b9f1343a7ab21c8890971a1f3238a3300a Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Mon, 11 Dec 2023 19:19:29 -0700 Subject: [PATCH] change some messages, rework tasks --- project.task.yaml | 11 +++++++---- src/views/AccountViewView.vue | 1 - src/views/ProjectsView.vue | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index f3f42ad..378065e 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,13 +2,16 @@ tasks: - 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) - make the app behave correctly when App Notifications are turned off - remove "mute notifications" - remove sleep in py-push-server app.py? - see if we can detect OS-level notifications if turned off - 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 - 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 @@ -19,6 +22,7 @@ tasks: - .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 - enhance help page instructions for debugging - add way to test quickly a push notification @@ -103,6 +107,8 @@ tasks: - automated tests, eg. cypress - 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 @@ -115,9 +121,6 @@ tasks: - 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. - 16 From the home screen, make the quick action even easier. diff --git a/src/views/AccountViewView.vue b/src/views/AccountViewView.vue index f5142f1..271277d 100644 --- a/src/views/AccountViewView.vue +++ b/src/views/AccountViewView.vue @@ -333,7 +333,6 @@ > Show Subscription from Web Push Server - ... but don't do that too frequently lest you get throttled.
diff --git a/src/views/ProjectsView.vue b/src/views/ProjectsView.vue index 2c2c6e3..6bf7f4a 100644 --- a/src/views/ProjectsView.vue +++ b/src/views/ProjectsView.vue @@ -3,7 +3,7 @@

- Your Plans + Your Ideas