AbdBarho
AbdBarho
This should make the project easier to find through github search and such. 
Ranking tasks #33 #34 implemented in #127 and #154 use simple up / down buttons for ranking the items. Use Drag and drop with https://dndkit.com/ to create a more interactive...
From comment https://github.com/LAION-AI/Open-Assistant/pull/127#pullrequestreview-1232736041 Consider adjusting the tasks' description and possibly design For example, the `rank_user_replies` task currently shows different replies, but it does not show what is being replied to?...
From comment https://github.com/LAION-AI/Open-Assistant/issues/158#issuecomment-1367630126 When doing tasks on device with a small screen, it may happen that the text for one of the tasks is large enough to cover the entire...
Also fixes the layout ~Blocked by #167~ Before:  After 
The backend should know the source of the response, whether it's coming from a web UI or from the discord bot. This will require modifications both on the backend and...
In ranking tasks, drag and drop should not be constrained to the handle only, but should be the entire text element. https://github.com/LAION-AI/Open-Assistant/blob/42deae20f29492759c2f9d11ec088d875b45d476/website/src/components/Sortable/SortableItem.tsx#L24-L33
For tasks where the user has to assign labels to a given text, the backend should provide these labels, instead of hard-coding them in the frontend. This is similar to...
Part of #436 I started to consolidate the shared code with regards to fetching and mutating to its own hook. The amount of code duplication is starting to get out...