hasadna/open-bus-map-search

stride-api: limit gtfs_ride_stops/list timeframe filtering

開放

#312 建立於 2023年12月16日

 (2 則留言) (0 個反應) (1 位負責人)TypeScript (125 個分叉)auto 404
backendgood first issue

倉庫指標

星標
 (95 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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.

貢獻者指南