a-wild-chocolate / pe

0 stars 0 forks source link

DG Flowchart Error #4

Open a-wild-chocolate opened 5 months ago

a-wild-chocolate commented 5 months ago

截屏2024-04-19 下午5.23.46.png In the stage "Is quit?" part , the branch of "No" connect to wrong stage.

For example, even if current group is deleted, it won't get group name from user. Instead, it will automatically switch to the next group in the group list as such:

截屏2024-04-19 下午5.27.35.png

This is mismatched with the program and might lead to misunderstanding. It should add new condition in the flowchart or it should change the line connection.

soc-se-bot commented 5 months ago

Team's Response

This issue is rejected. The flowchart links to the conditional check of if there is a group. It automatically switches to the next group as other groups DO exist, which means that it fulfills the condition "yes", which is why it does not get group name from the user (which falls under the "no" condition), and instead proceeds to initialise the storage handler (for the switched-to group) which is part of the process of switching groups.

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your explanation]


## :question: Issue severity Team chose [`severity.VeryLow`] Originally [`severity.Medium`] - [ ] I disagree **Reason for disagreement:** [replace this with your explanation]