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

P3: Handle deprecated features gracefully #22

Closed
maxh opened this issue Aug 1, 2013 · 6 comments
Closed

P3: Handle deprecated features gracefully #22

maxh opened this issue Aug 1, 2013 · 6 comments

Comments

@maxh
Copy link
Contributor

maxh commented Aug 1, 2013

e.g. we should know the milestone the feature landed and the milestone that it was deprecate.

@foolip
Copy link
Member

foolip commented Nov 15, 2014

Is the idea to have this information in https://www.chromestatus.com/data/featurepopularity? If so what's needed to make it happen?

@ebidel
Copy link
Contributor

ebidel commented Nov 15, 2014

We need an automatic way to know when a feature has landed or be deprecated in Blink. Is there anything like that for each milestone?

@foolip
Copy link
Member

foolip commented Nov 19, 2014

It can be extracted from the UseCounter.h/cpp from the release branch with relative ease. I've done it for UseCounter.h using JavaScript for a personal dashboard thing, but for chromium-dashboard doing it on the server side would make more sense. Or possibly having a python script that does it and checks the result into Git just like for the list of features itself currently. What do you think?

@ebidel
Copy link
Contributor

ebidel commented Nov 19, 2014

Yea, that would be great.

On Thu, Nov 20, 2014 at 1:11 AM, Philip Jägenstedt <notifications@github.com

wrote:

It can be extracted from the UseCounter.h/cpp from the release branch with
relative ease. I've done it for UseCounter.h using JavaScript for a
personal dashboard thing, but for chromium-dashboard doing it on the server
side would make more sense. Or possibly having a python script that does it
and checks the result into Git just like for the list of features itself
currently. What do you think?


Reply to this email directly or view it on GitHub
#22 (comment)
.

@foolip
Copy link
Member

foolip commented Nov 19, 2014

Are simple removed/deprecated flags matching the stable channel for each bucket sufficient, or would a lists of existing/deprecated features for individual milestones be worthwhile? It really depends on how you want to present the information I think.

One idea is to mark the stable channel milestones on the time axis. That would make it rather apparent to a human which milestone a counter was added or removed in, without needing to generate per-milestone feature lists. Would getting that into the timeline view be hard, if the data is there? If you don't have an internal feed for it, one can get the information from http://googlechromereleases.blogspot.se/

@jpmedley
Copy link
Contributor

#1471 is a version of this issue more related to the current interface.

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

No branches or pull requests

4 participants