bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Frontend: Add Map Functionality for Location Selection on Event Create Page #190

Closed yagmurse closed 2 years ago

yagmurse commented 2 years ago

Google Maps will be added to the Event Creation Page. Users should be able to select location from map. A marker should be placed on the clicked place; latitude and longitude values and address should be sent to the Backend api events endpoint

yigitsarioglu commented 2 years ago

We gathered as a frontend team on Sunday and Monday (12-13 December 2021) and implemented the map functions. (previously, I created a google developer console account and got an API key)

yigitsarioglu commented 2 years ago

When users create an Event; -Users could select a place by clicking on the map -Latitude and Longitude values of the adress is kept as a variable and sent to the backend -One of the address (from the ten ) values returned from google map is selected and sent to the backend

yagmurse commented 2 years ago

Add Map Functionality for Location Selection on Event Create Page is completed and it is presented to Customer