Open-Assistant icon indicating copy to clipboard operation
Open-Assistant copied to clipboard

Load a new task for users when reaching the done state

Open fozziethebeat opened this issue 2 years ago • 0 comments

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.

fozziethebeat avatar Dec 28 '22 07:12 fozziethebeat