Open
Conversation
This prompt_algorithm value will be passed along to pairwise when a new prompt is required (voting, skipping, etc.). When not set, pairwise will decide which algorithm is used. This does require some coordination between pairwise and AOI to determine what algorithms are supported.
Member
|
Sounds good. Yes, I think we want to role this out slowly. In my other message I asked about having a blog post that we can link to. I think that should be part of the process of rolling out this new feature. |
|
Curious @msalganik @lukebaker...was this resolved (i mean tested)? I see that it was not merged to master? |
Member
|
@bazooka720 we have not been doing active development of allourideas for some time. I would not expect this to be added to master for some time. Sorry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Related: allourideas/pairwise-api#43
This pull request adds the ability for admins (not wiki survey creators) to select which prompt selection algorithm to use. I figured you weren't keen on having wiki survey creators modify which prompt selection to use, so I limited it to only admins. The default is no prompt selection algorithm is sent to pairwise and pairwise decides which algorithm to use. Prompt selection algorithm options include "Catchup" and "All combos".
@msalganik does this look good to you?