Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seat-Selection #568

Closed
wants to merge 2 commits into from
Closed

Conversation

krishashah-03
Copy link

@krishashah-03 krishashah-03 commented Oct 23, 2024

### What does this PR do?
This PR implements a dynamic seat selection system for the booking flow that enables interactive seat selection with real-time availability updates:
Key Changes:

  • Adds a visual seat map interface allowing users to:
  1. View available/unavailable seats with clear visual indicators
  2. Select multiple seats within the same booking
  3. See seat numbers and pricing categories
  4. Preview selected seats before confirmation
  • Enhances user experience:
  1. Clear error messaging for unavailable seats
  2. Interactive tooltips showing seat details
  3. Auto-scroll to relevant sections

Fixes #397 Adding a Seat-Selection Feature

Type of change
New feature (non-breaking change which adds functionality)
This change requires a documentation update

Key components:
Visual seat map using HTML and CSS grid layout
JavaScript for handling user interactions and seat status updates

A demo video:

freecompress-Buy.Tickets.and.8.more.pages.-.Personal.-.Microsoft_.Edge.2024-10-23.23-27-38.mp4

Copy link

vercel bot commented Oct 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ticket-booking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 24, 2024 6:24pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

🎉 Thank you @krishashah-03 for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better

@krishashah-03 krishashah-03 reopened this Oct 24, 2024
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.

Adding Seat Selection for Ticket Booking
2 participants