nus-cs2103-AY2425S1 / pe-dev-response

0 stars 0 forks source link

Unnecessarily long and similar commands #2339

Open nus-pe-bot opened 1 day ago

nus-pe-bot commented 1 day ago

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 the import command instead of the importconsult command. Suggestion: use import-s for import of student list and import-c for import of consultation list

Too long: Example 2: removefromconsult removefromlesson, commands are unnecessarily long, not efficient for user to type quickly Suggestion: use remove-c for remove consultations and remove-l for remove lessons instead

Screenshot 2024-11-15 at 5.08.34 PM.png


[original: nus-cs2103-AY2425S1/pe-interim#3183] [original labels: severity.Medium type.FeatureFlaw]

S-K-Y-Light commented 18 hours ago

Team's Response

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.

Duplicate status (if any):

--