hasadna/open-bus-map-search

feature | velocity page date picker

Open

#1,313 opened on Oct 10, 2025

View on GitHub
 (8 comments) (0 reactions) (2 assignees)TypeScript (125 forks)auto 404
enhancementfrontendgood first issuehacktoberfestjavascript / typescriptvelocities page

Repository metrics

Stars
 (95 stars)
PR merge metrics
 (PR metrics pending)

Description

In the velocity heatmap page, we always load the velocities of the same date (recorded_from=2025-01-01T00%3A00%3A00):

https://open-bus-stride-api.hasadna.org.il/siri_velocity_aggregation/siri_velocity_aggregation?recorded_from=2025-01-01T00%3A00%3A00&lon_min=34.25&lon_max=35.7&lat_min=29.5&lat_max=33.33&rounding_precision=2

Please help us adding a date picker like other pages have

  • add date picker, so when a new date is selected it will change the date shown in the map
  • add buttons for next day, prev day, next week, prev week
  • show the day of the week
  • make sure the date is reflected in the url like other pages do

Contributor guide