Skip to content

Conversation

@Ksound22
Copy link
Member

@Ksound22 Ksound22 commented Oct 27, 2025

Checklist:

closes freeCodeCamp/CurriculumExpansion#1028

@github-actions github-actions bot added scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. scope: i18n language translation/internationalization. Often combined with language type label labels Oct 27, 2025
@Ksound22 Ksound22 added the full stack cert This label is for the new full stack certification label Oct 27, 2025
@github-actions github-actions bot added the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label Nov 25, 2025
@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from 3b66116 to 263e286 Compare November 25, 2025 12:56
@github-actions github-actions bot removed the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label Nov 25, 2025
@Ksound22 Ksound22 marked this pull request as ready for review November 26, 2025 09:55
@Ksound22 Ksound22 requested a review from a team November 26, 2025 09:55
Copy link
Contributor

@Dario-DC Dario-DC left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure what went wrong, but the UI is messed up:
image

I only reviewed the first steps and left a few comments.

@Ksound22 Ksound22 requested a review from a team as a code owner November 27, 2025 07:44
@Ksound22 Ksound22 requested a review from Dario-DC December 1, 2025 13:53
@jdwilkin4 jdwilkin4 added frontend libraries v9 cert This is for the issues dealing with the Frontend Libraries V9 Certification. status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. and removed full stack cert This label is for the new full stack certification labels Dec 17, 2025
Copy link
Contributor

@jdwilkin4 jdwilkin4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just started reviewing this locally, but I left two comments regarding changes needed for proper workshop structure.

Copy link
Contributor

@jdwilkin4 jdwilkin4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Started reviewing the first few steps and left comments 👍🏾

@jdwilkin4 jdwilkin4 added status: waiting update Is awaiting update, after feedback or request for changes and removed status: waiting review To be applied to PR's that are ready for QA, especially when additional review is pending. labels Jan 9, 2026
@Ksound22 Ksound22 requested a review from a team as a code owner January 12, 2026 07:26
@Ksound22 Ksound22 requested a review from a team as a code owner January 12, 2026 11:11
@camperbot
Copy link
Contributor

Thanks for your pull request.

Please remove the changes made to the non-English versions of the files. No need to close this pull request; just add more commits as needed.

We require you to change only English versions of files in the codebase. Translations to corresponding files in other world languages are managed on our translation platform. Once your pull request is merged, changes will be synced automatically to other world languages.

Please visit our contributing guidelines to learn more about translating freeCodeCamp's resources.

As always, we value all of your contributions.

Happy contributing!


Note: This message was automatically generated by a bot. If you feel this message is in error or would like help resolving it, feel free to reach us in our contributor chat.

@github-actions github-actions bot added platform: api Server application that needs familiarity with Express, Fastify, MongoDB etc. scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. labels Jan 12, 2026
@github-actions github-actions bot removed platform: api Server application that needs familiarity with Express, Fastify, MongoDB etc. scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. labels Jan 12, 2026
@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from b3eed42 to 3af23a8 Compare January 12, 2026 12:01
@camperbot
Copy link
Contributor

Thanks for your pull request.

Please remove the changes made to the non-English versions of the files. No need to close this pull request; just add more commits as needed.

We require you to change only English versions of files in the codebase. Translations to corresponding files in other world languages are managed on our translation platform. Once your pull request is merged, changes will be synced automatically to other world languages.

Please visit our contributing guidelines to learn more about translating freeCodeCamp's resources.

As always, we value all of your contributions.

Happy contributing!


Note: This message was automatically generated by a bot. If you feel this message is in error or would like help resolving it, feel free to reach us in our contributor chat.

@github-actions github-actions bot added platform: api Server application that needs familiarity with Express, Fastify, MongoDB etc. scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. and removed platform: api Server application that needs familiarity with Express, Fastify, MongoDB etc. scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. labels Jan 12, 2026
@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from 225e2f6 to 3e6f9c8 Compare January 13, 2026 20:14
@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from 3e6f9c8 to 3f44232 Compare January 14, 2026 16:32
Comment on lines -5306 to -5309
"data-structures": "Data Structures",
"algorithms": "Algorithms",
"graphs-and-trees": "Graphs and Trees",
"dynamic-programming": "Dynamic Programming",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please do not remove these

Comment on lines -5316 to -5341
"module-intros": {
"data-structures": {
"note": "Coming Spring 2026",
"intro": [
"In this module, you will learn about linked lists, stacks, queues and more."
]
},
"algorithms": {
"note": "Coming Spring 2026",
"intro": [
"In this module, you will learn about common sorting and searching algorithms including bubble sort, binary search and more."
]
},
"graphs-and-trees": {
"note": "Coming Spring 2026",
"intro": [
"In this module, you will learn about graphs, trees and tries."
]
},
"dynamic-programming": {
"note": "Coming Spring 2026",
"intro": [
"In this module, you will learn how dynamic programming works."
]
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also do not remove these

Comment on lines -7724 to -7729
"lecture-introduction-to-npm": {
"title": "Introduction to npm",
"intro": [
"In these lessons, you will learn about npm, and how it can help you manage your project's dependencies."
]
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also please don't remove this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

frontend libraries v9 cert This is for the issues dealing with the Frontend Libraries V9 Certification. platform: learn UI side of the client application that needs familiarity with React, Gatsby etc. scope: curriculum Lessons, Challenges, Projects and other Curricular Content in curriculum directory. scope: i18n language translation/internationalization. Often combined with language type label status: waiting update Is awaiting update, after feedback or request for changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Shape Manager App to main with steps and tests

5 participants