Add Place
Original user story - #36
User shoud be able to add new place to the map
Suggested solution:
- get input data from ux (place name, password from wi-fi point)
- check if user is connected to wi-fi, get wi-fi network name
- get gps mark of this point
- get user topics (ask someone who work with p2chat)
- store this to backend like
37.53(gps mark) = > struct {
name network
name place
password network
}
and like this
37.53(gps mark) => topics[]
Add Place
Original user story - #36
User shoud be able to add new place to the map
Suggested solution:
and like this