GoogleChromeLabs / confluence

Service and API for Web API Confluence: Metrics for web platform health
https://web-confluence.appspot.com
BSD 3-Clause "New" or "Revised" License
92 stars 36 forks source link

Need a Way to Remove All Releases #177

Open jpmedley opened 7 years ago

jpmedley commented 7 years ago

I need to regularly compare only Chrome for consecutive releases. To do this I need to first remove nearly everything that's shown by default. If I could just "remove all" and add back the one's I need it would be much faster.

I do this because I'm primarily responsible for documenting new Chrome APIs on MDN. I run the resulting csv file through a script that pings MDN and reports which items are missing. I plan to share this script tech writer colleagues at other browser vendors.

mdittmer commented 7 years ago

Thanks for the feature request! This shouldn't be too hard to implement; I'll just want to double check that the table controller doesn't break when the collection of releases is empty.

jpmedley commented 7 years ago

Any progress on this?

mdittmer commented 7 years ago

Nothing yet. FWIW, the rightmost "X" control should remain in a fixed position as you remove browsers, so clicking the same point repeatedly should remove other browsers in relatively short order.