fix(rooms): normalize Hall AB to Expo Hall AB for plenary slots#288
Merged
JacobCoffee merged 1 commit intomainfrom May 1, 2026
Merged
fix(rooms): normalize Hall AB to Expo Hall AB for plenary slots#288JacobCoffee merged 1 commit intomainfrom
JacobCoffee merged 1 commit intomainfrom
Conversation
Opening Reception, Posters, and similar plenary slots name the venue in their title as "(Hall AB)", so after the parens-extraction they end up with location="Hall AB". Sponsor booths, lunches, and the existing collapsed break/poster path all canonicalize bare "Hall …" to "Expo Hall …" — but the plenary path didn't, so Opening Reception landed in a stub "Hall AB" room while the user-facing "Expo Hall AB" room view showed nothing on Thursday night. Mirror the same normalization here so all the Expo Hall content collapses into one room bucket. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Opening Reception (and Posters / Lunch / similar) on plenary-kind slots have their venue tagged in the title as `(Hall AB)`. After parens-extraction they end up with `location="Hall AB"`, which became its own stub room — meanwhile sponsor booths and the collapsed break/poster path all normalize to `"Expo Hall AB"`. Result: the user-facing "Expo Hall AB" room view didn't include Opening Reception on Thursday night.
This applies the same `Hall …` → `Expo Hall …` rewrite (already used by the collapsed-groups path at line 286) to plenary-kind slots so everything funnels into one room bucket.
Test plan
🤖 Generated with Claude Code