Skip to content
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

Add API to retrieve status of reviews #63

Open
jdm opened this issue Mar 5, 2014 · 1 comment
Open

Add API to retrieve status of reviews #63

jdm opened this issue Mar 5, 2014 · 1 comment

Comments

@jdm
Copy link

jdm commented Mar 5, 2014

It would be really great to integrate tools like https://github.com/peterbe/github-pr-triage with Critic for projects like Servo. However, there doesn't seem to be any kind of API to retrieve the current status of a review (eg. how much is unreviewed, who is needed to perform said reviews, etc.).

@jensl
Copy link
Owner

jensl commented Mar 6, 2014

There is no such API, no. There is a very early draft implementation of a JSON API in review (https://critic-review.org/r/197) but I don't see myself working more on that any time soon.

It is on the other hand entirely possible to write a simple Critic extension that adds an API exposing whatever information you like (that is available through the extension API.) Unfortunately, I don't think the extension API does expose the "who needs to review" today but that would be easy to add.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants