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

Add Accessibility Info Input for Bookings #320

Open
atoff opened this issue Feb 1, 2023 · 5 comments · May be fixed by #353
Open

Add Accessibility Info Input for Bookings #320

atoff opened this issue Feb 1, 2023 · 5 comments · May be fixed by #353
Assignees
Labels
enhancement Relating to new features good first issue This is good for newcomers! prior:med Medium priority (think 'this term')

Comments

@atoff
Copy link
Member

atoff commented Feb 1, 2023

  • In the booking purchase flow, add an input to allow user to indicate any accessibility concerns (wheelchair, epilepsy, etc.)
  • In the admin booking view, display any accessibility concern when viewing a booking
  • In the admin bookings view, allow for filtering to find bookings with accessibility concerns

See https://github.com/BristolSTA/uobtheatre-api/blob/dev/schema.graphql#L25

@atoff atoff added enhancement Relating to new features prior:med Medium priority (think 'this term') good first issue This is good for newcomers! labels Feb 1, 2023
@HappyNTH HappyNTH linked a pull request Apr 8, 2023 that will close this issue
@HappyNTH HappyNTH self-assigned this Apr 8, 2023
@HappyNTH HappyNTH linked a pull request Apr 8, 2023 that will close this issue
@HappyNTH
Copy link
Member

HappyNTH commented Apr 9, 2023

Changing this to a yes/no boolean for requiring a wheelchair space, since we can't do anything meaningful with any other information. Other access issues directed to email [email protected]

Some way to alert show crew when a wheelchair booking is made would also be useful.

@atoff
Copy link
Member Author

atoff commented Apr 9, 2023

Changing this to a yes/no boolean for requiring a wheelchair space, since we can't do anything meaningful with any other information. Other access issues directed to email [email protected]

Some way to alert show crew when a wheelchair booking is made would also be useful.

I'd tend to disagree about making this a boolean. In the past we have had people talk about mobility problems etc, so we have reserved seats that are more accessible for them. Need to remember that this is not just for the winston as well, also external venues and or anson rooms, and also that external production teams might still be interested in this information, I don't think we should take the decision for them

Also, when a booking is completed, if it has accessibility information this is already automatically emailed to people with access to the production https://github.com/BristolSTA/uobtheatre-api/blob/dev/uobtheatre/bookings/models.py#L553

@HappyNTH
Copy link
Member

HappyNTH commented Apr 9, 2023

I'd tend to disagree about making this a boolean. In the past we have had people talk about mobility problems etc, so we have reserved seats that are more accessible for them. Need to remember that this is not just for the winston as well, also external venues and or anson rooms, and also that external production teams might still be interested in this information, I don't think we should take the decision for them

I agree, but I think in that case we should turn it more towards access rather than accessibility? I also have concerns about how we then expose the access/ibility information, since it verges on medical-type at times and could be pretty sensitive

Also, when a booking is completed, if it has accessibility information this is already automatically emailed to people with access to the production https://github.com/BristolSTA/uobtheatre-api/blob/dev/uobtheatre/bookings/models.py#L553

That's fucking cool

@atoff
Copy link
Member Author

atoff commented Apr 10, 2023

I think what nomenclature we use is up to us. I think with appropriate warnings in the interface about how this information will be used / who it is sent to it should be fine - they shouldn't be including information they would consider sensitive. Potentially need to add a section in the privacy policy about it.

@HappyNTH
Copy link
Member

It may be useful to have some canned responses too: they could be checkboxes that just append something like Wheelchair space requested to Consideration of external venues is a good point: in whatever warning we include about how the information will be used (sent to the production team) we should indicate that we can't guarantee anything. Also should make it clear in the email that gets sent to prod teams that they should speak to venue staff (STA/whatever) about accommodating and respond by email if something isn't possible.

@HappyNTH HappyNTH moved this to In Progress in UOBTheatre Planning May 13, 2024
@zst-c zst-c moved this from In Progress to Ready for Review in UOBTheatre Planning May 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Relating to new features good first issue This is good for newcomers! prior:med Medium priority (think 'this term')
Projects
Status: In Progress
Development

Successfully merging a pull request may close this issue.

2 participants