mounilsankar / pe

0 stars 0 forks source link

Slight inconsistencies in sequence diagrams where there is an additional gap between Model and Logic components #12

Open mounilsankar opened 7 months ago

mounilsankar commented 7 months ago

Refer to the screenshots below for two of your sequence diagrams

Screenshot 2023-11-17 at 5.24.23 PM.png

Screenshot 2023-11-17 at 5.24.30 PM.png

In the first diagram there is no gap but the second diagram has a gap between the Model and Logic components

soc-pe-bot commented 7 months ago

Team's Response

The gap is due to PlantUML. The setInternApplication(...) method is very long, so it is impossible for there not to be a gap. Thus we do not consider this to be bug.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: I disagree that this is simply a plantUML issue. You mention "The setInternApplication(...) method is very long,". However there is a workaround for this. You can simply insert a new line character "\n" between the two parameters in your function and the method would not be as wide. Hence this is indeed a cosmetic issue and should be a bug.