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

Categorize projects by language #163

Closed
MahirMahdi opened this issue Jan 27, 2023 · 5 comments
Closed

Categorize projects by language #163

MahirMahdi opened this issue Jan 27, 2023 · 5 comments
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue enhancement New feature or request help wanted Extra attention is needed [priority: medium]

Comments

@MahirMahdi
Copy link

It would be great if the projects were categorized by language or if the users could find them using tags like "React," "Django," "Angular," etc.
Users can then easily find projects based on their stack.

@MahirMahdi MahirMahdi changed the title Categorize project by language Categorize projects by language Jan 27, 2023
@devvsakib
Copy link
Owner

that's an great idea

@devvsakib devvsakib added documentation Improvements or additions to documentation enhancement New feature or request [priority: medium] labels Jan 27, 2023
@Mancefas
Copy link

It would be nice to have a value in the projects' object from API named "language_used" or similar.

For egz. in your API (https://api.github.com/repositories/550110679/contents/PROJECTS) object would look this :

{
"name": "",
"path": "",
"sha": "",
"size": 0,
"url": "",
"html_url": "",
"git_url": "",
"download_url": null,
"type": "dir",
"_links": {
"self": "",
"git": "",
"html": ""
},
"language_used": "react"
},

Then it would be fast to show only projects that use that language.

@iONBain
Copy link

iONBain commented Mar 7, 2023

how to add a parameter in API ? will it be from backend side?

@devvsakib
Copy link
Owner

We are using GitHub API. is there any way to use this feature? Cz we don't have any language in json

@devvsakib
Copy link
Owner

Closed. Using GitHub API cant solve this issue. We need to use JSON file to store all project details with category. we will do it later. Thanks

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation EddieHub:good-first-issue enhancement New feature or request help wanted Extra attention is needed [priority: medium]
Projects
None yet
Development

No branches or pull requests

4 participants