-
Notifications
You must be signed in to change notification settings - Fork 28
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
Adding endpoint to cancel the booking #13
Comments
please assign me this issue under gssoc'24 |
Please assign me this task. I am proficient to do so |
I would like to work on this task of implementing the cancel booking endpoint in our IRCTC project. This feature will enable users to cancel their booked tickets directly through the API, enhancing the overall user experience. Would You assign this issue to me?? |
Could you please assign me this issue? |
@Mayank2808sharma i want to work with u in this project and i am proficient in writing and testing API so i think can easily write this cancel booking api , this task of implementing the cancel booking API in our Project. With the help of this project user can easily cancel the booking with the help of API. |
Adding endpoint to cancel the booking of tickets is necessary as it will enable users to cancel their booked tickets directly and decrease the loading time on frontend and increase the overall user experience without any hassle. So I request you to please assign this issue to me under GSSOC'24. |
could you please assign this issue to me ! |
I would like to work on this issue. Please assign it to me under GSSOC'24. |
assign me this issue |
The goal is to create an endpoint to cancel a booking. This involves checking if the booking exists, verifying the booking status, and then proceeding to cancel the booking if it's valid. Implementation Steps Check if the booking exists in the database using the token ID. If the booking exists and is valid for cancellation, proceed to delete or update the booking status in the database to indicate that it has been canceled. Provide appropriate responses based on the action taken (e.g., confirmation of cancellation or error messages if the booking cannot be canceled). Fetch the booking using the provided token ID. Ensure the booking is in a state that allows cancellation. If the booking is valid for cancellation, update the booking status in the database or delete the booking record. assign me this issue |
@Mayank2808sharma Assing this issue to me. I can book Tatkal tickets :) |
There should be one API for the cancellation of booked tickets.
I would like to work on this issue.
The text was updated successfully, but these errors were encountered: