ParkingReformNetwork / parking-lot-map

Interactive map showing how much of downtowns are dominated by parking
https://parkingreform.org/parking-lot-map/
MIT License
1 stars 5 forks source link

Don't show parking score if not relevant #191

Closed Eric-Arellano closed 3 months ago

Eric-Arellano commented 3 months ago

I realized from the book refactoringui.com that it's noisy to show this when irrelevant.

That allows us to improve our data modeling. We now use null when the URL and parking score are not set.

Before:

Screenshot 2024-05-19 at 11 10 12 AM

After:

Screenshot 2024-05-19 at 11 10 56 AM