Automatically determine historic maximum for Ridership #927
Labels
backend
Change to backend code
frontend
Change to frontend code
nice-to-have
Stuff that would be nice to have
optimization
Optimizing some exisiting functionality
Right now we manually pin a historic maximum for the ridership charts, typically this is a pre-2020 peak ridership number.
We should instead determine this number automatically based on the full dataset.
My proposal is we pick the highest weekly ridership number between
1 year ago
andbeginning of data
. That way we can still show 115% of historic maximum without forever pinning to 2019. We should be able to do this with dynamo dataThe text was updated successfully, but these errors were encountered: