binbinhui / pe

0 stars 0 forks source link

DG bug: digram seems wrong #14

Open binbinhui opened 3 years ago

binbinhui commented 3 years ago

No details provided. Screenshot 2021-04-16 at 8.39.37 PM.png after the parse, it should start executing the deletion instead of return back to Commandparser then executing.

nus-pe-bot commented 3 years ago

Team's Response

Please find the portion of the code below. As DeleteCommand will pass back to DeleteCommandParser.

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Then I think your diagram seems wrong. To me, it should be DeleteCommandParse trigger DeleteCommand, then inside DeleteCommand trigger the execution. Instead of DeleteCommandParse trigger the execution.