Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Score Feature Proposal #65

Open
JukeBoxK opened this issue Mar 25, 2024 · 0 comments
Open

Performance Score Feature Proposal #65

JukeBoxK opened this issue Mar 25, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@JukeBoxK
Copy link

"Performance Score" Feature Proposal

User Story: As a secretary, I want to be able to rate and record how well an employee performs overall, so that I can manage and delegate employees to projects and teams more efficiently depending on the "performance score" that was given to them.

The score can be define based on many factors on a numerical scale. For simplicity, they can just be communication effectiveness and work performance on a scale of 5. Communication effectiveness includes how effective the employee communicates, how well they collaborate in a team, etc. Work performance meanwhile, includes the quality of work produced by the employee, how well they follow the deadline set, etc. The overall score would then just be the average of the two.

An example command could be as follows:

set_score 2 c/3 w/5

where set_score would be the command and c/ would stand for the communication part and w/ would stand for the work part. The overall score would then be a 4 for the employee at index 2.

Further Extensions

  1. The overall score could be calculated based on the previous accumulated results. This would show a better idea of the employees performance so far. The calculation could be a weighted average between the previous score and the current one.
  2. The scores set could also be cleared using clear_score command, for example clear_score 2 cleats the performance score for employee at index 2.
@JukeBoxK JukeBoxK added the enhancement New feature or request label Mar 25, 2024
@JukeBoxK JukeBoxK added this to the v1.3 milestone Mar 25, 2024
@JukeBoxK JukeBoxK self-assigned this Mar 25, 2024
@JukeBoxK JukeBoxK changed the title Performance Score Performance Score Feature Proposal Mar 25, 2024
@JukeBoxK JukeBoxK removed this from the v1.3 milestone Apr 1, 2024
@miffi miffi added this to the unplanned milestone Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants