-
-
Notifications
You must be signed in to change notification settings - Fork 30
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: add PR velocity to profile page #109
Comments
The API for this already exists if I am not wrong. |
There's no direct API, but if you get the contributor's Pull req data and follow the steps here - https://github.com/open-sauced/insights/pull/1215/files#diff-47eb3d1facb4c4bd6094c2c5e2d0ad0a8cab6e7dd086429a3347cc0ebd49b61a, it should be straightforward. The endpoint is this one (for contributor PR data) - https://api.opensauced.pizza/#/User%20service/findContributorPullRequests |
Yes. Though we will need a utility implemented similar to lib/utils/get-contributor-pr-velocity.ts in that PR |
Yup makes sense |
This implementation of PR velocity has prsMergedPercentage information as well. |
No, not needed |
🎉 This issue has been resolved in version 1.2.0-beta.7 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
It should follow this patter implemented here.
open-sauced/app#1215
The text was updated successfully, but these errors were encountered: