add some detail for the map pin, plus other refactors

This commit is contained in:
2023-07-20 20:59:53 -06:00
parent c5b4921583
commit 7f48149d6f
3 changed files with 13 additions and 14 deletions

View File

@@ -1,7 +1,8 @@
tasks:
- .2 bug - on contacts view, click on "to" & "from" and nothing happens
- 01 add a location for a project via map pin
- 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.