ls1intum / Apollon

UML Modeling Editor written in React
https://apollon-library.readthedocs.io
MIT License
65 stars 22 forks source link

`Development`: Enhance appearance of required interface connector #263

Closed minrows closed 2 years ago

minrows commented 2 years ago

Checklist

Motivation and Context

Description

Implemented logic, for the case of :

Steps for Testing

In local machine

  1. Clone the repo
  2. Checkout to branch enhancement/required-interface-connectors
  3. Start the application by executing yarn install followed by yarn start command
  4. Select Component Diagram in Diagram Type menu
  5. Insert and connect a Component and Interface to the canvas
  6. Change the association to required interface and observe that its layout changes based on the number of connectors connected to an interface (as illustrated in screenshot section)

Screenshots

Before

screen-capture (19)

After

screen-capture (18)