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

FEAT: Ability to delete multiple workspaces. Issue #378 #466

Conversation

shashank40
Copy link

@shashank40 shashank40 commented May 4, 2024

Pull Request Title

Description

/claim #378

Please include a summary of the change or the feature being introduced. Include relevant motivation and context. List any dependencies that are required for this change.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Related Issue(s)

This PR addresses issue #378

Screen Recording.

screen-recording-2024-05-04-at-32724-pm_5BPiQZmd.mp4

Notes

The video shows how we can delete multiple workspaces doing 2 things

  1. Pass workspace names
  2. Choose workspace names from list

Signed-off-by: shashank40 <shashanktiwari40@gmail.com>
@shashank40 shashank40 force-pushed the shashank40/issue#378/delete_multiple_workspace_feature branch from 0548f75 to 2a07be9 Compare May 4, 2024 10:10
@idagelic
Copy link
Member

idagelic commented May 6, 2024

Hi @shashank40 thank you for the pull request.

This solutions gets the work done, however we were more interested in an approach that customizes the component directly like this example to have the workspaces be "marked" for deletion all in the same selection prompt and then submitted once you hit enter.

Pressing a key (e.g. space) would mark/unmark the workspace by adding/removing a "(x) " symbol or something similar. Pressing enter would exit the view and start deleting the marked workspaces one by one.

Could you update your changes to reflect this kind of functionality?

I will move the PR to drafts for now

@idagelic idagelic marked this pull request as draft May 6, 2024 09:55
@idagelic idagelic force-pushed the shashank40/issue#378/delete_multiple_workspace_feature branch from de3bf69 to 2a07be9 Compare May 20, 2024 08:58
@Tpuljak
Copy link
Member

Tpuljak commented May 27, 2024

Closing this PR as we received no response for 3 weeks.

Feel free to reopen it when it's ready for review again.

@Tpuljak Tpuljak closed this May 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants