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
When a user withdraws the entire budget allocated to a strategy, we want to provide them with the option to delete that strategy. This way, we can avoid maintaining a list of inactive strategies and keep the platform more organized.
Reminder
The Withdrawal page is accessed by clicking on the "Withdraw funds" option in the overview card manage menu.
Flow
User opens a withdraw funds page
User enters the amount to withdraw
User clicks on the “Withdraw” button
On “Withdraw” CTA click check the following:
IF both budgets are fully withdrawn( both budgets=0)
-- Show the popup to suggest strategy deletion
ELSE, IF at least one of the budgets >0
-- No change to the current flow(proceed with the withdrawal)
Popup actions:
On "X" icon click
-- Close the popup
On click outside the popup
-- Close the popup.
On “Withdraw only” click
-- Proceed with funds withdrawal flow (once the transaction is confirmed in the wallet, redirect the user to My strategies overview page)
On "Withdraw and Delete" click:
-- Trigger the "deleteStrategy" function (once the transaction is confirmed in the wallet, redirect the user to My strategies overview page)
Empty strategy warning
Remove the following warning from the overlapping strategy withdraw funds page. This warning is displayed when user tries to withdraw the entire strategie's budget
"Please note that your strategy will be inactive as it will not have any budget."
The text was updated successfully, but these errors were encountered:
Designs
Popup to suggest strategy deletion
Overview
When a user withdraws the entire budget allocated to a strategy, we want to provide them with the option to delete that strategy. This way, we can avoid maintaining a list of inactive strategies and keep the platform more organized.
Reminder
The Withdrawal page is accessed by clicking on the "Withdraw funds" option in the overview card manage menu.
Flow
-- Show the popup to suggest strategy deletion
-- No change to the current flow(proceed with the withdrawal)
Popup actions:
-- Close the popup
-- Close the popup.
-- Proceed with funds withdrawal flow (once the transaction is confirmed in the wallet, redirect the user to My strategies overview page)
-- Trigger the "deleteStrategy" function (once the transaction is confirmed in the wallet, redirect the user to My strategies overview page)
Empty strategy warning
Remove the following warning from the overlapping strategy withdraw funds page. This warning is displayed when user tries to withdraw the entire strategie's budget
"Please note that your strategy will be inactive as it will not have any budget."
The text was updated successfully, but these errors were encountered: