diff --git a/project.task.yaml b/project.task.yaml index 47d4105..e2d52d7 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -2,16 +2,12 @@ tasks: - test alerts on all pages -- or refactor to new "notify" (since AlertMessage refactoring may require a change, et. ContactQRScanShowView) - .2 bug - on contacts view, click on "to" & "from" and nothing happens -- 01 add a location for a project via map pin : - - add with a "location" field containing this: { "geo":{ "@type":"GeoCoordinates", "latitude":40.883944, "longitude":-111.884787 } } - 40 notifications : - push, where we trigger a ServiceWorker(?) in the app to reach out and check for new data assignee:matthew -- 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 add my bounding box(es) of interest for searches on Nearby part of Discovery page +- .5 search by a bounding box(s) of interest for local projects (see API by clicking on "Nearby") - 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) - - SEE: https://github.com/dmester/jdenticon assignee:jose - 08 Scan QR code to import into contacts assignee:matthew - SEE: https://github.com/gruhn/vue-qrcode-reader diff --git a/src/main.ts b/src/main.ts index d4d9195..980b0e8 100644 --- a/src/main.ts +++ b/src/main.ts @@ -35,6 +35,7 @@ import { faGift, faHand, faHouseChimney, + faLocationDot, faLongArrowAltLeft, faLongArrowAltRight, faMagnifyingGlass, @@ -80,6 +81,7 @@ library.add( faGift, faHand, faHouseChimney, + faLocationDot, faLongArrowAltLeft, faLongArrowAltRight, faMagnifyingGlass, diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index f2198cb..6031e0b 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -111,7 +111,7 @@
Show appreciation to a contact:
+Record a gift from a contact: