ManojNimbalkar / bitcoin-wallet

Automatically exported from code.google.com/p/bitcoin-wallet
0 stars 0 forks source link

record payment locations #121

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
this feature enhancement proposes to record the location of each payment. for 
example, in the "send bitcoin" view there is an additional check-box "record 
location". when clicked, the best available gps location is stored together 
with the payment in the local database. then, it uses google maps (or something 
else like foursquare?) to look up the place where this payment happened.
the user sees a list of possibilities and selects them - if there are already 
existing places, the last nearby selection should be on top as a "favourite" or 
something like that.

now the interesting part: in the main window, there could then be a 4rth list, 
which shows locations and the total amount of spending that happened there.

maybe it's also fine, to skip the gps part (or make it optional), and just 
enter a string as a location. all those locations should be in a ID<->string 
database and the transactions should reference to this ID.

background of this is a recent hackathon for mobile payments i attended. the 
winning app did exactly this for "traditional" mobile payments ... so it seems 
that there is real demand for this feature.

Original issue reported on code.google.com by harald.schilly on 29 Oct 2012 at 9:08

GoogleCodeExporter commented 9 years ago

Original comment by andreas....@gmail.com on 29 Oct 2012 at 2:11

GoogleCodeExporter commented 9 years ago
Wow, I really would like to see something like this, but instead using Google 
Maps or foursquare, I think you should use Openstreetmap because of free data. 
I already mapped some places that accept bitcoin with key payment:bitcoin, as 
described here: http://wiki.openstreetmap.org/wiki/Key:payment
I really would like to see a way to show/filter on a map or list, all places 
mapped on openstreetmap that have the key payment:bitcoin.

Original comment by e...@ymail.com on 10 Apr 2013 at 2:34

GoogleCodeExporter commented 9 years ago
Quote: (then, it uses google maps (or something else like foursquare?) to look 
up the place where this payment happened. the user sees a list of possibilities 
and selects them - if there are already existing places)

If there are NOT already existing places, could be opened a window with some 
pre-definied fields where the user could fill the place information and that 
the place accept bitcoin. Then the data will be sent to www.openstreetmap.org

Original comment by e...@ymail.com on 10 Apr 2013 at 2:48

GoogleCodeExporter commented 9 years ago
If developers going to use OpenStreetMap, then correcting missed places 
(submitting update, adding new) may be implemented by interacting with 
application like 
https://play.google.com/store/apps/details?id=net.bmaron.openfixmap which 
already know how to do this.

Original comment by yrti...@gmail.com on 10 Apr 2013 at 7:37

GoogleCodeExporter commented 9 years ago
Wow.

Someone implemented a map that use openstreetmap data, showing places with key 
payment:bitcoin
See: https://bitcointalk.org/index.php?topic=175900.0
Map: http://coinmap.org

Original comment by e...@ymail.com on 13 Apr 2013 at 11:40