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

Load a new task for users when reaching the done state #104

Closed
fozziethebeat opened this issue Dec 28, 2022 · 0 comments · Fixed by #192
Closed

Load a new task for users when reaching the done state #104

fozziethebeat opened this issue Dec 28, 2022 · 0 comments · Fixed by #192
Assignees
Labels
bug Something isn't working website

Comments

@fozziethebeat
Copy link
Collaborator

Right now in the task implementations we get to the end state and don't do anything useful. It would be better to cleanly reset the task, fetch a brand new task, and let the user keep contributing to the same task type.

This should affect everything under website/src/pages/create and website/src/pages/evaluate. Ideally this is some typescript library/hook that each of these pages can call to make sure everything is done correctly or a re-usable component that somehow handles it all.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working website
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant