-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Implement rank_user_replies
in web
#127
Conversation
e4d38be
to
8c51f7f
Compare
I see you marked this as draft. Will approve once you set it to ready for review again. |
8c51f7f
to
a4c0953
Compare
I don't want to unset draft because I am not able to test against our backend. Sampling random task of any kinds returns the error I will see if I can fix this EDIT: it is fixed now, ready for review! |
a4c0953
to
beb71d0
Compare
this will be fixed by #144 , sorry for the inconvenience |
099d3d8
to
fd1311b
Compare
6609232
to
5b0b326
Compare
))} | ||
</ul> | ||
); | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking to merge this in just to get the template and the bulk of the work so far in to the repo 🥳
But I think we should be able to replace with https://dndkit.com/ for the MVP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excellent. Ok I think there are 2 areas still to do with rank_user_replies:
- Drag and drop with https://dndkit.com/
- Some adjustments to the task description and possibly design; As a user I do not understand this task (what are the replies replying to?)
Approving this to merge in the progress
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
trusting knn. :-)
Closes #33
Also started moving duplicate code into their own components