AbdBarho

Results 57 issues of AbdBarho

This should make the project easier to find through github search and such. ![Screenshot 2022-12-30 094527](https://user-images.githubusercontent.com/24505302/210051683-961f7f8e-b1be-4141-bc3e-e112d83ef2f6.jpg)

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...

website
good first issue
UI/UX

Closes #158 Much more user friendly, much less code.

website
UI/UX

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?...

website
design
UI/UX

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...

website
good first issue
UI/UX

Also fixes the layout ~Blocked by #167~ Before: ![Screenshot 2023-01-02 082649](https://user-images.githubusercontent.com/24505302/210204014-69617a70-27a0-4a52-af4b-bb5d842c8d90.jpg) After ![Screenshot 2023-01-02 082551](https://user-images.githubusercontent.com/24505302/210204023-25594e51-8c55-4af9-be6a-860e75a0b16f.jpg)

website
UI/UX

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...

discord-bot
backend
website
good first issue

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

website
good first issue
UI/UX

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...

backend
website

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...

website