UBC-MDS / safe_vancity

The Safe Vancity app consists of maps and plots on crime rates in Vancouver in 2021, which help you make safest housing choices!
https://safevancity.herokuapp.com/
MIT License
1 stars 1 forks source link

Improve the app - at least 5 things based on peer review + TA feedback #45

Closed GloriaWYY closed 2 years ago

arlincherian commented 2 years ago

Here are ways we have implemented changes in our app based on peer review + TA comments from Milestone 1:

  1. Comment: To make the map more interlinked with the other plots, it might be good to explore area selection in the map which will modify the remaining plots accordingly.
  1. Comment: The default view of the map after each selection of the crime type is quite zoomed out. A closer look into the area could be nice to review the spread of cases for the type of crime selected.
    • The poorly map has the function to zoom in and out. We believe this functionality works and is sufficient as the user can zoom into specific streets/neighbourhoods etc. The scatter map is also centred around a specific latitude/long, therefore, increasing the zoom size too much means the map plot maybe zoomed into a specific location and the user will have to zoom out to see the density in specific neighbourhoods.
    • Commit Link: https://github.com/UBC-MDS/safe_vancity/commit/31b30c24dff6b0d1cc0fd1cdb630d82f22932509
  2. Comment: For someone with no technical knowledge of dashboards, it would be nice to include some information on how to operate the plots (something like a help button). The plots in the app are more or less self-explanatory. Although, it would be good to have a small section that documents the key takeaways from the app and how to use it efficiently.
  3. Just a suggestion - it would be nice if the horizontal bar chart would highlight the crime type selected in the filter on the left.

Additional TA comment:

  1. Comment from TA about describing acronyms before using them.