diff --git a/project.task.yaml b/project.task.yaml index c8db872..fe000a1 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,22 +2,23 @@ tasks : - fix the notification link to the app +- 01 change scanning flow - allow them to stay on the QR/scanning screen after scanning someone + - 24 contextual tutorials https://docs.google.com/document/d/11C_K3RM0rgo0onih20KFhcIzukZyq_CRWqaWX5om_kM/edit#heading=h.iwiwcydou5hw -- 24 Move to Vite +- 24 Move to Vite assignee:jason - feeds - add "remote" filter, if they choose 'visible' then warn that they won't see any others, cache list & don't reload front page on change +- .1 add shortcut from project (etc?) to the public project page in a browser - .1 add KindSpring link to ideas - .1 on feed, don't show "to someone anonymous" if it's to a project -- .1 on ideas, put an "x" to close it assignee-group:ui - 16 save data backups in Google - 16 generate and use passkeys for identities - .5 show "give" buttons (eg. from anonymous) even if they can't give, greyed out, and give them a warning and instructions - .2 when adding a claim on home screen, push that claim to the top of the list - .2 fix give dialog from "more contacts" off home page to allow giving to this user -- .2 fix bottom of project selection map, where the icons are hidden but a tap goes to the icon's page assignee-group:ui - .5 stop from seeing an error on the first page when browser doesn't support service workers (which I've seen on iPhone; visible in Firefox private window) - .2 don't show a warning on a totally new project when the authorized agent is set - .2 anchor hash into BTC @@ -28,8 +29,9 @@ tasks : - 08 add image on profile -- ask to detect location & record it in settings -- if personal location is set, show potential local affiliations +- 01 ask to detect location & record it in settings +- 01 if personal location is set, show potential local affiliations +- 02 refactor the buttons for chosing a search location so that the actions are clear assignee-group:ui - 24 compelling UI for credential presentations - discover who in my network has activity on a project @@ -98,7 +100,7 @@ tasks : - .3 check that Android shows "back" buttons on screens without bottom tray - .1 Make give description text box into something that expands as they type? - .2 Show a warning if both giver and recipient are the same (but still allow?) -- 01 Would it look better to shrink the buttons on many pages so they don't expand to the width of the screen? assignee-group:ui +- .5 Shrink the buttons on project pages so they don't expand to the width of the screen assignee-group:ui - .5 Display a more appealing confirmation on the map when erasing the marker - .5 remove references to localStorage for projectId (now that it's pulling from the path) - switch some checks for activeDid to check for isRegistered @@ -146,7 +148,6 @@ tasks : - for subtasks: fulfills (is it really the same?), feeds, contributes to, supplies, boosts, advances - for blocking: blocks, precedes, comes before, is sought by -- vs follows, seeks, builds on ("contributes to" isn't specific enough, "succeeds" has different, possibly confusing meaning) -- .5 fit as many icons as possible on home & project view screens but only going halfway down the page assignee-group:ui - .5 Replace Gifted/Give in ContactsView with GiftedDialog - Stats : diff --git a/src/App.vue b/src/App.vue index 63c3eba..ad5af33 100644 --- a/src/App.vue +++ b/src/App.vue @@ -191,7 +191,7 @@ >
- Would you like to turn on notifications for this app? + Would you like to be notified of new activity once a day?
Waiting for system initialization, which may take up to 10
@@ -199,22 +199,42 @@