-
Notifications
You must be signed in to change notification settings - Fork 18
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
Flow for successful new ride addition #25
Comments
@dipanshu231099 I would like to work on this issue. Please assign me this task. |
@UjjawalKhadanga please mention your working / link your PR if you are still working or have submitted the PR |
@UjjawalKhadanga this is not showing errors. Even when there is an error to submit the new ride, the message is shown for added successfully. Please fix the PR |
@dipanshu231099 Can you tell what kind of errors are possible and how to generate them? |
@UjjawalKhadanga try of thinking all possible cases. Try to create some edge cases. Your code should work correctly for these cases. |
@dipanshu231099 please review my code #28 |
@dipanshu231099 sir , I resolve this query. |
Currently, the user adds a new ride and it creates a new Pool object which is stored in DB. However the user doesn't fetch any confirmation that his/her submission was successful or not. Redirect the user to the home page, and showcase a temporary alert mentioning that the submission was successful.
The text was updated successfully, but these errors were encountered: