Commands such as hire, reject and view require users to input both name and job to indicate the particular person.
However, when a person's name gets a bit longer, users may find it tedious to re-input it just to locate that desired person.
Perhaps using 'index' instead of compulsory name and job in these commands' formats could improve user experience, since both delete and editcommands use similar command schemes.
Commands such as
hire
,reject
andview
require users to input bothname
andjob
to indicate the particular person.However, when a person's name gets a bit longer, users may find it tedious to re-input it just to locate that desired person.
Perhaps using 'index' instead of compulsory
name
andjob
in these commands' formats could improve user experience, since bothdelete
andedit
commands use similar command schemes.[original: nus-cs2103-AY2425S1/pe-interim#3505] [original labels: severity.Medium type.FeatureFlaw]