remove visibility to contact operations where there is no activeDid

This commit is contained in:
2023-12-04 13:29:16 -07:00
parent 5cbf917ada
commit ce5933f645
2 changed files with 54 additions and 49 deletions

View File

@@ -1,13 +1,10 @@
tasks:
- in endorser-push-server - mount folder for persistent sqlite DB outside of container
- extract private_key_hex in webpush.py
- 40 notifications :
- push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew
- .2 change the "claims" verbiage in feeds (eg. safari-notifications.js)
- .5 allow to manage their notifications even without an identity
- 01 Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s)
- .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