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

[Feature Request] Deleting a wormhole signature or connection should delete the connection or signature respectively associated with it #803

Closed
Bluedagger21 opened this issue Jun 26, 2019 · 2 comments
Assignees
Milestone

Comments

@Bluedagger21
Copy link

Now that #290 implemented, I would like to see a stronger bond between the two signatures that make up a connection. If system has a signature linking to another system that has a signature linking back to the same system, this should signify a "strong" connection. If I delete this connection, both signatures should be removed from the systems. If I delete a single signature, the connection AND complimentary signature should be deleted.

Currently, connections are made regardless of signatures linking systems. I'm not sure if this is a good strategy for the future of this tool. It is frustrating to see that the visual map connections are completely independent from the signature connections.

@exodus4d
Copy link
Owner

Agree. I´ll try to add this in one of the next releases. The reason of not having this right after #290 got implemented is, that I felt uncomfortable with the fact, that an accidental connection delete by a user would also delete its attached signatures.
I will not make this feature "optional" or configurable by either the user or in the map options. The feature itself will come with some magic where users could wonder about signatures disappearing after a connection was deleted.

@exodus4d exodus4d self-assigned this Aug 12, 2019
@exodus4d exodus4d added this to the v1.5.4 milestone Aug 12, 2019
@exodus4d
Copy link
Owner

exodus4d commented Aug 12, 2019

Tasks:

  • New checkbox for "delete connection" in confirmation popup. If a signatures gets manually deleted

    delete_linked_sig_connections

  • New checkbox for "delete connections" in "signature reader" dialog. If existing "lazy delete" checkbox is active (which is required in order to auto-delete all signatures not found in pasted scan result), the new checkbox becomes enabled.

    pL8DgbY

  • If any of the new "delete connections" checkbox is active → a (potentially) linked signature in target system should also be cleared.

@exodus4d exodus4d mentioned this issue Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants