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

Display project tags #147

Closed
PhilomathMac opened this issue Aug 25, 2022 · 1 comment
Closed

Display project tags #147

PhilomathMac opened this issue Aug 25, 2022 · 1 comment

Comments

@PhilomathMac
Copy link

I would love to be able to display my project tags on my portfolio website. According to GitHub Docs, we can get a list of each repo's tags using this query:

https://api.github.com/repos/\(OWNER)/\(REPO)/tags

Perhaps we could reuse the code used to create the skill bubbles to create tag bubbles.

I'm not sure where we can store a list of the repo's tags in order to reference them later when building the project html. I have very limited experience working with web development, so I'm not exactly sure where to start.

@arifszn
Copy link
Owner

arifszn commented Aug 26, 2022

Nice feature idea. But the problem is, that we can only use the Github API for a limited time as the requests are not authenticated. So using that API for every repo would affect our rate limits and users would see this page often.
image

Also, the data related GitHub's content is real-time and we are not storing them anywhere. Meaning if you change your profile picture on GitHub, GitProfile would show the new picture without rebuilding.

@arifszn arifszn closed this as not planned Won't fix, can't repro, duplicate, stale Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants