openBackhaul / RequestSequenceRepresentation

Graphical representation of Request Flows
Apache License 2.0
0 stars 3 forks source link

To reduce the gap between request and response arrows #66

Closed PrathibaJee closed 1 year ago

PrathibaJee commented 1 year ago

In the current flow diagram , we are showing the messages above the arrow for both request and the response. This creates a gap between the representation of the request and the response.

image

The user interface will be much clear , if this gap is reduced. This shall be modified as below by keeping the messages of the response below the arrow ,

image

In plantUML , this shall be achieved by using the “skinparam responseMessageBelowArrow true” option. But the existing react-sequence-diagram npm package don’t support this functionality. The existing npm package shall be extended to support the proposal , or it shall be replaced to other npm package that supports this proposed functionality.