Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete() in Sequence Diagram Is Invalid #14

Open
KhoonSun47 opened this issue Apr 19, 2024 · 1 comment
Open

Delete() in Sequence Diagram Is Invalid #14

KhoonSun47 opened this issue Apr 19, 2024 · 1 comment

Comments

@KhoonSun47
Copy link
Owner

Steps to reproduce:

  • In the Logic Component, there is a sequence diagram to shows how delete works. And in the sequence diagram itself, the parameter for deletePerson() is "1". However, the parameter for deletePerson() should be "applicant" or "person" instead (if you were to follow the delete feature for AB3)

Actual Output:
As you can see here, the parameter for deletePerson is "1" and not "applicant".
image.png

Expected Output:
As you can see here in your addPerson, the parameter for addPerson is "applicant" instead of "1".
image.png

@nus-se-script
Copy link

Your response not required for this bug as the team has accepted the bug as it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants