-
Notifications
You must be signed in to change notification settings - Fork 6
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
Separate project URL into two categories #1
Comments
Hey Wutsqo. Great idea! But one thing to consider is, there are several products that don't have |
I think we can just make it optional, like |
That could work! Do a pull request and I’ll review when you’re ready. 👍👍 |
Currently, each project item at the
src/utils/data/Projects.json
file contains a"url"
key. Some of the values are the URL to the repository, while others are the URL to the product's webpage.I think it is a good idea to split them into two categories:
"homepage_url"
and"repository_url"
.It'll open some new possibilities for the future development of this site. One example is to display the repo status (forks, stars, contributors, topic, etc.) directly on the project card using GitHub API. Another example is that the visitors can choose whether they want to visit the site or just the repo.
Wdyt, maintainers?
The text was updated successfully, but these errors were encountered: