-
Notifications
You must be signed in to change notification settings - Fork 13
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
Make fetching of resources dynamic with GitHub API #17
Comments
can I work on this? @Bhupesh-V |
Sure, go ahead, this is going to be a big change, so if you need help, feel free to reach out here or maybe create draft PRs to ask any questions |
So for example if we click on Python then all the resources are shown up . |
@AmanSal1 the resources are in developersIndia/resources. So the idea here is fetching the resources from that repository using the GitHub APIs @Bhupesh-V mentioned on the issue description. |
Hi @Bhupesh-V , I would like to contribute as well. |
@Animesh-Ghosh oh got it ! now basically you want the resource to get fetched automatically from the git hub repository of resources when ever there is an updated of new resources in that repository . |
sure, I haven't started yet but about to start. |
@Bhupesh-V i have a doubt do you want your API path to get automatically updated whenever there is a new change in the resources repository( resourcer.py ) or you just want the categories to get updated automatically in the (main.py) ? |
The categories should dynamically update. This involves finding file paths that end with |
@AmanSal1 could you possibly open a draft PR with whatever implementation you have, it will be better since we will be on the same page, and any feedback/discussions can be done on that PR. |
Feature details?
Currently, we manually have to update this map to introduce any new categories
This can be automated by calling the GitHub API to find directories that contain the
index.json
file.The work will involve automatically calling the correct endpoints to dynamically generate resource categories.
Code of Conduct
The text was updated successfully, but these errors were encountered: