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

81 export enhance #83

Merged
merged 6 commits into from
Jan 17, 2025
Merged

81 export enhance #83

merged 6 commits into from
Jan 17, 2025

Conversation

shiyingwucl
Copy link
Collaborator

@shiyingwucl shiyingwucl commented Jan 14, 2025

Addresses #81: (model.py)

  • Left align Name Column
  • Implement conditional format rules for scores
  • Add score % column
  • Implement Iconset rules for RtW and score %

Copy link
Collaborator

@tamuri tamuri left a 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.

for applicant in applicants:
i = i + 1
amount_scored = total_score(applicant.scores)
percentage_scored = round(amount_scored/denominator,2)*100
Copy link
Collaborator

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)

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😭

@shiyingwucl shiyingwucl requested a review from tamuri January 16, 2025 15:52
Copy link
Collaborator

@tamuri tamuri left a 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!

@shiyingwucl shiyingwucl merged commit 606bbfe into main Jan 17, 2025
2 checks passed
@shiyingwucl shiyingwucl deleted the 81-export-enhance branch January 17, 2025 16:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants