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

yee pretty. yee speed. side menu config. changed strategy names. added single voter html #8

Merged
merged 14 commits into from
Aug 8, 2017

Conversation

paretoman
Copy link

@paretoman paretoman commented Aug 7, 2017

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.

@paretoman paretoman force-pushed the gh-pages branch 2 times, most recently from e0ddf46 to c310eab Compare August 7, 2017 17:00
@paretoman paretoman force-pushed the gh-pages branch 4 times, most recently from 209310c to 76e9272 Compare August 7, 2017 19:59
…e, it's in the console, along with the text to paste. also, took out the animated "oh no" to lighten the load. UI improvement: buttons below single voter ballot.
@jamesonquinn jamesonquinn merged commit 7dc55a6 into electionscience:gh-pages Aug 8, 2017
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