hasadna/open-bus-map-search

stride-api: limit gtfs_ride_stops/list timeframe filtering

オープン

#312 opened on 2023/12/16

 (2 件のコメント) (0 件のリアクション) (1 人の担当者)TypeScript (125 件のフォーク)auto 404
backendgood first issue

Repository metrics

Stars
 (95 個のスター)
PR merge metrics
 (平均マージ 6d 5h) (30d で 42 merged PRs)

説明

As happened in https://github.com/hasadna/open-bus-stride-api/issues/26 , the gtfs_ride_stops/list api wan unusable without time filtering, because with no limit at all this query is was to heavy.

Add a limit in this API (and maybe open similar tickets to similar APIs that include time filtering) - If no time filters where given, as suggested in https://github.com/hasadna/open-bus-stride-api/issues/26, return an error from the BE, with an indicative msg.

コントリビューターガイド