Open zackjh opened 1 week ago
Thank you for your inputs! After carefully considering your suggestion, the team would like to politely reject it due to the following reasons:
Furthermore, the team would like to highlight that the bug reported could be classified as a suggestion.
Regardless, we really appreciate the thoroughness of the bug report.
We have classified this bug as a duplicate of bug report #3450 as both reports is suggesting the same thing: to shorten the command.
[The team marked this bug as a duplicate of the following bug]
Hard-to-type command words
All command words are rather long and include dashes, which makes it time-consuming for the user to type, given that user will be typing these command words repeatedly and for every single time they use the command.
Commands like
edit-policy
anddelete-policy
could be shortened toeditp
anddeletep
instead, while still easy to remember.
[original: nus-cs2103-AY2425S1/pe-interim#2601] [original labels: severity.Medium type.FeatureFlaw]
[This is the team's response to the above 'original' bug]
Thank you for your inputs! After carefully considering your suggestion, the team would like to politely reject it due to the following reasons:
- Our app is designed for fast typist so such minor differences in command length should not be significant.
- We felt that using the command words as provided by you could be less intuitive. Commands such as "editp" is not immediately self-explanatory considering
p
could mean several things in Prudy (i.e. Phone number, preferences, policies), which may cause confusion.- We would like to have Prudy commands as similar to the english language as possible, considering the application will be used by non-technical users. Having the command words resemble english words will allow for a more gradual learning curve for using the application.
- Having the command words to resemble the english language allow users to "type what they have on their mind". For example, if the user thinks of "editing policies", the user can simply type what is on their mind (i.e.
edit-policy
), making it easier to remember these commands, compared to consistently associating "editing policies" with "editp".Furthermore, the team would like to highlight that the bug reported could be classified as a suggestion.
Regardless, we really appreciate the thoroughness of the bug report.
Items for the Tester to Verify
:question: Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
Reason for disagreement: [replace this with your explanation]
Description
Most commands contain two or three words which makes it difficult and time-consuming for the user to type.
The use of hyphens also make the commands harder to type.
This goes against the intended typing-focused use case of the application.
E.g.
add-client
,list-policies
,list-expiring-policies
Having shorter commands, such as
exppol
instead oflist-expiring-policies
, would make the application more user-friendly as the users would not have to type such long commands.Screenshot of Command List
I've attached a screenshot of the command list found in the UG for convenience.