Added project resources and learning materials section#414
Open
Suhani-ai-dev wants to merge 2 commits into
Open
Added project resources and learning materials section#414Suhani-ai-dev wants to merge 2 commits into
Suhani-ai-dev wants to merge 2 commits into
Conversation
|
@Suhani-ai-dev is attempting to deploy a commit to the komalsony234-1530's projects Team on Vercel. A member of the Team first needs to authorize it. |
Author
|
Hello @komalharshita , I am a GSSoC’26 contributor. I have completed the required changes. Kindly review my pull request when you get time. I would really appreciate your feedback. Thank you! |
Author
|
Hii @komalharshita , |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary [required]
Added a new “Project Resources & Learning Materials” section for projects in DevPath.
Updated the
projects.jsondataset structure to support resource links in a cleaner format and displayed them properly in the project details UI.Related Issue [required]
Closes #322
Type of Change [required]
Bug fix — resolves a broken behaviour
Feature — adds new functionality
Data — adds new projects to
data/projects.jsonDocumentation — updates docs, README, or code comments only
Style — CSS or visual changes only, no logic change
Refactor — restructures code without changing behaviour
Test — adds or updates tests
What Was Changed [required]
File | Change made -- | -- data/projects.json | Updated resources field structure with resource name and URL templates/project.html | Added Project Resources & Learning Materials UI section static/style.css | Added styling for resources cards and learning material sectionSelf-Review Checklist [required]
I have read CONTRIBUTING.md and followed all guidelines
My branch name follows the convention:
feat/,fix/,docs/,data/,style/,test/I have run
python tests/test_basic.pyand all 27 tests passI have run
flake8 .locally and there are no errorsI have not introduced any
print()orconsole.log()debug statementsEvery new function I wrote has a docstring
I have not modified files outside the scope of the linked issue
If I changed the UI, I tested it at 375px (mobile) and 1280px (desktop)
If I added a project to the dataset, it has all required JSON fields
Notes for Reviewer
Added a clean and responsive resources section for project pages while keeping the existing project recommendation flow unchanged.