-
Notifications
You must be signed in to change notification settings - Fork 132
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
Fix #162 - Add showNegativeScheduledArrivals option to data-sources.xml #160
Fix #162 - Add showNegativeScheduledArrivals option to data-sources.xml #160
Conversation
Can one of the admins verify this patch? |
@cagryInside Does this hide all negative arrivals (schedule and real-time times), or just negative arrivals for scheduled times when real-time isn't available? For the PSTA situation (which I still need to open an issue with an explanation for), we want to show negative arrivals for real-time data, but not for schedule data. So, we should only hide negative arrivals when no real-time info is available. |
On a related note, we should also probably rename the property to |
@barbeau Yes this improvement hides all negative arrivals.
But I am not sure this is the best approach the check |
Yes, let's discuss this week. |
e1c810a
to
7fa55cc
Compare
Per our discussion, |
We're doing some final tests to make sure that |
The issue describing the problem this PR addresses is #162. |
7fa55cc
to
18741c0
Compare
This patch is currently deployed to http://app.staging.obahart.org/ for the agency PSTA: |
@sheldonabrown I believe this should be ready for review. We've been testing it with PSTA and it seems to be working as intended. |
Merged this into camsys/unified branch, with intent to later merge camsys/unified to onebusaway/master |
no action in 8 years. closing. |
I have implemented
showNegativeScheduledArrivals
option indata-soruces.xml
. Now we can set the property:It set default
true
if a user never setsshowNegativeScheduledArrivals
property.cc @barbeau