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
Currently, the 'Delete' button in the CD stage page removes Argo CD application resources. This task involves adding an additional confirmation form before a user can delete these resources. The confirmation form should include a list of Argo CD applications that will be removed after confirmation.
Implementation Plan
Add an additional confirmation form that appears when the 'Delete' button is clicked in the CD stage page.
The confirmation form should include a message warning the user about the deletion and require explicit confirmation.
Retrieve and display the list of Argo CD applications that will be removed in the confirmation form.
Ensure that the deletion proceeds only after the user confirms the action in the confirmation form.
Test the implementation to ensure that the confirmation form works as expected and that the list of applications is accurate.
Acceptance Criteria
[ ] An additional confirmation form is displayed when the 'Delete' button is clicked in the CD stage page.
[ ] The confirmation form includes a warning message and requires explicit user confirmation.
[ ] The confirmation form displays a list of Argo CD applications that will be removed.
[ ] The deletion proceeds only after the user confirms the action in the confirmation form.
[ ] The implementation is tested and verified to work as expected.
The text was updated successfully, but these errors were encountered:
Currently, the 'Delete' button in the CD stage page removes Argo CD application resources. This task involves adding an additional confirmation form before a user can delete these resources. The confirmation form should include a list of Argo CD applications that will be removed after confirmation.
Implementation Plan
Acceptance Criteria
[ ] An additional confirmation form is displayed when the 'Delete' button is clicked in the CD stage page.
[ ] The confirmation form includes a warning message and requires explicit user confirmation.
[ ] The confirmation form displays a list of Argo CD applications that will be removed.
[ ] The deletion proceeds only after the user confirms the action in the confirmation form.
[ ] The implementation is tested and verified to work as expected.
The text was updated successfully, but these errors were encountered: