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 feedback modal for when a user cancels their subscription. The modal should provide two options: Reactivate Subscription, which reactivates the current cancelled subscription, and Go to Dashboard, which navigates the user to their dashboard.
Acceptance Criteria:
The modal should appear immediately after a user cancels their subscription.
The modal should contain a message informing the user that their subscription has been cancelled.
The modal should have two buttons: Reactivate Subscription and Go to Dashboard.
Clicking "Reactivate Subscription" should call the API to reactivate the user's subscription.
Clicking "Go to Dashboard" should navigate the user to their dashboard.
The modal should be responsive across all devices (mobile, tablet, desktop).
The modal should follow the design specifications from the Figma design.
Unit tests should cover the functionality of both buttons.
Integration tests should ensure correct API calls and navigation.
Expected Outcome:
A feedback modal that appears after a user cancels their subscription, providing options to reactivate their subscription or go to their dashboard. The modal should function correctly, be responsive, and meet all acceptance criteria.
Purpose:
To provide users with immediate feedback and options after cancelling their subscription, enhancing the user experience and offering a quick way to reactivate if the cancellation was accidental.
Requirement:
Design implementation as per the provided Figma designs.
Integration with the backend API for reactivating subscriptions.
Navigation to the dashboard when the appropriate button is clicked.
Responsiveness across different screen sizes.
Task:
Set up the feedback modal component.
Display a message informing the user of their subscription cancellation.
Add "Reactivate Subscription" and "Go to Dashboard" buttons.
Integrate with the backend API for reactivating subscriptions.
Implement navigation to the dashboard.
Ensure the modal is responsive across all devices.
Write unit tests for button functionality and API integration.
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 feedback modal for when a user cancels their subscription. The modal should provide two options: Reactivate Subscription, which reactivates the current cancelled subscription, and Go to Dashboard, which navigates the user to their dashboard.
Acceptance Criteria:
Expected Outcome:
A feedback modal that appears after a user cancels their subscription, providing options to reactivate their subscription or go to their dashboard. The modal should function correctly, be responsive, and meet all acceptance criteria.
Purpose:
To provide users with immediate feedback and options after cancelling their subscription, enhancing the user experience and offering a quick way to reactivate if the cancellation was accidental.
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: