You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The help/ claim is that the checker will check if members are from different nationalities.
However, there are only 2 nationalities listed/valid local and foreigner.
What if the group is made up of 5 foreigners of different nationality? or what about permanent residents.
In this case, your app may not be able to accommodate to the requirements of the module, as it discriminates against foreigners of different nationalities.
The text was updated successfully, but these errors were encountered:
We believe that it is not required to specify the nationality. In CS2101/CS2103T, it is stated that there must be at least one local and one foreigner. It is also quite confusing what is the bug in the documentation. The last line in the review also implies that it is not a documentation bug. We do not think we are discriminating anyone :)
Items for the Tester to Verify
❓ Issue response
Team chose [response.Rejected]
I disagree
Reason for disagreement: I apologize for the confusing bug report:
In essence, you guys mentioned that teams comprising members entirely of a single nationality is NOT allowed.
Since there are only 2 types of nationalities, i.e local and foreigner. We cannot distinguish e.g Malaysian from Chinese or Korean etc. They will just be lumped into foreigner group.(more below)
"We believe that it is not required to specify the nationality."
Looking at your User Guide:
Looking at your Developer Guide:
It shows that nationality is a requirement to input in your product...
From your source code:
You guys check nationality based on localCount and foreignerCount.
Going back to your product's premises: "Teams comprising members entirely of a single nationality is NOT allowed"
As NUS is known for having many international students, hence classified as foreigners, even though these international students are from different nationalities, they all have to be assimilated into the foreigner category.
As such, a group made up of 5 different nationalities, e.g Chinese, Korean, American, Australian, and Vietnamese will be flagged as 0 local and 5 foreigners in your hasMixNationality method, triggering the "Group comprises of members of the same nationality." error message, which shouldn't be the case.
I tried to phrase this error as best as I could to make it sound like a typo/cosmetic error... But having to spell the bug out made me reconsider the bug's severity. This could potentially be a medium severity, as a valid group is improperly judged as erroneous. In the worse case, users might not be able to form their groups seamlessly.
As such, I propose this bug to be raised to a medium severity.
The help/ claim is that the checker will check if members are from different nationalities.
However, there are only 2 nationalities listed/valid
local
andforeigner
.What if the group is made up of 5 foreigners of different nationality? or what about permanent residents.
In this case, your app may not be able to accommodate to the requirements of the module, as it discriminates against foreigners of different nationalities.
The text was updated successfully, but these errors were encountered: