rizemon/pe

Wrong return arrow head for `expenseCategoryToBudget` in Budget Component sequence diagram

Opened this issue · 1 comments

image.png

The return arrow for the self-invocation expenseCategoryToBudget uses a different type of arrow head as compared to the other return arrows. Readers will be confused as they might think a different arrow head may imply a different meaning.

Team's Response

The module website only states that return arrows have to be dotted. It does not mention the type of arrow head as it should be clear enough either way.

Items for the Tester to Verify

❓ Issue response

Team chose [response.Rejected]

  • I disagree

Reason for disagreement: I think this issue should still be accepted as a severity.VeryLow bug as it is purely a cosmetic issue and using a different arrow head will cause the readers to think that the solid arrow head might symbolize some meaning with method calls while the dotted lines symbolize some meaning with returns, potentially resulting in them understanding that this self-invocation return arrow is different from the rest.