Skip to content
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

Show "NoBoardingAtStop" in TIR and SER #181

Open
AndreasAtSBB opened this issue Nov 12, 2024 · 0 comments
Open

Show "NoBoardingAtStop" in TIR and SER #181

AndreasAtSBB opened this issue Nov 12, 2024 · 0 comments
Assignees
Labels

Comments

@AndreasAtSBB
Copy link

There are cases where you can only board or just allight, here an example for no boarding in a TIR response:
TIR unter OJP 2.0 funktioniert auch und gibt «Halt nur zum Aussteigen» aus:

  <PreviousCall>
        <siri:StopPointRef>8571342</siri:StopPointRef>
        <StopPointName>
              <Text xml:lang="de">Bern, Inselplatz</Text>
        </StopPointName>
        <NameSuffix>
              <Text xml:lang="de">PLATFORM_ACCESS_WITH_ASSISTANCE</Text>
        </NameSuffix>
        <PlannedQuay>
              <Text xml:lang="de">C</Text>
        </PlannedQuay>
        <ServiceArrival>
              <TimetabledTime>2024-07-25T04:50:00Z</TimetabledTime>
        </ServiceArrival>
        <ServiceDeparture>
              <TimetabledTime>2024-07-25T04:50:00Z</TimetabledTime>
        </ServiceDeparture>
        <Order>20</Order>
        <NoBoardingAtStop>true</NoBoardingAtStop>
  </PreviousCall>

Und im SER unter OJP 2.0 kommen
• bei den Arrivals jene Fahrzeuge nicht, bei denen ich nicht aussteigen kann
• bei der Departure jene Fahrzeuge nicht, bei denen ich nicht einsteigen kann

In the TIR it should be shown, at the line with the relevant stop: E.g. "No Boarding", "No alighting" or with an intuitive icon.
In case of the SER, the respective train should not be shown. "Arrivals" in case of "no alighting" and departure in case of "No boarding", since this optons can't be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants