-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add a parameter to FareResult indicating whether it was estimated #324
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR wants to merge into master...?
now corrected. |
What does "estimated" mean, how to react to this as a receiver? |
@sgrossberndt Improve documentation in XSD or in specification. The idea is: "Estimated can mean different things: The price may vary e.g. depending on age, PassangerCategory, TravelClass, EntitlementProducts). It may also mean, that the fare structure that the fare service uses is not really accurate or that other factors like time a shared car is used, may play into the price. Usually a client should then should present the price as approximate and probably lower limit of the real price." |
5db36b9
The SBB eMail server is too slow 😊
Von: Stefan de Konink ***@***.***>
Gesendet: Montag, 13. März 2023 19:28
An: VDVde/OJP ***@***.***>
Cc: Günter Matthias (IT-PTR-EXT-EXT2 - Extern) ***@***.***>; Author ***@***.***>
Betreff: Re: [VDVde/OJP] Add a parameter to FareResult indicating whether it was estimated (PR #324)
@skinkie approved this pull request.
—
Reply to this email directly, view it on GitHub<#324 (review)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFY25DWKJU6X7I5K7J3YHYLW35RKVANCNFSM6AAAAAAVNPECXE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
In many cases the FareResult is only an estimate. We should be able to communicate this.