-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Summary
Enrich project spec exports with links to free learning resources (tutorials, documentation, courses) for each skill addressed.
Details
The export-project command generates project specs with documentation links from engine/projectbridge/recommend/resources.yaml. This could be expanded to include:
- Free course links (freeCodeCamp, Exercism, The Odin Project)
- Official tutorials and getting-started guides
- Video resources (YouTube channels, conference talks)
- Interactive playgrounds and sandboxes
How to contribute
- Edit
engine/projectbridge/recommend/resources.yaml - Add entries under the relevant skill key
- Run
make testto verify the data loads correctly
References
- Current resources data:
engine/projectbridge/recommend/resources.yaml - Project spec generation:
engine/projectbridge/recommend/export_project.py
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers