Skip to content
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

[MD] Optimize delete button on listing page #2055

Closed
Tracked by #1733
noCharger opened this issue Aug 2, 2022 · 1 comment
Closed
Tracked by #1733

[MD] Optimize delete button on listing page #2055

noCharger opened this issue Aug 2, 2022 · 1 comment
Assignees
Labels
multiple datasource multiple datasource project ux / ui Improvements or additions to user experience, flows, components, UI elements

Comments

@noCharger
Copy link
Contributor

noCharger commented Aug 2, 2022

User Story - Delete multiple credentials from credentials view page:

A user clicked "Credentials" button under stack management, looking through all credentials listed. Then Andrew decided to delete some of credentials by selecting them:

* CredentialName1
* CredentialName2
* CredentialName3

A window pops up with all selected credentials with such context:

Delete *2 credentials* permanently? 
This will also delete all their crypto info and any attached credentials profiles.

* CredentialName1
* CredentialName3

This action cannot be undone.

To confirm deletion, enter delete in the text input field.

Following confirmation of deletion, the OSD server received delete multiple credentials request and deleted credential saved objects. Meanwhile, a spinning effect is visible. Following the response, there is an error handling toast that includes which credential could not be deleted.

  1. Delete method with non-blocking IO - @yibow98
  2. Delete button layout and text cases (Singular VS Plural) - @yibow98
  3. Confirmation pops up after delete button clicking - @yibow98
  4. Localization for delete button pops up (part of [MD] CM pages localization #2047) - @yibow98
  5. Spinning in progress page - @yibow98
@kavilla kavilla added the multiple datasource multiple datasource project label Aug 2, 2022
@zengyan-amazon zengyan-amazon added the ux / ui Improvements or additions to user experience, flows, components, UI elements label Aug 5, 2022
@noCharger
Copy link
Contributor Author

Please make changes based on comments left on #2076

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
multiple datasource multiple datasource project ux / ui Improvements or additions to user experience, flows, components, UI elements
Projects
None yet
Development

No branches or pull requests

5 participants