-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Add language to issue on explore #887
Comments
Hey @alexanmtz Can I work on this issue ? |
hey @Dheeraj4103 , thanks for your interest in this one, let me check with @RemyaManoharan, are you still working on this? |
Hey, @Dheeraj4103, you can work on this one. It's pretty challenging, but follow the same approach for the Labels feature we implemented. Github has the languages for the repository that you should extract to provide the languages. So maybe it's something to be added to the project not the issue. As we do with Labels, you must work from the backend to create a new table and filter the languages on the UI. Let me know if you need help! I will add a bounty for this one 👌 |
Sure @alexanmtz I will work on it, yes it seems challenging but I will refer to Labels feature to do it. |
Yes @Dheeraj4103, take your time and let me know if you need anything |
Hey @alexanmtz, can you help me to |
Hey @Dheeraj4103, thanks for reaching out. It would be best to use the label just as a reference, but it's an entirely different model called 'programming languages.' As a label, we get from Github API when fetching a task, and you need to do the same with Languages, which it's defined on the Github API. The label sometimes includes languages because it's generic, but they are different, the languages from Github return a list of the programming languages used on that repo. So, the idea is to have a dropdown to select programming languages from this programing language, and for the label you don't have to do anything, just inspiration of how to do it :) It's an end-to-end task where you need to create the language model, migrations, and consume it when fetching a task from Github and getting the languages from the repository using the API (I guess for labels we get labels from the issue, so it is a little bit different logic). Then, when exploring tasks in our issues list, they will list in a dropdown and filter those languages. Let me know if you need any extra clarifications. |
Description
Why
I like to know what projects use React stack, so i propose its be possible add tags or language to set additional info.
Maybe can auto-import from the git code language or topics
examples:
Level
Medium
Current behavior
I need open project one by one to know if its in React
Expected behavior
Easy way to know what language and main stacks the project use
Nice to have: filter by tag/language/etc
Useful links
https://github.com/topics
How to reproduce the user scenario
What you will need to complete this issue
Backend + Frontend
The text was updated successfully, but these errors were encountered: