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.
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 ,
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.
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.
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 ,
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.