From 98c093f655cc532675a320e3d49fd914518b7cb0 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Sun, 20 Aug 2023 06:29:29 -0600 Subject: [PATCH] add potential tasks for multiple derivation paths --- project.task.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index d9dc2894..e8799f37 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -15,9 +15,9 @@ tasks: - 08 Scan QR code to import into contacts assignee:matthew - SEE: https://github.com/gruhn/vue-qrcode-reader -- Show pop-up or some message confirming that settings & contacts download has been initiated/finished assignee:matthew +- 01 Show pop-up or some message confirming that settings & contacts download has been initiated/finished assignee:matthew -- Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s) +- 01 Ensure each action sent to the server has a confirmation - eg registration (ie a toast something that dismisses after 5-10s) - SEE: https://github.com/emmanuelsw/notiwind assignee:jose - Home Feed & Quick Give screen : @@ -27,6 +27,7 @@ tasks: - 24 Move to Vite assignee:matthew +- .5 include the hash of the latest commit, and maybe a version - .5 add link to further project / people when a project pays ahead - .5 add project ID to the URL, to make a project publicly-accessible - .5 remove edit from project page for projects owned by others @@ -39,6 +40,14 @@ tasks: - Discuss whether the remaining tasks are worthwhile before MVP release. +- 04 allow user to download claims, mine + ones I can see about me from others +- .5 change the derivation path, and regenerate test IDs +- 02 allow user to create new DIDs from the same seed phrase (ie. increment derivation path) +- .5 on ProjectView page, show immediate feedback when a gift is given (on list?) -- and consider the same for Home & Contacts pages +- .5 customize favicon +- .5 Do we want to combine first name & last name? +- .2 Show a warning if both giver and recipient are the same (but still allow?) + - contacts v+ : - 01 Import all the non-sensitive data (ie. contacts & settings). - .2 show error to user when adding a duplicate contact @@ -51,12 +60,6 @@ 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) -- .5 on ProjectView page, show immediate feedback when a gift is given (on list?) -- and consider the same for Home & Contacts pages -- .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? -- Show a warning if both giver and recipient are the same (but still allow?) - - Release Minimum Viable Product : - 08 thorough testing for errors & edge cases - Turn off stats-world or ensure it's usable (eg. cannot zoom out too far and lose world, cannot screenshot).