futaba
futaba copied to clipboard
User vote handling
If we actually do go through with adding limited user voting as discussed in #10 and #130, we should make it a small helper module to prevent repeated code and ensure we get the voting algorithm right.
Primarily based on How Not To Sort By Average Rating. Bayesian ranking of items with up and downvotes or 5 star ratings also seems helpful.