-
Notifications
You must be signed in to change notification settings - Fork 101
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
Richer display of scorers #556
base: main
Are you sure you want to change the base?
Conversation
…is should be on the scorer.... not the queries.....
I've added a I'd love some ideas or fixes @david-fisher @worleydl ! |
I believe the averaging happens in https://github.com/o19s/quepid/blob/richer_display_of_scorers/app/assets/javascripts/services/queriesSvc.js line 1033 when setting the svc.latestScoreInfo inside the scoreAll function (line 991). Angular is not my thing, but that does seem to be the culprit. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please do advocate for this issue and ideally submit a patch to get the attention of the maintainers! |
Bump |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Please do advocate for this issue and ideally submit a patch to get the attention of the maintainers! |
Description
adding in tool tip and description, and more critically, splitting how we calculate the score for "per query" and "per case". I.e, a score for query, and then your CaseScore is overall.... @david-fisher says we shouldn't just Average with every scorer, that some should be a Sum instead.
Motivation and Context
Make CaseScore, which I have in the past called your QScore... your QuepidScore... More meaningful...
Give newbie users a better sense of which scorer they should reach for!
How Has This Been Tested?
Still need to work on this.
Screenshots or GIFs (if appropriate):
Types of changes