-
Notifications
You must be signed in to change notification settings - Fork 101
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
Configure Implemented Rules Using Parameter Config File #1117
Comments
Hi @dancesWithCycles , thanks for opening this issue! Do you have use cases with user-configured thresholds for this rule? How would you use it? |
Hi @isabelle-dr , Please correct me, if I am wrong. My understanding is, that I know at least one linked transport system, that is constantly asked by customers why trips are missing in the passenger information system (PIS). Reason: The transport authority is aware of the general start and end date of routes due to the route -> trip -> service -> calendar link. But they are not aware that most trips of a certain route do not have GTFS data anymore way earlier due to exceptions in the A solution would be a business rule looking for the date most trips of a route do not have GTFS data in the current feed anymore. Being aware of this time, the authority could be triggered to get hold of a new GTFS feed to cover this gap. I do not know if this authority is the only one that is using exceptions in Was my description clear? Is this a (common) issue you have heard of? Cheers! |
Feature request
Dear folks,
Thank you so much for providing and maintaining this repository!
I am interested in the business rules in general and especially in FeedExpirationDateNotice. This and maybe other rules have hard coded thresholds like
...next 7 days...
. I am wondering if you see value in making this or other rules more flexible by making thresholds accessible through user-defined parameter in a configuration file.I do value it. What do you think? Has this idea been around already?
Is your feature request related to a problem? Please describe.
My feature request is not related to a problem. However, having this feature is opening doors for new use cases.
Proposed solution
Read business rule thresholds from parameter configuration file.
I appreciate any feedback.
Cheers!
The text was updated successfully, but these errors were encountered: