doublejosh / FortuneTeller

Arcade machine with interaction analytics, LCD screen coin slot, yes/no buttons, content and metrics in Firebase!
https://fortunecalibrator.firebaseapp.com
1 stars 0 forks source link

Show highest voted fortunes #14

Open doublejosh opened 4 years ago

doublejosh commented 4 years ago

Pick among highest voted fortunes per category.

Easiest

Calculate score upon voting, sort fetching by score. Score can include weighting for number of votes.

Bigger

Use a proxy API call for picking one fortune, which does a query using votes, etc.