GeneralMagicio / pw-frontend

Pairwise frontend implementation
https://pairwise-frontend.vercel.app
GNU General Public License v3.0
15 stars 0 forks source link

Super low priority, for version 2 - Instead of editing manually the results, come up with a solution that will allow the user to go back and make more pairwise assessments #185

Open GriffGreen opened 11 months ago

GriffGreen commented 11 months ago

Editing manually right now makes it so the user can't go back and play our fun game.

This is a tragedy.

We need to make their manual edits happen in another way... there are dozens of solutions, but the most obvious would be to allow the user to Boost or Slash a project and just letting them add some OP to that project, then that boost/slash could stay there on the side and the pairwise "score" could also stay on the other side and if a user wants to do more assessments, they are adjusting the pairwise score, but the boost/slash remains.

In every solution there are a lot of details to work out... (like where does the boost come from?) but the end goal is clear.... people should be able to continue playing the pairwise game!

kristoferlund commented 11 months ago

I guess we in theory could allow them to continue doing the pairwise thing even after edit, as long as the ranking algorithm can handle it and we can communicate it to the user. The result has to be somewhat predictable.

@GriffGreen, do you have an idea on how this plays out?

After pairwise voting:

proj 1: 100
proj 2: 100
proj 3: 100

After manual adjustment:

proj 1: 200
proj 2: 50
proj 3: 50

Going back to pairwise voting:

Choose proj 2 over proj 1

What is the end result?

proj 1: ?
proj 2: ?
proj 3: ?