wklumpen / equity-pulse-web

Equity Pulse is a web application and visualization platform using Flask+D3 to support equity and access calcualtions for TransitCenter/SSR/SF2 Work
4 stars 0 forks source link

Transit Service Time Period on Dropdown is stuck on Weekday (even when Saturday data is showing) #119

Closed wklumpen closed 2 years ago

wklumpen commented 2 years ago

Due to a data error, it appears all LOS measures on a given weekday and weekend are the same. It is unclear at this point which of the two are currently represented.

Fix will require a recalculation of LOS measures.

jamaps commented 2 years ago

Looking into this, both were showing weekday scores (so the weekday scores should be fine, but we'll need to recompute Saturday).

I've fixed the issue in the script, and will push an update to the other repo

mlbtc commented 2 years ago

It seems that new scores have been computed but the dropdown menu has a bug -- it's stuck on showing Weekday as the time period even if the map is showing Saturday data, per the URL.

E.g. Weekday LOS - URL and Time Period on dropdown match image

Vs. Saturday LOS - URL=Saturday but Time Period on dropdown=Weekday image

mlbtc commented 2 years ago

NOTE: recategorized this as a priority / bug issue.

wklumpen commented 2 years ago

We've fixed the data issue - I created a new issue for the bug Mary found. See #145