-
Notifications
You must be signed in to change notification settings - Fork 147
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
Ensure we have issues on file for tracking utility crates for all Web platform features #41
Comments
@fitzgen is there a good example of such an issue already that we could use as a template for filing these tracking issues? Might make it a bit easier to get people to take on parts of this ✨ |
It seems like that the existing issues that fit in this category are quite simple: #6 (comment) Perhaps we should just create them, and more information can be added later. |
We don't have a template yet, but creating one would be awesome! I think most of this would be "mid-level" APIs at least initially, and the big questions to resolve with these crates are:
|
I'm going to knock this work out now. |
List generated by scraping platform.html5.org. List of APIs.Core platform
CSS features
Graphics and typography
Media
Platform interaction, events, messaging
Storage and Files
Real-time communication
Web Components
HTML bonus features
Performance optimization and analysis
Security and privacy
Other core-platform bonus features
Foundations
|
Some of these items are not really APIs, for example the CSS roadmap, and others are very niche and probably not often used. Would it be better to create tracking issues for all items, or do it on an ad-hoc basis? |
@derekdreery oh that's really good; nice work! What we did for async-std was create dedicated tracking issues; for example streams. I think creating a tracking issue per-heading would probably work well; then gathering each tracking issue under a shared milestone to track overall progress. Something we also found worked well was regularly announce these issues on "This week in rust: call for participation". With a little bit of outreach it's probably possible to knock a lot of these out in no-time. |
@derekdreery Thanks! I think it would be best to create issues on an ad-hoc basis, so we can ignore things which don't make sense for gloo. |
Would be A++++ if someone went through https://platform.html5.org/ and made sure we had an associated tracking issue for each item there (where it makes sense). Lots of potential utility crates!
The text was updated successfully, but these errors were encountered: