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

[Feature Request] Start Earlier Than v12 #12

Open
opticyclic opened this issue Jan 21, 2022 · 5 comments
Open

[Feature Request] Start Earlier Than v12 #12

opticyclic opened this issue Jan 21, 2022 · 5 comments
Labels
enhancement New feature or request

Comments

@opticyclic opticyclic added the enhancement New feature or request label Jan 21, 2022
@ChrisCarini
Copy link
Owner

Hi @opticyclic - thank you for opening this feature request! This project uses the JetBrains API to gather information about the releases for the various JetBrains products and dynamically updates the markdown files with the table of versions.

I think it is best to continue getting the information directly from JetBrains - do you know if there is an existing request to JetBrains to modify their API such that it would include versions older than 11.*? If not, would you mind creating a feature request for JetBrains to include this information?

@ChrisCarini
Copy link
Owner

@all-contributors please add @opticyclic for content, example, idea

@allcontributors
Copy link
Contributor

@ChrisCarini

I've put up a pull request to add @opticyclic! 🎉

@opticyclic
Copy link
Author

Hi @opticyclic - thank you for opening this feature request! This project uses the JetBrains API to gather information about the releases for the various JetBrains products and dynamically updates the markdown files with the table of versions.

I think it is best to continue getting the information directly from JetBrains - do you know if there is an existing request to JetBrains to modify their API such that it would include versions older than 11.*? If not, would you mind creating a feature request for JetBrains to include this information?

Would you be open to just concatenating the old versions with the response from the JetBrains API rather than asking them to change theirs?

@ChrisCarini
Copy link
Owner

Hi @opticyclic - thank you for opening this feature request! This project uses the JetBrains API to gather information about the releases for the various JetBrains products and dynamically updates the markdown files with the table of versions.

I think it is best to continue getting the information directly from JetBrains - do you know if there is an existing request to JetBrains to modify their API such that it would include versions older than 11.*? If not, would you mind creating a feature request for JetBrains to include this information?

Would you be open to just concatenating the old versions with the response from the JetBrains API rather than asking them to change theirs?

Yeah, absolutely! It'd be nice to have the information returned from the official API, but it's be fine with it hard-coded here for now. If were able to get enough populated, I'd happily open a request to JetBrains asking them to add to the API.

That being said, I have no concerns with hard-coding for now. Off the top of my head, I'd like to see the following in an implementation before merging it into this repo:

  • scalable for all IDEs
  • populated with several older versions (just so it doesn't look bare; I'd be ok if it's just for a single IDE to start)
  • links in comments to where each release date was found/identified (for posterity)
  • (bonus) a section in the readme that provides tips/tricks to find older versions from their wiki/etc (I vaguely recall the being something like this before it became automated from their API; check git history maybe?)

Can you think of anything else?

Are you interested in having a go at the first implementation? I'd be happy to help contribute if you start a feature branch/PR for this request.

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

No branches or pull requests

2 participants