-
Notifications
You must be signed in to change notification settings - Fork 180
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
Roadmap page suggestion #293
Comments
Thanks, looks great! Yeah, I guess a tool tip works as well. Though with our new release process (minor version bump for every feature merge), it would be nice to have an actual Wasm version number column for easier reference in the future. Of course, currently everything is either 1.0 or 2.0, so a bit boring. |
(Should row 3 and 4 be switched?) |
They are both standardized on 2020-03-11. The current sorting algorithm is to compare the phase first (descending), then compare the date (ascending), and keep the original order if they're both the same. I guess I could sort by the names next, but I don't feel there's a particular need for that?
Sure, ummm, I can't seem to find that information anywhere? |
Ah, okay, I thought one was voted in slightly earlier, but perhaps they were merged together. I guess it doesn't matter then. (One could use average browser version as tertiary. :) )
Yeah, we haven't really had versions before. So far, mutable globals were in 1.0, everything else is technically 2.0. |
For same phase? Perhaps by age, i.e., creation date (ascending) of respective repo? Not sure if that matters, though. |
I actually wonder if it's better to sort by name. Most devs don't care as much about standards process, so perhaps it's better to keep stage info in a hint, but use a stable sorting order rather than have features jumping around whenever they change stage. (I'd still keep the finished/in-progress split though.) |
I would actually think it matters to devs whether a proposal is at phase 1 (far out) or 3 (near completion). But I agree that sudden changes in sort order appear odd if the relevant order criterion is not explicit as a column. So I would include the phase, analogous to version for finished features. |
The roadmap is great, but the tables seem to be ordered in a fairly random fashion. I have two suggestions:
The text was updated successfully, but these errors were encountered: