diff --git a/project.task.yaml b/project.task.yaml index cec1585..e50f441 100644 --- a/project.task.yaml +++ b/project.task.yaml @@ -1,6 +1,8 @@ tasks: -- 01 add a location for a project via map pin +- .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 } } - 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. @@ -33,6 +35,8 @@ tasks: - .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 +- .2 move 'switch identity' to the advanced section +- .1 remove the logic to exclude beforeId in list of plans after server has commit 26b25af605e715600d4f12b6416ed9fd7142d164 - Discuss whether the remaining tasks are worthwhile before MVP release. diff --git a/src/views/ContactAmountsView.vue b/src/views/ContactAmountsView.vue index fe19bd0..2f3770a 100644 --- a/src/views/ContactAmountsView.vue +++ b/src/views/ContactAmountsView.vue @@ -4,6 +4,11 @@