Open ptejasv opened 3 years ago
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.`
Team chose [response.Rejected
]
Reason for disagreement: [replace this with your reason]
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: