noobling / Homefornow

Current beta website
https://www.homefornow.org.au
MIT License
8 stars 3 forks source link

Investigate why some service coordinates are 0,0 #105

Closed noobling closed 6 years ago

noobling commented 6 years ago

Turns out it was a bug caused by updating a service. We just chuck all the data in to update e.g. $set: req.body.data This is bad and this is an example why this was bad. Since coordinates were never set on the front end they ended up with the default 0, 0. This feature will fix this issue #111