You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add-leave and delete command use ID/EMPLOYEE_ID instead of the straightforward INDEX that the commands to edit and view employee use. This may cause confusion to a user, and this tester is left wondering why there is a need for commands to use a different method of identifying the employee.
Might be a good idea to allow both ways of employee identification for both commands, so the user can use whichever is more convenient for them.
The text was updated successfully, but these errors were encountered:
[This is the team's response to the above 'original' bug]
Hi there! Thanks so much for the report.
The default usage is Employee ID. However there are two exceptions to this, the edit and view command. The view command uses index so that it can be used in conjunction with the find command (eg. Find a set of employees and then view employees) and we intended edit command to be used with the employee profile displayed as it is more likely that the user will want to view the current details of employee before making the edit.
We designed the commands with these intentions in mind to best facilitate the app usage. Therefore, we do not agree with your suggestion and will be rejecting this bug.
Once again, thank you so much for informing us regarding the error.
Cheers,
Coydir
HR is hard, Coydir is easy
(est. 2022)
Items for the Tester to Verify
❓ Issue duplicate status
Team chose to mark this issue as a duplicate of another issue (as explained in the Team's response above)
I disagree
Reason for disagreement: [replace this with your explanation]
❓ Issue response
Team chose [response.Rejected]
I disagree
Reason for disagreement: [replace this with your explanation]
❓ Issue severity
Team chose [severity.Low]
Originally [severity.Medium]
I disagree
Reason for disagreement: [replace this with your explanation]
Add-leave and delete command use
ID/EMPLOYEE_ID
instead of the straightforwardINDEX
that the commands to edit and view employee use. This may cause confusion to a user, and this tester is left wondering why there is a need for commands to use a different method of identifying the employee.Might be a good idea to allow both ways of employee identification for both commands, so the user can use whichever is more convenient for them.
The text was updated successfully, but these errors were encountered: