From 47442655cba6de62323137506563770f6f192002 Mon Sep 17 00:00:00 2001 From: Trent Larson Date: Tue, 11 Jul 2023 08:40:44 -0600 Subject: [PATCH 1/3] update tasks --- project.task.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/project.task.yaml b/project.task.yaml index 6a8a954..226dea2 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,29 +1,29 @@ tasks: - 01 design ideas for simple gives on the Home page -- 01 add list of 'give' records for a project on ProjectView UI - 02 Discover page - add infinite search -- 08 search by location, endpoint, etc assignee:trent -- 01 add a location for a project via map pin (see API by clicking on "Nearby") +- 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 remove all the "form" fields (or at least investigate to see if that page refresh is desired) - 08 Scan QR code to import into contacts. - contacts v1 : - 01 Import contact info a la QR code. - - 01 Import all the non-sensitive data (ie. contacts & settings). - .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) - refactor UI : - - .5 Alerts show at the top and can be missed, eg. account data download + - .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 confirming that settings & contacts have been downloaded +- 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 - registration +- Ensure each action sent to the server has a confirmation - eg registration - Home Feed & Quick Give screen : - 01 save the feed-viewed status in settings storage ("afterQuery") From b5e78e5dc83079bb26ced37e714dad57cc06dae4 Mon Sep 17 00:00:00 2001 From: anomalist Date: Tue, 11 Jul 2023 21:03:39 -0400 Subject: [PATCH 2/3] Update 'project.task.yaml' --- project.task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.task.yaml b/project.task.yaml index 226dea2..778287a 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -5,6 +5,7 @@ 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 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 - 08 Scan QR code to import into contacts. From c1f218c2f34ec47242740acc279ba40996720931 Mon Sep 17 00:00:00 2001 From: anomalist Date: Tue, 11 Jul 2023 21:10:33 -0400 Subject: [PATCH 3/3] Update 'project.task.yaml' --- project.task.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/project.task.yaml b/project.task.yaml index 778287a..92cd327 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -6,6 +6,7 @@ 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. - 08 Scan QR code to import into contacts.