Skip to content

feat(curriculum): adding shape manager TS workshop#63083

Open
Ksound22 wants to merge 30 commits intofreeCodeCamp:mainfrom
Ksound22:feat/add-shape-manager-ts-workshop
Open

feat(curriculum): adding shape manager TS workshop#63083
Ksound22 wants to merge 30 commits intofreeCodeCamp:mainfrom
Ksound22:feat/add-shape-manager-ts-workshop

Conversation

@Ksound22
Copy link
Copy Markdown
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
@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
Copy Markdown
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 labels Dec 17, 2025
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from c643d29 to f476f15 Compare March 9, 2026 12:35
Ksound22 and others added 2 commits March 10, 2026 09:06
Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
@Ksound22 Ksound22 requested a review from a team as a code owner March 10, 2026 10:14
@camperbot
Copy link
Copy Markdown
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 the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label Mar 10, 2026
@camperbot
Copy link
Copy Markdown
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.

@Ksound22 Ksound22 force-pushed the feat/add-shape-manager-ts-workshop branch from 0b085a5 to cda2d4e Compare March 10, 2026 11:31
@github-actions github-actions bot removed the scope: tools/scripts Scripts for supporting dev work, generating config and build artifacts, etc. label Mar 10, 2026
Co-authored-by: Kolade Chris <65571316+Ksound22@users.noreply.github.com>
Copy link
Copy Markdown
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.

Hey @Ksound22 I forgot to tell you we made a few changes to the helpers' API. This is why tests are failing.

Ksound22 and others added 2 commits March 25, 2026 20:32
Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
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

7 participants