Add accessibility issue alert effect#164
Conversation
|
What about escalators, movable ramps, or other accessibility issues? Maybe ACCESS_ISSUE? |
|
@paulswartz I'm open to that, but we would need to specify more clearly what that means. Is an out of service escalator really an access issue? An out of service elevator is clearly an access issue on the other hand. |
|
That may be technically true (since you can't take a wheelchair up/down an escalator), but we group escalator and elevator alerts together under Access: https://www.mbta.com/alerts/access |
|
How should this effect be interpreted, only as an advisory or should transit planners take it into account when searching for an accessible path? Sometimes only one of more elevators may be out of service. |
|
@jakluk I don't think this should affect trip planning because there's clearly missing information to interpret those. Also, this was never defined for other effects, but I know there's plan to clarify this soon (see #137 (comment)). I would say that clarifying the behaviour is outside of this PR scope. Longer term, I can see EntitySelector to include a |
|
@paulswartz the more I'm thinking about it, I think it makes sense to not have a general ACCESS_ISSUE type. Consumer will probably want to have different behaviour depending on the type of access issue. If you think that would be better I can add more types in this PR ( |
|
We are in favor of adding either one generic effect named ACCESS_ISSUE or multiple specific effects like OUT_OF_SERVICE_ELEVATOR, OUT_OF_SERVICE_ESCALATOR, etc. |
|
@gcamp do you have a sense of how the additional type would be used by consumers? Thinking of our applications, we have an additional field |
|
For our purpose, we have an option to show wheelchair accessible information. In this case, I would show more prominently elevators alerts, but not escalators. |
…lness of the enum
|
After discussion with @paulswartz, I updated the proposition to change out of service elevator to |
|
This pull request has been open for more than one week, so per the Official Process I'm calling for a vote. Vote will be closed on Tuesday May 7nd at 23:59:59 UTC. |
|
Does |
|
@laurentg alerts so far don't have any change of behaviour in the consumer application per the official spec. This PR doesn't change anything about this, see #164 (comment) |
|
+1 |
1 similar comment
|
+1 |
|
@ritesh-warade-ibigroup @ibi-group-team vote is about to expire without enough votes, would you be able to vote? |
|
+1 |
|
+1 for the accessibility_issue, as producer in NL, we will add this. |
|
+1 |
2 similar comments
|
+1 |
|
+1 |
|
Vote is complete, thanks everyone. Results are 7 vote for the proposition, so it passes! |
|
Hi all! I opened a new issue with a question of how Alerts with effect of ACCESSIBILITY_ISSUE are being used: Please comment in that thread! Thanks! |
I've seen that a big amount of alert available in GTFS-rt alerts feed are to give the status of elevator that are out of service. However, there was no Effect available in the enum to mark them as such.
This adds that value in the Effect enum.