yee pretty. yee speed. side menu config. changed strategy names. added single voter html #8
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Yee is improved in prettiness and speed. I still want to make it faster, and some of my new methods are disabled with if(0) because they don't work yet.
The UI is much better because it can be customized. A "config" button appears at the top and allows you to choose which questions are available. This is good because it allows the user to focus on one slider or button. Also, if you hit "save", the config will save, too!
Added much needed explanation of two of the voting strategies, BF, and NwF. Best frontrunner is voting just for the best frontrunner and all better. Not worst frontrunner is more risk-averse and votes only for everyone better than the worst frontrunner (unless he's the only one left).
strategy names conversion chart
NO = no strategy. judge on absolute scale
NR -> N = normalized -> normalize
TF -> BF= thresholdfruntrunner -> best frontrunner
MTF -> NWF = morethresholdfrontrunner -> not the worst frontrunner
NTF -> F = normthresholdfrontrunner -> normalize frontrunners only
FL firstandlast delete
T threshold delete - seems to not work
SNTF starnormfrontrunner delete
star will be an argument (still need to do but it essentially works for now)
cleaned up examples by moving voters and candidates and changing the feature questions. Also, I re-oriented voter groups to be horizontal since that matches the sliders better.