feat(expo-hall): replace floor plan with 2026 layout, tappable booths…#274
Merged
JacobCoffee merged 3 commits intomainfrom Apr 25, 2026
Merged
feat(expo-hall): replace floor plan with 2026 layout, tappable booths…#274JacobCoffee merged 3 commits intomainfrom
JacobCoffee merged 3 commits intomainfrom
Conversation
… (PYMOBIL-65) Drop the hard-coded 2025 booth grid and ship the new 2026 expo hall: - New floor plan image (pycon-us-2026-floorplan-nologo.png, 8000x5655) with no baked-in sponsor logos — we render the logos as overlays so they stay in sync with the API. - Booth coordinates moved into a typed BoothData[] array on the component (top/left/width/height in original-image px); each row's ngStyle scales them to percentages. - ConferenceData.getSponsors() merges logo_url, level, description, and the canonical sponsor name onto matching booths by booth_number. - Tap shows a bottom-sheet popup with name, booth #, and level. When the booth matched a sponsor, the popup row is a routerLink to /app/tabs/sponsors/sponsor-detail/<slug> using the existing slug scheme so users can drill into description + job listings. - Search bar in the toolbar filters by name or booth number, with a results dropdown that scrolls the map to the selected booth and pulses a highlight. Drop the unused expo-hall.page.spec.ts (placeholder, never wired into CI). Keeps the toolbar update-button pattern from PYMOBIL-113. 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.
(PYMOBIL-65)
Drop the hard-coded 2025 booth grid and ship the new 2026 expo hall:
with no baked-in sponsor logos — we render the logos as overlays so
they stay in sync with the API.
component (top/left/width/height in original-image px); each row's
ngStyle scales them to percentages.
and the canonical sponsor name onto matching booths by booth_number.
the booth matched a sponsor, the popup row is a routerLink to
/app/tabs/sponsors/sponsor-detail/ using the existing slug
scheme so users can drill into description + job listings.
results dropdown that scrolls the map to the selected booth and
pulses a highlight.
Drop the unused expo-hall.page.spec.ts (placeholder, never wired into
CI). Keeps the toolbar update-button pattern from PYMOBIL-113.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com