From a5892238d54e5bc6d93032cb0dddecf7ebcc5ed5 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Fri, 14 Jul 2023 20:25:15 -0600 Subject: [PATCH] on tasks: prioritize notifications, add fixes --- project.task.yaml | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 92cd327e..90ff3b33 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -6,18 +6,12 @@ tasks: - 04 search by a bounding box for local projects (see API by clicking on "Nearby") - 01 remove all the "form" fields (or at least investigate to see if that page refresh is desired) - 01 Replace Gifted/Give in ContactsView with GiftedDialog -- 02 Fix images on projectview: allow choice of image from a pallete of images or a url image. +- 02 Fix images on projectview - allow choice of image from a pallete of images or a url image. - 08 Scan QR code to import into contacts. -- contacts v1 : - - 01 Import contact info a la QR code. - - .2 move all "identity" references to temporary account access assignee:trent - -- contacts v+ : - - 01 Import all the non-sensitive data (ie. contacts & settings). - - .2 show error to user when adding a duplicate contact - - 01 parse input more robustly (with CSV lib and not commas) +- 40 notifications : + - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data - refactor UI : - .5 Alerts show at the top and can be missed if you've scrolled down on the page, eg. account data download @@ -31,18 +25,20 @@ tasks: - 01 save the feed-viewed status in settings storage ("afterQuery") - 01 quick action - send action, maybe choose via canvas tool https://github.com/konvajs/vue-konva -- .5 customize favicon -- 04 allow user to download claims, mine + ones I can see about me from others - - 24 Move to Vite -- 40 notifications : - - push +- .5 remove edit from project page for projects owned by others +- .2 there are three dots at the top of ProjectViewView that refreshes the page but doesn't do anything else +- 01 fix images on project page, on discovery page +- .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) +- .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent - Discuss whether the remaining tasks are worthwhile before MVP release. -- 01 fix images on project page, on discovery page -- .2 fix static icon to the right on project page (Matthew: I've made "Rotary" into issuer?) +- contacts v+ : + - 01 Import all the non-sensitive data (ie. contacts & settings). + - .2 show error to user when adding a duplicate contact + - 01 parse input more robustly (with CSV lib and not commas) - stats v1 : - 01 show numeric stats @@ -51,7 +47,9 @@ tasks: - maybe - allow type annotations in World.js & landmarks.js (since we get this error - "Types are not supported by current JavaScript version") - 08 convert to cleaner implementation (maybe Drie -- https://github.com/janvorisek/drie) -- Do we want split first name & last name? +- .5 customize favicon +- 04 allow user to download claims, mine + ones I can see about me from others +- Do we want to combine first name & last name? - Release Minimum Viable Product : - 08 thorough testing for errors & edge cases