Open brendanneojw opened 1 year ago
This is clearly stated in the UG to be acceptable. While the empty string may not be a valid course code in NUS, it is expected behaviour documented clearly in the UG, and not a functionality bug.
Additionally, to address the feature flaw that invalid course codes are allowed, we have also added, under Planned Enhancements #3, that there would be stricter validation checks for valid course codes in future versions.
Since this is not a valid functionality bug, and this feature flaw matches a Planned Enhancement, we have deemed this bug report to be invalid, and rejected it.
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your explanation]
The
course create
feature still succeed even with no course code given i.e. blank spacesSteps to reproduce
course create course/
Expected
Is not a valid course code, hence it should show an error rather than adding it into the list of address books
Actual
Address book is still created.