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

features_v2.json: .updated.when is not accurate. #3822

Open
ArthurSonzogni opened this issue Apr 26, 2024 · 0 comments
Open

features_v2.json: .updated.when is not accurate. #3822

ArthurSonzogni opened this issue Apr 26, 2024 · 0 comments
Labels

Comments

@ArthurSonzogni
Copy link

ArthurSonzogni commented Apr 26, 2024

I am fetching updates to ChromeStatus every day. It starts with fetching a summary of every features (~2700 features) from a single response: https://chromestatus.com/features_v2.json

Then I am making subsequent requests to 1-3 URLs below:

To avoid making up to 3x2700 requests every day, I am only considering the ones updated recently. I am using features[i].updated.when from the features_v2.json.

I recently discovered the features[i].updated.when is not updated when the feature owner request a review, or add comments. See this feature.

Example
image
image

+CC @daisuke-e

Do you consider this behavior to be a bug?
If not, is there any other API that would be a better fit?

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

No branches or pull requests

1 participant