Refacto the localisation system
Opened this issue · 1 comments
chaigneauP commented
upgrade the storeloc system for manage geoloc and address separetly
Taraal commented
A possible solution would be to store each location as a JSON object with two properties, "coordinates" and "address". I'm guessing we can get both infos from any of them, so we should be good.
We would then need to scrape some data from the gmaps page. As this necessity was also referenced in #4 I suggest a single branch to close out both issues.