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

Approval vote order improvements #8

Open
doublejosh opened this issue Apr 14, 2020 · 0 comments
Open

Approval vote order improvements #8

doublejosh opened this issue Apr 14, 2020 · 0 comments
Labels

Comments

@doublejosh
Copy link
Owner

Optimize for...

  • New person, (first visit)
    • ...vote on a few items, ten-ish.
  • A returning person, (someone else has voted since their last visit)
    • ...vote on the lowest voted-on newest items.

Order By...

  • Avoid getting stuck looking at the same few fortunes
  • Prefer items will lower vote count and newer.

Solution...

  • Query for 25-200 lowest rank.total items, sort by rank.lastVote, and newest.
  • Loop through on the client until a refresh is needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant