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

fix/missing checkout page #236

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Utkarshrajmishra
Copy link

fix #21

Problem:

After a user selects their seat, they are not redirected to the appropriate checkout page. This was disrupting the booking process flow and confusing users.

Solution:

Implemented a checkout page with form validation using React Hook Form and Zod to ensure a smooth transition and error-free booking experience.
Screenshot from 2024-10-09 21-00-56
Screenshot from 2024-10-09 21-00-41

Copy link
Contributor

github-actions bot commented Oct 9, 2024

@Utkarshrajmishra

Thank you for your Pull Request!

We truly appreciate your contribution! 🙌
We will review the changes and provide feedback or merge the PR soon. 🔍
Please stay tuned for updates! 🔔

🌟 Thank you for your efforts in improving the project! 🙏

Copy link

vercel bot commented Oct 9, 2024

@Utkarshrajmishra is attempting to deploy a commit to the ommaniya70's projects Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Oct 9, 2024

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

Name Status Preview Comments Updated (UTC)
movie-ticket-booking ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 1:48pm

@maniyaom maniyaom self-requested a review October 9, 2024 17:31
@Utkarshrajmishra
Copy link
Author

Hi @maniyaom, please review my PR.

@maniyaom
Copy link
Owner

@Utkarshrajmishra are you storing this information anywhere? or how are you making use of this information?

@Utkarshrajmishra
Copy link
Author

@maniyaom I am not using it for now as the project has no backend to manage the transaction. If you want me to store the card info, I can store it in the Firebase.

@maniyaom
Copy link
Owner

maniyaom commented Oct 13, 2024

@Utkarshrajmishra yes, store it in Firebase under the /ticket path.

Note: don't raise another PR just commit and push these changes.

@Utkarshrajmishra
Copy link
Author

Utkarshrajmishra commented Oct 13, 2024

Hi @maniyaom, a "tickets" path already exists do you want me to push the card info in that?

@Utkarshrajmishra
Copy link
Author

Hey @maniyaom, I have made the required changes. Please have a look.

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.

Missing Checkout Page
2 participants