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

Add difficulty rating to tasks #23

Open
fahseltc opened this issue Oct 14, 2018 · 1 comment
Open

Add difficulty rating to tasks #23

fahseltc opened this issue Oct 14, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@fahseltc
Copy link
Collaborator

While watching TGH play hunt, he made some good comments and I took note of them for this issue/feature request.

While TGH's main complaint is that the tasks are too easy, most of twitch chat wanted even easier task lists, so I think in general the community wants to be able to have finer control over what tasks are included in their runs.

One of the simplest ways I can think of to implement such a system it to give our existing tasks a 'difficulty rating' attribute on their json object. Something simple like 0-1 (decimal based) or 0-10 (int based) rough approximation of difficulty.
Next, we'd need to come up with more tasks from the community/ourselves to add on either the higher or lower ends of the scales.

Once we have the above 'difficulty rating' all set up, it should be pretty simple to pass another parameter to the backend and select tasks with that rating or lower. We could add a slider or other input to the options section for the user to select difficulty.

@fahseltc fahseltc added the enhancement New feature or request label Oct 14, 2018
@fahseltc
Copy link
Collaborator Author

see #24

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant