-
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 defining unsynchronized nodes and edges #884
Comments
pcdavid
changed the title
Add support for SynchronizationPolicy on nodes and edges
Add support for defining unsynchronized nodes and edges
Dec 14, 2021
pcdavid
added a commit
that referenced
this issue
Jan 7, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
17 tasks
pcdavid
added a commit
that referenced
this issue
Jan 7, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
pcdavid
added a commit
that referenced
this issue
Jan 7, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
17 tasks
pcdavid
added a commit
that referenced
this issue
Jan 13, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jan 14, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
sbegaudeau
pushed a commit
that referenced
this issue
Jan 14, 2022
- Add synchronization policy on Nodes & Edges - Add support for defining a drop tool on diagrams - Add CreateView and DeleteView operations to be used in tools Bug: #884 Signed-off-by: Pierre-Charles David <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The View DSL should support the definition of unsychronized elements.
Adding support for the SynchronizationPolicy itself is trivial, but it only makes sense if it is possible to use operations like "Create View" and "Delete View" in tool definitions.
The text was updated successfully, but these errors were encountered: