CankutER / SWE-573

Home repository for SWE-573 Course, Semester Spring-2024
0 stars 0 forks source link

Enrich User Interaction for Geolocation in Front End #16

Closed CankutER closed 5 months ago

CankutER commented 5 months ago

Currently, geolocation definitions expect user to insert a latitude and longitude values in the post fields. This is not very intuitive and it may not be possible for the user to know exact coordinates for a specific location. Update the geolocation post fields in such a way that user picks the location from a map interface and then latitude and longitude values will be generated from that selection. This will not result in any change in the parameters API endpoint will receive, request body will stay the same.

CankutER commented 5 months ago

Implemented in this commit.