-
Notifications
You must be signed in to change notification settings - Fork 8
Feat/assign reviewers #959
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
…. Will need a cleaning for documentation
…'s just filtering if hacker was created before cutoff)
| uri: "/api/hacker/reviewerComments2/" + Constants.ROLE_CATEGORIES.SELF, | ||
| _id: mongoose.Types.ObjectId.createFromTime(179) | ||
| }, | ||
| // patchAnyReviewerNameById: { |
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.
this is all commented out, can we just delete it? is there a reason to keep?
|
|
||
|
|
||
| /** | ||
| * Updates a hacker that is specified by req.params.id, and then sets req.email |
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.
make this comment accurate? i think it's just copy pasted?
| */ | ||
| hackerRouter.route("/assignReviewers").post( | ||
| // Middleware.Validator.RouteParam.idValidator, | ||
| // Middleware.Auth.ensureAuthenticated(), |
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.
let's try to enable the auth ones at least
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.
we should also add this route to the Hackboard role "excludes"
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.
wait i just realized if we're running this as a script for now we can't have these on
|
overriding review requirements because it's basically Jamie's PR and I approve |
|
@JamieXiao make sure to address comments in the next one, just merging bc we have to use tonight. |
see #957 for details.