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

Drag and Drop delete issues after adding them #475

Merged
merged 5 commits into from
Jul 8, 2022

Conversation

PaulMWeiser
Copy link
Contributor

Issue cards will be deleted after you add them to a visualization via drag and drop

What the comment above the code says doesn't fit what the code does.
The code also basically says if component doesn't exist, delete it,
which doesn't make sense
The Issue card is destroyed with a fancy animation which shows to
which visualization it is added.

currently only one of the potentially multiple visualizations is
shown as the target. For more visualizations, the issue card would
have to be duplicated.
@PaulMWeiser PaulMWeiser requested a review from ossocore July 6, 2022 20:42
@PaulMWeiser PaulMWeiser added this to In progress in Drag and Drop System via automation Jul 6, 2022
@PaulMWeiser PaulMWeiser changed the title Drag and drop delete issues after adding them Drag and Drop delete issues after adding them Jul 6, 2022
@ossocore ossocore merged commit 239a173 into drag-and-drop/develop Jul 8, 2022
Drag and Drop System automation moved this from In progress to Done Jul 8, 2022
@ossocore ossocore linked an issue Jul 8, 2022 that may be closed by this pull request
@ossocore ossocore deleted the drag-and-drop/deleteIssues branch July 8, 2022 19:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

Drag-and-Drop remove issue after adding it to visualization
2 participants