webstatus.dev icon indicating copy to clipboard operation
webstatus.dev copied to clipboard

Provide CSV export

Open atopal opened this issue 1 year ago • 3 comments
trafficstars

There should be a way to export the data to further analyze it outside of the dashboard. The export should be be initiated from the filtered list of features and should include:

  • Feature Name
  • Baseline status
  • Percentage passing for each browser
  • The date the feature became available (if applicable) for each browser
  • Version number the feature became available in for each browser

atopal avatar May 22 '24 10:05 atopal

The date the feature became available (if applicable) for each browser

This information isn't in web-features, but could be derived from web-features and BCD together. If the use cases for this information are strong, we could also consider putting it into web-features.

foolip avatar May 23 '24 09:05 foolip

That would probably be required by caniuse.com, right?

Edit: Ah, we have version numbers which would have to be associated with release dates.

atopal avatar May 23 '24 11:05 atopal

See also https://github.com/GoogleChrome/webstatus.dev/issues/280 about JSON. We probably only need one format, or at least 99% of the implementation should be the same regardless of format.

foolip avatar May 24 '24 07:05 foolip

Partially fixed by #427. Also see new subissues: #511 and #512

dlaliberte avatar Jul 17 '24 20:07 dlaliberte