freeCodeCamp/tools/challenge-parser/parser/plugins
Sem Bauke df53c7778c
feat: integrate The Odin Project (#48617)
* feat: integrate the odin project

* feat: add assignment to markdown parser

* feat: add assignment logic

* fix: doe not always show assignment block

* fix: some other stuff

* fix: introdiction to html and css questions

* fix: remove assignments after first question

* fix: update snapshots and tests

* feat: create rest of HTML foundation course structure

* feat: meta file

* feat: add descriptions to 'html boiler plate' questions

* feat: add description for 'working with text and list items'

* fix: multiple logic issues

* fix: make linter happy

* feat: add description for 'links and images' questions

* fix: add assignments to Joi schema

* fix: tests

* fix: schema

* fix: add help category

* fix: change to possessive wording

* fix: set upcoming change to true in meta file

* fix: spell unordered and ordered correctly

* fix: switch order in meta

* fix: spell boilerplate correctly

* feat: add final project

* chore: add more tests to the final project

* fix: question spelling

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* Apply suggestions from code review

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>

* fix: translation

* Update client/i18n/locales/english/translations.json

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* fix: create new challenge type

* fix: get the new challenge type working and remove ol css

* fix: translation location

* fix: add challenge type to epic

* fix: set correct video

* fix: max challengeType number

* fix: spelling/grammar errors in project

* fix: check if anchor tags is empty

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* Update tools/challenge-parser/parser/plugins/add-video-question.js

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* chore: multiple suggestions

* chore: separate assignments into different plugin

* Apply suggestions from code review

Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>

* fix: dubble answer header after review

* fix: issue with Gatsby hopefully

* fix: add assignments to Gatsby's Challenge schema

* Update curriculum/schema/challengeSchema.js

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com>
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com>
2023-01-19 14:55:26 +02:00
..
__snapshots__ fix: index.css/js to styles/script (#44356) 2021-12-03 12:32:29 -08:00
utils fix: index.css/js to styles/script (#44356) 2021-12-03 12:32:29 -08:00
add-assignment.js feat: integrate The Odin Project (#48617) 2023-01-19 14:55:26 +02:00
add-frontmatter.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
add-frontmatter.test.js chore: add jest global variables (#42573) 2021-06-20 09:14:42 +02:00
add-ids.js chore: remove old parser 2021-02-02 09:51:02 +05:30
add-seed.js fix: index.css/js to styles/script (#44356) 2021-12-03 12:32:29 -08:00
add-seed.test.js fix: index.css/js to styles/script (#44356) 2021-12-03 12:32:29 -08:00
add-solution.js test: enable tests for steps (#44550) 2021-12-22 12:18:06 -08:00
add-solution.test.js fix: index.css/js to styles/script (#44356) 2021-12-03 12:32:29 -08:00
add-tests.js chore: remove old parser 2021-02-02 09:51:02 +05:30
add-tests.test.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
add-text.js chore: remove old parser 2021-02-02 09:51:02 +05:30
add-text.test.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
add-video-question.js feat: integrate The Odin Project (#48617) 2023-01-19 14:55:26 +02:00
add-video-question.test.js chore: add jest global variables (#42573) 2021-06-20 09:14:42 +02:00
replace-imports.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
replace-imports.test.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
restore-directives.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
restore-directives.test.js fix: order imports and remove circular dependencies (#41824) 2021-08-02 08:39:40 -05:00
table-and-strikethrough.js fix: only use parts of gfm parser 2021-12-02 19:57:47 +05:30