-
Notifications
You must be signed in to change notification settings - Fork 1
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
81 export enhance #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - conditional formatting is working nicely! Icons for RtW look cool, but a bit distracting. See my thoughts on the percentage column.
shortlister/model.py
Outdated
for applicant in applicants: | ||
i = i + 1 | ||
amount_scored = total_score(applicant.scores) | ||
percentage_scored = round(amount_scored/denominator,2)*100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Percentage is an interesting addition but, ultimately, not very helpful here. I think it's because we usually don't score every single criteria meticulously. So a candidate can be "the best" but with a low percentage. The absolute score, as we have it, is better and good enough (at least for now - might reconsider in the future)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😭
This reverts commit 300a8e0.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you!
Addresses #81: (model.py)
Add score % columnImplement Iconset rules for RtW and score %