gacsphere / capstone-project

batscan.vercel.app
MIT License
0 stars 0 forks source link

Add new location by tapping on the map #28

Open gacsphere opened 1 year ago

gacsphere commented 1 year ago

Value Proposition

As a user, I want to add a new location by tapping/clicking a point on the map so that I can easily add new locations.

Description

userstory19_map-tap

Image

Acception Criteria

Tasks

Kheirah commented 1 year ago

What happens to the map icon when I change the coordinates in the popup form? Does it get replaced to the new location and the view portion of the map changes to the new location as well?

gacsphere commented 1 year ago

Hmmm, you're right, there are some things I haven't thought about yet. If I had a form where I could enter some other coordinates like the ones I clicked, the icon position should change if the coordinates in the form are changed. But maybe I should consider to make the coordinates not editable in this case. I mean: if someone taps on the map, he wants to have the marker on the respective position. In each case I want the coordinates and date + time saved in the array like the other data objects. I need to come back and work on this user story later on when I see clearer how this should work. Thank you for your input!!!