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]: Add the repository name to the issues being displayed in the issue carousel #33

Open
1 task done
Colin23 opened this issue Dec 14, 2024 · 0 comments
Open
1 task done

Comments

@Colin23
Copy link
Member

Colin23 commented Dec 14, 2024

🌟 Situation

Currently on the issue name is being displayed. Once multiple issues, maybe even from multiple repositories, show up, it is impossible to know where they are from and possibly even what they mean.

Current situation:

image

🎯 Task

I suggest adding the repositoy names in front of the issue name.
E.g. "web: The issue carousel breaks for more than 3 issues"
This makes every issue related to a specific repository.

🛠️ Action

I think the repository name is already part of the JSON we retrieve from the GitHub api. Therefore we should be able to simply retrieve the data from the JSON payload and add it as a prefix to the content that is being displayed in the issue carousel.

🏆 Result

E.g.

repository1: Some issue
repository1: Some issue2
repository2: Some issue
repository3: Some issue
repository4: Some issue

If there are multiple issues from multiple repositories, they should also be grouped by the repository.

🙋‍♀️ Are you willing to contribute to this feature?

Not at this time, but I'm excited to see it implemented!

📝 Code of Conduct

  • I agree to follow this project's Code of Conduct
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant