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

[Bug]: Broken behavior for deleting fiducials #216

Open
1 task done
mxgrey opened this issue May 16, 2024 · 0 comments
Open
1 task done

[Bug]: Broken behavior for deleting fiducials #216

mxgrey opened this issue May 16, 2024 · 0 comments

Comments

@mxgrey
Copy link
Collaborator

mxgrey commented May 16, 2024

Before proceeding, is there an existing issue or discussion for this?

Description

Deleting a fiducial that belongs to a group will permanently block any other fiducial in its drawing from being able to join that group.

We're not handling the case where fiducials get deleted and their group needs to be made re-available. And then there's also no mechanism to recover the group for the drawing.

We should have a better pipeline for deleting items that doesn't rely so much on Bevy's despawning feature. Ideally that pipeline should:

  • Ensure we can properly clean up situations like this one
  • Allow us to support an undo buffer, so things aren't permanently deleted
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant