Skip to content
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

Timeline concept #17

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

Timeline concept #17

wants to merge 5 commits into from

Conversation

captainbrosset
Copy link
Contributor

Playing with the idea of a timeline for features, discussed with @Elchi3.

A few work in progress screenshots below.

Grid
image

Font-synthesis
image

Async clipboard
image

We might need to leverage a graphics library to deal with overlapping labels, and to make things generally nicer.

@Elchi3
Copy link

Elchi3 commented Jul 19, 2024

This is great! 🎉

We might need to leverage a graphics library to deal with overlapping labels, and to make things generally nicer.

Or use SVG? I wrote MDN's inheritance diagram in SVG years ago: https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement (source)

{% if version %}
{
"event": "{{ browser.id }}",
"date": new Date("{{ browser.releases[version].release_date }}"),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need fixing with the recent change where certain versions can contain the character. For example the sub-sup feature.

Copy link
Contributor Author

@captainbrosset captainbrosset Jul 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See acafc29.

@captainbrosset
Copy link
Contributor Author

Future idea: also use data from browser-specs to add timeline key events from specs. Ideally, if we were also tracking dates for explainers, and intent to prototype/ship emails, that would be great.

@wbamberg
Copy link

We might need to leverage a graphics library to deal with overlapping labels, and to make things generally nicer.

Or use SVG? I wrote MDN's inheritance diagram in SVG years ago: https://developer.mozilla.org/en-US/docs/Web/API/SVGTextElement (source)

Mermaid supports timeline diagrams, I wonder if that could help?

@captainbrosset
Copy link
Contributor Author

That's awesome! Thank you for sharing, Will.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants