-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
new agencies should appear in the dashboard #789
Comments
hey can i take this issue? please :) |
sure |
yay thanks :) I will start working on it |
another task (for separate pr) - add "דרך אגד" to the list of important operators |
@NoamGaash Should date_from equal each date's current date? Or should it equal each month's first date? (as in api url in this issue's description) The updated function in file agencyList.ts
|
I think providing yesterday's date would be the safest approach, but it's up to you to decide. |
@NoamGaash Can you give me push & pull request permissions? |
@asidelnik Welcome! It's great to see you here 👏 |
@NoamGaash I thought I could test this to see that the date is dynamic, but where is this being called? |
open-bus-map-search/src/api/agencyList.ts Lines 16 to 24 in 20b1e80
I think that we can test few things here -
And then we can mock the route response with some fake data - for example:
to see that the new agency is reflected in the UI |
we should call https://open-bus-stride-api.hasadna.org.il/gtfs_agencies/list?date_from=2024-06-01 with dynamic date argument to make sure new agencies appear
The text was updated successfully, but these errors were encountered: