w3c / web-roadmaps

Framework for Web technology roadmaps
192 stars 39 forks source link

Show planned milestones for specs #260

Open tidoust opened 6 years ago

tidoust commented 6 years ago

We've been discussing that in the past and there is probably not much we can do for now, but the recent update of the Device and Sensors WG roadmap page prompted me to record that as an issue.

To earn the "roadmap" title, we should be able to display a timeline that shows planned milestones for a given spec. Problem today is that there is no easy way to gather planned (and up-to-date!) milestones, as Working Group do not necessarily publish that information in a standardized form. Rendering past dates is much easier, but also much less interesting.

dontcallmedom commented 6 years ago

FYI, groups are expected to maintain their milestone data in https://www.w3.org/PM/Group/milestones-list.html and the data is extracted in https://github.com/w3c/spec-dashboard/tree/gh-pages/pergroup (`*-milestones.json files)

Now, the data is not always up to date (although @plehegar goes through some of them on a regular basis), but it may be at least one way to get this started.

tidoust commented 6 years ago

The framework now fetches the milestones information from the milestone tracker and can render a "Milestones" column in summary tables. That would typically be useful info for the "Technologies in progress" section.

I haven't enabled that column by default yet because we only have milestones data for a few specs for the time being, so the column would be mostly empty. Not sure how to improve the situation. @dontcallmedom, that's TBD :)