GigiLoria5 / se2022-08-HikeTracker

Application developed during the Software Engineering II course (Year 2022-23) by Group 08 at the Politecnico di Torino (Master of Science in Computer Engineering).
2 stars 1 forks source link

Problem with points consistency #50

Closed GigiLoria5 closed 1 year ago

GigiLoria5 commented 1 year ago

In some other demos, the product owner requested to check if the points inserted by the local guide (related to hike, hut, parking lot) are consistent with the geographical information (city, province, country) provided. We should decide whether handle this problem or not (the problem was not arise by our product owner)

Add "point consistency check" in:

GigiLoria5 commented 1 year ago

UPDATE: this problem is now officially requested by stakeholders. So we need to implement this new check for every add we have

immagine

GigiLoria5 commented 1 year ago

Possible solutions:

GigiLoria5 commented 1 year ago

Another possible solution is using the following link to gather all the info we need:

https://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/reverseGeocode?f=pjson&langCode=EN&location=46.499595,8.630034

Obviously there is only the need to change coordinates in the URL to retrieve all the info needed for our purposes

NOTE: in the URL it's requested to put first longitude and then latitude