-
Notifications
You must be signed in to change notification settings - Fork 8.6k
DEV: Add a ReviewableNote model, and tie it into the Reviewable model. #33047
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
Conversation
This pull request has been mentioned on Discourse Meta. There might be relevant details there: https://meta.discourse.org/t/staff-review-queue-turning-a-flag-to-conversation/367337/13 |
Co-authored-by: Alan Guo Xiang Tan <gxtan1990@gmail.com>
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.
I think the ReviewablesController#index
route suffers from a N+1 queries problem but I don't think it needs to block this PR.
#33047) As part of the review queue refresh, we'll be adding the ability for moderators to make notes on individual reviewable items. As a first step, this change adds the new model and associated backend code.
✨ What's This?
As part of the review queue refresh, we'll be adding the ability for moderators to make notes on individual reviewable items. For example:
Since the feature will be tied into the UI refresh, this PR is solely focussed on adding the new model and associated backend code.