-
Notifications
You must be signed in to change notification settings - Fork 58
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
Add support for a ViewDeletionRequest #672
Milestone
Comments
See the relevant ADR for more information: https://github.com/eclipse-sirius/sirius-components/blob/master/doc/adrs/024_add_support_for_view_deletion_requests.adoc |
hmarchadour
pushed a commit
that referenced
this issue
Aug 24, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
hmarchadour
pushed a commit
that referenced
this issue
Aug 25, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
hmarchadour
pushed a commit
that referenced
this issue
Aug 25, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
hmarchadour
pushed a commit
that referenced
this issue
Aug 25, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
hmarchadour
pushed a commit
that referenced
this issue
Sep 17, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
hmarchadour
pushed a commit
that referenced
this issue
Sep 20, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Sep 21, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Sep 22, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
17 tasks
sbegaudeau
pushed a commit
that referenced
this issue
Sep 22, 2021
Bug: #672 Signed-off-by: Hugo Marchadour <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
In order to support unsynchronized diagrams, we have added the concept of ViewCreationRequest in order to add an unsynchronized view to a diagram. In a similar fashion, we need to be able to delete such element from the diagram.
Solution
We will add the concept of ViewDeletionRequest and handle it in the NodeComponent.
Cutting backs
Rabbit holes
No-gos
Test
Doc
UX/UI
Next
The text was updated successfully, but these errors were encountered: