Open nus-pe-bot opened 1 day ago
Changing the Commands to shorten the length is not under our Project Scope. This Feature is of a Lower Priority, as the current commands are functional and already sufficiently short, when we could use the time to develop other features. In addition, this issue will not affect the functionality of TAHub.
--
Many of the commands are unnecessarily long and similar thus may confuse the user, or is not optimised for the user to get things done fast.
Too similar: Example 1:
import
importconsult
, users may confuse the two commands and think they are importing a consultation file with theimport
command instead of theimportconsult
command. Suggestion: useimport-s
for import of student list andimport-c
for import of consultation listToo long: Example 2:
removefromconsult
removefromlesson
, commands are unnecessarily long, not efficient for user to type quickly Suggestion: useremove-c
for remove consultations andremove-l
for remove lessons instead[original: nus-cs2103-AY2425S1/pe-interim#3183] [original labels: severity.Medium type.FeatureFlaw]