jlaksana / UML2Code

UML diagram creator designed for intro CS students
https://uml2code.vercel.app
2 stars 0 forks source link

Custom reactflow edges #41

Closed jlaksana closed 1 year ago

jlaksana commented 1 year ago

Description Each type of relationship in UML has icons and labels that denote it. Create custom edges in react flow that matches these formats based on relationship type.

Acceptance Criteria Create custom edges for all six relationship types and wire them to the diagram.

Additional Information https://blog.visual-paradigm.com/what-are-the-six-types-of-relationships-in-uml-class-diagrams/

jlaksana commented 1 year ago

labels: https://reactflow.dev/docs/examples/edges/edge-label-renderer/ edge markers: https://reactflow.dev/docs/examples/edges/markers/ update edge position: https://reactflow.dev/docs/examples/edges/updatable-edge/

jlaksana commented 1 year ago

image

jlaksana commented 1 year ago

https://github.com/jlaksana/UML2Code/commit/76e2f118ecc8d874a91e7c6bbbc5281f3777b988