From 6045975b79d310bc1f0a2afd504b6ed228a2e3f6 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Thu, 7 Dec 2023 20:44:48 -0700 Subject: [PATCH] add more tasks for notifications work --- project.task.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/project.task.yaml b/project.task.yaml index 67c48e5..40ff1fb 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -6,6 +6,9 @@ tasks: - extract private_key_hex in py-push-server webpush.py - lock down regenerate_vapid endpoint (so only we admins can do it on demand) - remove sleep in py-push-server app.py + - revisit "maybe" and "never" buttons on accont screen + - see if we can detect OS-level notifications if turned off + - write troubleshooting docs for notifications - .3 fix the Project-location-selection map display to not show on top of bottom icons (and any other UI tweaks on the map flow) assignee-group:ui