threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Add city to farm update form in farm management of dashboard #718

Closed ranatrk closed 4 years ago

ranatrk commented 4 years ago

The farm update location will include both country and city instead of country only https://github.com/threefoldtech/jumpscaleX_threebot/issues/680 Screenshot from 2020-05-21 15-44-08

zaibon commented 4 years ago

At some point in time we have a map where you could click to select the exact location of a farm. A location object is

"location": {
"city": "",
"country": "",
"continent": "",
"latitude": 0,
"longitude": 0
}

if you really want to be precise

ranatrk commented 4 years ago

At some point in time we have a map where you could click to select the exact location of a farm. A location object is

"location": {
"city": "",
"country": "",
"continent": "",
"latitude": 0,
"longitude": 0
}

if you really want to be precise

@zaibon do you suggest I close the PR then until the map is implemented or merge it for now?