AustinHuang1203 / pe

0 stars 0 forks source link

Lack of flexibility in group naming #7

Open AustinHuang1203 opened 9 months ago

AustinHuang1203 commented 9 months ago

Small issue that we can only give groups names in the format grp-XXX. In reality, a prof may want to have many names for different groups that are customisable. Like CS2103T has tutorial group a and b since there are 2 tutorial groups, etc. and not just rely on hard numbers.

soc-pe-bot commented 9 months ago

Team's Response

The name is actually flexible, and the only part that is not flexible is the groupID.

The below picture shows that the name is flexible and only the id is restricted.

image.png

The acceptable values for name is actually given below

image.png

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: Yes by my group name I meant group ID should have more flexibility. Would it not be weird and confusing to have a group name that is different from group id, i.e. grp-002 with grp name grp-100b? Hence, I feel this feature can be improved by giving more flexibility to the group id so as not to just limit it to grp-xxx.