Browse Source

change some messages, rework tasks

design-tweaks-2023-12
Trent Larson 9 months ago
parent
commit
ccca93b9f1
  1. 11
      project.task.yaml
  2. 1
      src/views/AccountViewView.vue
  3. 2
      src/views/ProjectsView.vue

11
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.

1
src/views/AccountViewView.vue

@ -333,7 +333,6 @@
>
Show Subscription from Web Push Server
</button>
... but don't do that too frequently lest you get throttled.
</div>
<div class="flex py-4">

2
src/views/ProjectsView.vue

@ -3,7 +3,7 @@
<section id="Content" class="p-6 pb-24">
<!-- Heading -->
<h1 id="ViewHeading" class="text-4xl text-center font-light pt-4 mb-8">
Your Plans
Your Ideas
</h1>
<!-- Quick Search -->

Loading…
Cancel
Save