Skip to content

fix(rooms): normalize Hall AB to Expo Hall AB for plenary slots#288

Merged
JacobCoffee merged 1 commit intomainfrom
expo-hall-ab-normalize
May 1, 2026
Merged

fix(rooms): normalize Hall AB to Expo Hall AB for plenary slots#288
JacobCoffee merged 1 commit intomainfrom
expo-hall-ab-normalize

Conversation

@JacobCoffee
Copy link
Copy Markdown
Member

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

  • Rooms tab → Expo Hall AB shows Thursday Opening Reception (and Friday/Saturday/Sunday Lunch (Hall AB), Posters (Hall AB), etc).
  • No phantom "Hall AB" room remains in the rooms list.
  • Session detail location label still reads cleanly ("Expo Hall AB" instead of "Hall AB").

🤖 Generated with Claude Code

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>
@JacobCoffee JacobCoffee merged commit 1a3009a into main May 1, 2026
2 checks passed
@JacobCoffee JacobCoffee deleted the expo-hall-ab-normalize branch May 1, 2026 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant