You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common issue encountered when editing feeds from some other source is that there is not a good way to bulk edit calendars for a feed that has expired. Some GTFS feeds have many calendar entries (e.g., one per route) and it is tedious to attempt to update each calendar end date one by one.
We should probably come up with a framework/endpoint to do this in a generalizable way. E.g., a PATCH endpoint in EditorController.java that uses something similar to Postgrest to select rows to edit and contains a JSON object with the fields that should be updated:
A common issue encountered when editing feeds from some other source is that there is not a good way to bulk edit calendars for a feed that has expired. Some GTFS feeds have many calendar entries (e.g., one per route) and it is tedious to attempt to update each calendar end date one by one.
We should probably come up with a framework/endpoint to do this in a generalizable way. E.g., a
PATCH
endpoint inEditorController.java
that uses something similar to Postgrest to select rows to edit and contains a JSON object with the fields that should be updated:The text was updated successfully, but these errors were encountered: