-
Notifications
You must be signed in to change notification settings - Fork 0
Seat Selector Page: Initial Implementation #2
Copy link
Copy link
Open
Description
Develop a reusable and accessible seat selection UI for the movie showtime checkout. This interface should visualize the theater layout, allow users to choose available seats, and prevent the selection of sold or held seats.
Features/Requirements:
-
Dynamic Theater Layout:
- Accept theater layout as a JSON configuration (can start with hardcoded data).
- Label rows (A–Z) and columns (1–20).
- Include seat types (standard, accessible, premium).
-
Visual Seat Diagram:
- Use CSS grid or canvas to render the layout.
- Color-code seats based on availability.
- Include a screen position at the top for orientation.
-
Seat Availability Logic:
- Load seat availability from movieId, showtime, and date.
- Prevent selection of sold or held seats.
- Allow a maximum ticket count based on the user's selection.
-
User Actions:
- Enable seat selection with click/tap.
- Display a counter for selected seats.
- Prevent deselection after confirmation.
-
Accessibility & Responsiveness:
- Ensure keyboard navigation (Tab/Enter).
- Design mobile-friendly layout.
- Ensure screen reader accessibility for available and accessible seats.
-
Later Considerations:
- Seat adjacency rules.
- Backend persistence for seat locking.
- Real-time updates when seats are sold.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels