-
Notifications
You must be signed in to change notification settings - Fork 0
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
23 create edges between components #72
Conversation
…omponents # Conflicts: # package-lock.json
… default edge type
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the pull request with the suggested changes? Feel free to reach out to me if you need any assistance or have questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work! after these small changes, we can merge 🚀 🚀
import { useConnect } from "./hooks/useConnect" | ||
import { useReconnect } from "./hooks/useReconnect" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please import from './hooks'
you can export these new hooks from here https://github.com/ls1intum/Apollon2/blob/main/library/lib/hooks/index.ts
Checklist
Description
bi-association, uni-association, composition, aggregation, dependency, inheritance,realization.
Issue: #23
Steps for Testing
You can change the connection between the edges to see whether there is a bug in the custom markers, their connection points.
You can create new edges but only bi-association (Simple line) is available. Edit edge will be included in another issue.
Screenshots