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

Having two different course attributes to be updated in localcourse produces unintended behaviour #3

Open
shuyangk opened this issue Nov 17, 2023 · 1 comment

Comments

@shuyangk
Copy link
Owner

shuyangk commented Nov 17, 2023

When updating the attributes of a localcourse, if two attributes such as localcourse and units are entered as inputs, the program accepts it, and does not update the actual parameter inputted at the back. Perhaps when excessive inputs are entered as parameters the app could handle this as an invalid input.

image.png

In this case, cs1001 was updated with localcode becoming unit, while the intended new localcode is discarded.

image.png

@nus-se-script
Copy link

nus-se-script commented Nov 20, 2023

Team's Response

[unit] is interpreted as the argument to the parameter. Thus, it is correct behaviour that you are trying to update the localcode to the value unit, which is possible. For instance unit could be the course code for a course on unit testing.

Items for the Tester to Verify

❓ Issue response

Team chose [response.Rejected]

  • I disagree

Reason for disagreement: [replace this with your explanation]


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