From 6e3066ae92c78e3473bee9fc10d8d10a579f1bb4 Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Tue, 18 Jul 2023 21:04:48 +0800 Subject: [PATCH 01/14] Stub update of project task list --- project.task.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 7199286..41716eb 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -3,9 +3,9 @@ tasks: - 01 add a location for a project via map pin - 04 search by a bounding box for local projects (see API by clicking on "Nearby") - 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:jose -- 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 (discovery page display also) -- 08 Scan QR code to import into contacts. +- 08 Scan QR code to import into contacts (https://github.com/gruhn/vue-qrcode-reader) - 40 notifications : - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data @@ -27,7 +27,6 @@ tasks: - .5 remove edit from project page for projects owned by others - .5 fix where user 0 sees no txns from user 1 on contacts page but sees them on list page - .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 on ProjectViewView, show different messages for "to" and "from" sections if none exist - .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 From b706e655985772aa0e5305b9b2765d6cee4175fa Mon Sep 17 00:00:00 2001 From: anomalist Date: Wed, 19 Jul 2023 02:11:18 -0400 Subject: [PATCH 02/14] Remove completed tasks. --- project.task.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 41716eb..11418d8 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -10,13 +10,10 @@ tasks: - 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 - - .2 Make alerts at the top more visible (because they're currently a similar color and sometimes aren't seen) - - Show pop-up or some message confirming that settings & contacts download has been initiated/finished -- Ensure each action sent to the server has a confirmation - eg registration +- 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 - Home Feed & Quick Give screen : - 01 save the feed-viewed status in settings storage ("afterQuery") @@ -26,7 +23,6 @@ tasks: - .5 remove edit from project page for projects owned by others - .5 fix where user 0 sees no txns from user 1 on contacts page but sees them on list page -- .2 there are three dots at the top of ProjectViewView that refreshes the page but doesn't do anything else - .2 on ProjectViewView, show different messages for "to" and "from" sections if none exist - .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 From 592ffacebc16c4dc5a4b9d669a2176ee1ff5c7b6 Mon Sep 17 00:00:00 2001 From: anomalist Date: Wed, 19 Jul 2023 02:16:28 -0400 Subject: [PATCH 03/14] possible image uploader --- project.task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.task.yaml b/project.task.yaml index 11418d8..ebe02af 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -4,6 +4,7 @@ tasks: - 04 search by a bounding box for local projects (see API by clicking on "Nearby") - 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:jose - 02 Fix images on projectview - allow choice of image from a pallete of images or a url image (discovery page display also) + - https://github.com/azeemade/image-upload-vue - 08 Scan QR code to import into contacts (https://github.com/gruhn/vue-qrcode-reader) From e2bf469dc10c94f4faef014c29bcfd8bdbd143e1 Mon Sep 17 00:00:00 2001 From: anomalist Date: Wed, 19 Jul 2023 02:26:44 -0400 Subject: [PATCH 04/14] set assignees on several tasks. --- project.task.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index ebe02af..7c1fb4c 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,30 +2,30 @@ tasks: - 01 add a location for a project via map pin - 04 search by a bounding box for local projects (see API by clicking on "Nearby") -- 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:jose +- 01 Replace Gifted/Give in ContactsView with GiftedDialog assignee:matthew - 02 Fix images on projectview - allow choice of image from a pallete of images or a url image (discovery page display also) - - https://github.com/azeemade/image-upload-vue + - https://github.com/azeemade/image-upload-vue assignee:jose -- 08 Scan QR code to import into contacts (https://github.com/gruhn/vue-qrcode-reader) +- 08 Scan QR code to import into contacts (https://github.com/gruhn/vue-qrcode-reader) assignee:matthew - 40 notifications : - - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data + - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew -- Show pop-up or some message confirming that settings & contacts download has been initiated/finished +- 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) - - SEE: https://github.com/emmanuelsw/notiwind + - SEE: https://github.com/emmanuelsw/notiwind assignee:jose - Home Feed & Quick Give screen : - 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 -- 24 Move to Vite +- 24 Move to Vite assignee:matthew - .5 remove edit from project page for projects owned by others - .5 fix where user 0 sees no txns from user 1 on contacts page but sees them on list page - .2 on ProjectViewView, show different messages for "to" and "from" sections if none exist -- .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) +- .2 fix static icon to the right on project page (Matthew - I've made "Rotary" into issuer?) assignee:jose - .2 fix rate limit verbiage (with the new one-per-day allowance) assignee:trent - Discuss whether the remaining tasks are worthwhile before MVP release. From 790d44db81757a4a74a63ae967ca0cbd49c292cc Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Wed, 19 Jul 2023 16:30:56 +0800 Subject: [PATCH 05/14] Remove the stub context menu causing vertical ellipsis --- src/views/ProjectViewView.vue | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/views/ProjectViewView.vue b/src/views/ProjectViewView.vue index f53dc3f..a9cef3f 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -12,13 +12,6 @@ > - - - View Plan From b9ed9d748bb9d54556259887865af9d421cefc1c Mon Sep 17 00:00:00 2001 From: Matthew Raymer Date: Wed, 19 Jul 2023 18:19:29 +0800 Subject: [PATCH 06/14] Only project owner may see edit button of a project --- src/views/ProjectViewView.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/ProjectViewView.vue b/src/views/ProjectViewView.vue index a9cef3f..f9273f4 100644 --- a/src/views/ProjectViewView.vue +++ b/src/views/ProjectViewView.vue @@ -49,6 +49,7 @@
from: @@ -165,12 +159,6 @@ > {{ givenToMeDescriptions[contact.did] }} -
Date: Wed, 19 Jul 2023 18:25:03 +0800 Subject: [PATCH 09/14] Add a back arrow --- src/views/ContactAmountsView.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index fa02391..2480ffa 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -1,6 +1,18 @@