ptejasv / pe

0 stars 0 forks source link

`module add` does not support parameters in different orders #2

Open ptejasv opened 3 years ago

ptejasv commented 3 years ago

The module add command has a rigid format for additions to the list, which is module code, followed by module name, credits and expected grade. This may not always be optimal for the user, as they may want to add a module with a code and modular credits only, especially if they are in a rush. Additionally, having these parameters in other orders is also not supported.

Steps to reproduce: enter the command `module add c/cs2101 m/4

Expected: Successful addition of the module with only the code and MCs

Actual:

Screenshot 2021-11-12 at 4.31.10 PM.png

soc-se-bot commented 3 years ago

Team's Response

We have mentioned in the UG that

Parameters cannot be reordered. Example: If the command specifies module add c/[MODULE_CODE] n/[MODULE_NAME], keying in module add n/[MODULE_NAME] c/[MODULE_CODE] will result in an invalid command.`

Items for the Tester to Verify

:question: Issue response

Team chose [response.Rejected]

Reason for disagreement: [replace this with your reason]