-
Notifications
You must be signed in to change notification settings - Fork 132
Visualize web-features #541
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
Comments
@Shinigami92 the WebDX CG quickly discussed about this yesterday. We really love the work you've done so far. |
So based on this definition: https://github.com/Shinigami92/baseline-green/blob/26a3c02cef37f0f03e58820d1469ff0ee12d7778/src/App.vue#L7-L27
|
|
For this feedback specifically, I would suggest adding a dependency in your project to @mdn/browser-compat-data. This is the browser compat data that MDN and other sites like Can I Use leverage in their docs. The web-features project depends a lot on the browser-compat-data (BCD) project. For example in https://github.com/web-platform-dx/web-features/blob/main/feature-group-definitions/async-await.yml: compat_features:
- javascript.builtins.AsyncFunction
- javascript.builtins.AsyncFunction.AsyncFunction
- javascript.operators.async_function
- javascript.operators.await
- javascript.statements.async_function These strings are BCD keys. Each key correspond to an entry in the BCD data. For example Now, the data of the web-features project is still not final, we're still working on it and, in particular, the way we refer to BCD is changing. For example: https://github.com/web-platform-dx/web-features/blob/main/feature-group-definitions/edit-context.yml has no So, as you process files in the web-features repo, you should remember to do two things (over time, you should only have to do one, but we haven't settled on the final way yet):
Hope this helps. |
Just an update that I archived my repository in favor of https://webstatus.dev/ |
Originally proposed by @Shinigami92 here: #536 (comment)
The web-features repo is still early in the making, and doesn't contain a lot of features, but once the process is in place and more features get tagged in BCD, I expect the number of features to grow.
Also, at some point, we'll start defining relationships between features (i.e. feature groups).
I believe this presents a really interesting opportunity to build a visualization for the data in the repo, in such a way that users can explore the web platform as a hierarchical list of features, and discover which ones they could use.
The text was updated successfully, but these errors were encountered: