website icon indicating copy to clipboard operation
website copied to clipboard

Guide for LTS version marked as old

Open Swizz opened this issue 8 years ago • 3 comments

Hi there,

This issue act more than a personal opinion, but why Guide Pages for LTS version like 2.8 are marked as old ?

It could be more suitable to swap the Old mark to an LTS mark for those version. To reasure developers who use those versions that the team behind Ember is not telling them to always use the latest version.

Cheers,

Swizz avatar Feb 06 '17 11:02 Swizz

Are you available to PR this change?

locks avatar Feb 06 '17 15:02 locks

From what I understood :

The outdated warning uses the /versions.json to know the latest version available which does not include any information about LTS versions.

I guess the LTS indication need to follow the way how the outdated warning works by adding LTS information into the version.json file. I know Semver allow hyphen metadata for pre-release but there is no pattern about LTS.

I can made a PR on emberjs/guides regarding to the JS part. However I can't take position about the principles of the versions.json

Swizz avatar Feb 06 '17 16:02 Swizz

@Swizz Would you mind opening an issue over on https://github.com/emberjs/guides/ and tagging me there so we can discuss (or even better, contact me on Slack). There are a couple of things it'd be nice to do to update this, but yes, I think you're right, it'd be nicer to not notify folks that they are on an outdated version of Ember if they are looking at guides for the last LTS. We may also want to indicate that that version is an LTS in the dropdown ...

acorncom avatar Feb 14 '17 05:02 acorncom