gcivil-nyu-org / INET-Monday-Spring2023-Team-4

0 stars 9 forks source link

Map view UI #182

Closed zl3952 closed 1 year ago

zl3952 commented 1 year ago

I haven’t had time to fix the format on that list but I managed to fix the map interactions. I will find a way to map the list items to the markers. I will wait till the model fields to settle before I keep working on those list cards because the info shown doesn’t really match what we have.

  1. Filter works and will update list and map after submit
  2. List can scroll down to see all of them. It’s currently ranked with order of presence in the database
  3. Map now has different icons for different types (we only have two types of icon but we have 3 types tho)
  4. Map now show markers according to the filter result
  5. Click marker will zoom in & show info window
  6. click anywhere else will close the window and zoom out a bit
  7. Click on marker other than the current one will pan over and show info window of that marker instead.