theeugenechong / pe

0 stars 0 forks source link

Edit student feature can accept a specific parameter to be edited #2

Open theeugenechong opened 2 years ago

theeugenechong commented 2 years ago

The edit student feature requires that all the parameters are entered when editing a student's info. This may be quite inconvenient for the user who may only want to edit a specific field (e.g. student number).

It could have been implemented similar to edit class, edit assessment where the parameters are optional.

soc-pe-bot commented 2 years ago

Team's Response

May cause minor inconvenience for the user.

Items for the Tester to Verify

:question: Issue severity

Team chose [severity.Low] Originally [severity.Medium]

Reason for disagreement: I don't think this is a minor inconvenience because users who are already so used to the way edit_class and edit_assessment work (allowing optional parameters) may face this problem occasionally when trying to use edit_student in the same manner.

image.png

Furthermore, realistically speaking, there is no reason to disallow a specific student parameter to be edited, hence this makes it less intuitive for the user.