-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: auto proceed on uploads #207
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
✅ Deploy Preview for dh-portal-beta ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LG
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers --------- Co-authored-by: Krish <krish120003@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error --------- Co-authored-by: Krish <krish120003@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> --------- Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * fix: Don't invalidate getApplications on submit score (#218) --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * fix: Don't invalidate getApplications on submit score (#218) * fix: review count not updating when submitting a review (#220) * optimistically update review count * use autoResetPageIndex false * remove manual cache manipulation * manually add type for some random code --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * fix: Don't invalidate getApplications on submit score (#218) * fix: review count not updating when submitting a review (#220) * optimistically update review count * use autoResetPageIndex false * remove manual cache manipulation * manually add type for some random code * feat: filtering improvements (#222) * fix: filtering fixes & improvements * change to Total Grades Given --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
) * feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * fix: Don't invalidate getApplications on submit score (#218) * fix: review count not updating when submitting a review (#220) * optimistically update review count * use autoResetPageIndex false * remove manual cache manipulation * manually add type for some random code * feat: filtering improvements (#222) * fix: filtering fixes & improvements * change to Total Grades Given * fix: reset pagination on search, filter review count as nubmer (#224) * fix: reset pagination on search * fix: remove old filtering method * feat: add EV hacker type (#226) --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
* feat: auto proceed on uploads (#207) * fix: disable resume link autofill (#209) * feat: add phone, country, and consent fields to application for MLH (#210) * feat: add phone and country fields * feat: add country and phone to application form * fix: update deps for iso-3166 * feat: comply with MLH checkbox requirements * feat: show phone and country for reviewers * fix: spelling error * feat: disable application resubmission * feat: ability for reviewers to give scores (#212) * feat: ability for reviewers to give scores * fix: address coderabbit comments * fix: address further coderabbit comments * fix: get and update status from DH table * feat: add index to applications --------- Co-authored-by: Krish120003 <krish120003@gmail.com> Co-authored-by: Arian Ahmadinejad <ahmadinejadarian@gmail.com> * fix: Don't invalidate getApplications on submit score (#218) * fix: review count not updating when submitting a review (#220) * optimistically update review count * use autoResetPageIndex false * remove manual cache manipulation * manually add type for some random code * feat: filtering improvements (#222) * fix: filtering fixes & improvements * change to Total Grades Given * fix: reset pagination on search, filter review count as nubmer (#224) * fix: reset pagination on search * fix: remove old filtering method * feat: add EV hacker type (#226) * feat: ability to change status based on scores (#227) * feat: show average scores on table * feat: add mass status update * fix: ts mismatch * feat: everyone is in review for now * fix: indicate loading * fix: invalidate on success --------- Co-authored-by: Krish <krish120003@gmail.com> Co-authored-by: Owen Gretzinger <owengretzinger@gmail.com>
No description provided.