OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

Display favorite places on map (registered user) #236

Open OlhenShu opened 2 months ago

OlhenShu commented 2 months ago

As a registered user I want to see my favorite places displayed on the map with a different marker, so I can see them separately from all other places.

Acceptance criteria:

  1. GIVEN user has a list of saved favorite places, WHEN user logs in to the system, THEN system shall display his favorites places on a map by different marker of a different color (instead of default marker).
  2. Provided user clicks on a favorite place marker, system shall open the detail view of the place, where 'Favorite' icon (star) shall be selected (yellow).

related to #230