You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a modal that prompts users to confirm their decision to cancel their subscription. The modal should provide two options: Keep Subscription and Cancel Subscription. The Keep Subscription button will close the modal, allowing users to continue with their current subscription, while the Cancel Subscription button will proceed with canceling the user's subscription.
Acceptance Criteria:
The modal should be triggered when users choose to cancel their subscription.
The modal should contain a clear message asking for confirmation to cancel the subscription.
There should be two buttons: Keep Subscription and Cancel Subscription.
The Keep Subscription button should close the modal without making any changes.
The Cancel Subscription button should cancel the user's subscription and close the modal.
The modal should be responsive and accessible.
Appropriate success or error messages should be displayed based on the outcome.
Unit tests should cover the modal's functionality.
Integration tests should ensure proper interaction with the backend for subscription cancellation.
Expected Outcome:
A functional confirmation prompt modal that provides users with a clear choice to either keep their subscription or proceed with canceling it. The modal should be user-friendly, responsive, and accessible, ensuring a smooth user experience.
Purpose:
The confirmation prompt modal will provide a final safeguard against accidental subscription cancellations, ensuring that users consciously confirm their decision.
Requirement:
Design and implement the confirmation prompt modal as per the provided Figma designs.
Ensure the modal contains a clear confirmation message.
Implement two buttons: Keep Subscription and Cancel Subscription.
Integrate with the backend API to handle subscription cancellation.
Ensure the modal is responsive across all devices.
Implement error handling and display appropriate messages.
Follow accessibility guidelines for modal implementation.
Task:
Set up the confirmation prompt modal component.
Add a clear confirmation message to the modal.
Implement the Keep Subscription button to close the modal.
Implement the Cancel Subscription button to cancel the user's subscription and close the modal.
Integrate with the backend API for subscription cancellation.
Ensure the modal is responsive across all devices.
Add error handling and display appropriate messages.
Write unit tests for the modal's functionality.
Conduct integration tests with the backend.
Perform manual testing for responsiveness and accessibility.
Picture of the corresponding component/page of the ticket from the Figma:
Description:
Implement a modal that prompts users to confirm their decision to cancel their subscription. The modal should provide two options: Keep Subscription and Cancel Subscription. The Keep Subscription button will close the modal, allowing users to continue with their current subscription, while the Cancel Subscription button will proceed with canceling the user's subscription.
Acceptance Criteria:
Expected Outcome:
A functional confirmation prompt modal that provides users with a clear choice to either keep their subscription or proceed with canceling it. The modal should be user-friendly, responsive, and accessible, ensuring a smooth user experience.
Purpose:
The confirmation prompt modal will provide a final safeguard against accidental subscription cancellations, ensuring that users consciously confirm their decision.
Requirement:
Task:
Picture of the corresponding component/page of the ticket from the Figma:
Figma Link:
The text was updated successfully, but these errors were encountered: