Skip to content

Exposed fields related to accessibility#415

Merged
mroloux merged 2 commits intomasterfrom
matti/expose-accessability-fields
Feb 6, 2026
Merged

Exposed fields related to accessibility#415
mroloux merged 2 commits intomasterfrom
matti/expose-accessability-fields

Conversation

@mroloux
Copy link
Member

@mroloux mroloux commented Feb 6, 2026

No description provided.

@mroloux mroloux requested a review from Copilot February 6, 2026 10:35
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR exposes additional accessibility-related fields across the codebase to provide more detailed seat characteristics for events and charts.

Changes:

  • Added five new accessibility properties: hasLiftUpArmrests, isHearingImpaired, isSemiAmbulatorySeat, hasSignLanguageInterpretation, and isPlusSize
  • Updated data models (EventObjectInfo and ChartObjectInfo) to include the new fields
  • Extended test coverage to validate the new properties

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
src/Events/EventObjectInfo.ts Added five new optional boolean fields and their assignments in the constructor
src/Charts/ChartObjectInfo.ts Added five new optional boolean fields and their assignments in the constructor
tests/reports/events/eventReport.test.ts Added assertions for the new accessibility fields in both regular and GA test cases
tests/reports/charts/chartReport.test.ts Replaced generic toBeDefined() checks with specific toBe(false) assertions for existing fields and added tests for new accessibility fields
tests/events/changeObjectStatus.test.ts Added the new accessibility fields to the test object with false values

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@mroloux mroloux merged commit d026613 into master Feb 6, 2026
1 check passed
@mroloux mroloux deleted the matti/expose-accessability-fields branch February 6, 2026 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants