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

[Roadmap] Make issue numbers clickable #284

Open
Andre601 opened this issue Dec 31, 2022 · 2 comments
Open

[Roadmap] Make issue numbers clickable #284

Andre601 opened this issue Dec 31, 2022 · 2 comments
Labels
enhancement Ideas for improvements

Comments

@Andre601
Copy link

The issue numbers (i.e. MAS-23) should be clickable and point to the actual issues and PRs, if that is doable.

@theotherlinh
Copy link

Or some kind of reference that is searchable here?

@dixita0607
Copy link

I started searching for how to add links to the issue numbers on roadmap page. After some digging, I found out that Mastodon is using https://linear.app/ to track the progress of their roadmap.

They are using Linear's API to retrieve the data and then using it into the Roadmap page. Check out the update-roadmap script in package.json file.

"update-roadmap": "node linear.mjs",

It basically makes an API call to Linear using their own LINEAR_API_KEY,

const api = new LinearClient({

Retreives the data and stores it in linear.json file.

I think the links won't be available publicly anyway. Let me know what you think.

@andypiper andypiper added the enhancement Ideas for improvements label Dec 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Ideas for improvements
Projects
None yet
Development

No branches or pull requests

4 participants