Skip to content

Add learning resource links to project specs #4

@akuligowski9

Description

@akuligowski9

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

  1. Edit engine/projectbridge/recommend/resources.yaml
  2. Add entries under the relevant skill key
  3. Run make test to verify the data loads correctly

References

  • Current resources data: engine/projectbridge/recommend/resources.yaml
  • Project spec generation: engine/projectbridge/recommend/export_project.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions