kengjit / pe

0 stars 0 forks source link

DG - Use of unknown method names in Sequence diagram #14

Open kengjit opened 3 years ago

kengjit commented 3 years ago

If CudFunction()/ CudOperation() are not actual methods, please indicate in the DG. It may confuse the reader

image.png

nus-pe-bot commented 2 years ago

Team's Response

I specified the definition of 'Cud' in the UML note. From there it can be inferred what 'CudFunction' or 'CudOperation' means,

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: As I am looking through the code, there were no explicitly names methods "CreateFunction()", "UpdateFunction()", "DeleteFunction()", nor any "CreateOperation()", "UpdateOperation()", "DeleteOperation()".

However, I did find some methods which you might be referring to:

image.png

image.png

image.png

image.png

If these are the methods you were referring to, then I'm afraid the UML note provided is insufficient to help me understand which methods you are referring to. A better naming could have been used.