Oliver Eyton-Williams
0bd52f8bd1
Feat: add new Markdown parser ( #39800 )
...
and change all the challenges to new `md` format.
2020-11-27 10:02:05 -08:00
Tom
0b117274d7
fix(learn): enhance exercise tracker user stories ( #39965 )
...
* fix(learn): enhance exercise tracker user stories
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: remove duplication mention of count
* fix: add more tests for user story
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/exercise-tracker.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* fix: change single quotes to double quotes
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-25 09:25:01 +00:00
Randell Dawson
b47487b8b2
fix(learn): Change Node project descriptions to all use same template ( #40266 )
...
* fix/change-node-project-descriptions-to-all-use-same-template
* fix: use correct boilerplate
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add url to link text
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add _blank for target attribute
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: add missing single quote
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* fix: remove extra lines
* fix: improved wording of description
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* fix: move sentence to previous paragraph
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
* fix: move sentence to previous paragraph
* fix: move sentence to previous paragraph
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
2020-11-20 12:02:31 -08:00
Tom
f353278905
feat: update description and user stories ( #40217 )
...
* feat: update description and user stories
* feat: add hint from boilerplate
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/file-metadata-microservice.md
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-11 12:32:10 -08:00
Tom
5aef8a70c6
Fix(learn): improve timestamp project user stories ( #39961 )
...
* fix(learn): enhance timestamp project user stories
* fix(learn): clarify user stories for timestamp project
* fix: update description area
* fix: update verbiage
* fix: broken tests + add a specific example
* fix: add code highlighting
2020-11-10 15:53:57 -08:00
Shaun Hamilton
c058af2caa
feat(learn): add url-shortener instructions ( #40162 )
...
* feat(learn): add url-shortener instructions
* capatalise post word
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
* remove sentence with external link
Co-authored-by: Nicholas Carrigan (he/him) <nhcarrigan@gmail.com >
2020-11-03 09:06:07 -06:00
Shaun Hamilton
e1bae44036
feat(learn): migrate mongodb-mongoose instructions to learn ( #39970 )
...
* feat(learn): migrate mongodb-mongoose instructions to learn
* remove extraneous quotation mark
* update with boilerplate change
* grammar changes on instructions
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-11-03 08:22:55 -06:00
Shaun Hamilton
d2e1a385e7
fix(learn): add route to timestamp api in tests ( #40144 )
2020-11-02 12:54:56 +09:00
Tom
15cf41e7e1
fix(learn): Update basic node express instructions to remove them from boilerplates ( #39953 )
...
* fix: adjust instuctions so we can remove them all from the boilerplate
* fix: adjust instuctions so we can remove them all from the boilerplate
2020-10-15 16:01:10 +01:00
Tom
3131360318
fix(learn): enhance user stories for header parser project ( #39964 )
...
* fix(learn): enhance user stories for header parser project
* Update curriculum/challenges/english/05-apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice.md
Co-authored-by: Manish Giri <manish.giri.me@gmail.com >
Co-authored-by: Manish Giri <manish.giri.me@gmail.com >
2020-10-14 18:49:02 -04:00
Abdullah
1d2ff7aef6
Add Tests to the Shortener Microservice Project ( #39311 )
...
* fix/add-tests-for-url-shortner-project
* update microservice url shortner test on checking submitted project link
* update microservice url shortner test first test wording
* update microservice url shortner test tests wording
* fix: add suggestions and clarify instructions
* fix: instructions
* fix: add Kris's second suggestion
* fix: change to use timestamp project for requests
* fix: update wording for first test
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com >
Co-authored-by: Shaun Hamilton <51722130+Sky020@users.noreply.github.com >
Co-authored-by: Kris Koishigawa <scissorsneedfoodtoo@gmail.com >
2020-10-14 12:28:44 +09:00
Randell Dawson
d90f84e968
fix(learn): Change demo urls on various backend projects ( #39688 )
...
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
2020-10-05 23:41:27 +05:30
Oliver Eyton-Williams
2b9e38a17b
fix: replace .english.md extension with .md
2020-09-29 22:09:04 +02:00
Nicholas Carrigan
f132f5157c
feat(learn): Add test for file metadata project ( #39625 )
...
* Add tests
* Switch from local file to CDN
* remove extraneous declaration
* Apply review suggestions
2020-09-23 20:21:09 -07:00
Sky020
a86b220eb7
chore: remove isRequired from curriculum files
2020-09-21 20:51:46 +05:30
Tom
ae6cf5b724
fix: update instructions to be consistent ( #39557 )
...
* fix: update instructions to be consistent
* fix: change to use code tags instead of backticks
2020-09-11 19:03:18 -04:00
Oliver Eyton-Williams
bd68b70f3d
Feat: hide blocks not challenges ( #39504 )
...
* fix: remove isHidden flag from frontmatter
* fix: add isUpcomingChange
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
* feat: hide blocks not challenges
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com >
2020-09-03 15:07:40 -07:00
Anonyma
8edca2efc5
fix(curriculum): add instructions to clarify use of model.createMany ( #38026 )
...
* Update create-many-records-with-model.create.english.md
The previous instructions were causing confusion:
https://www.freecodecamp.org/forum/t/mongodb-and-mongoose-create-many-records-with-model-create/208546
https://github.com/freeCodeCamp/freeCodeCamp/issues/36447
* Added clearer instructions
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-many-records-with-model.create.english.md
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-many-records-with-model.create.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-many-records-with-model.create.english.md
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Tom <20648924+moT01@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
2020-09-03 00:01:48 +01:00
Kristofer Koishigawa
6b3c61c737
feat: update backend project links ( #39314 )
...
* feat: update backend project links
Replace solution and remix Glitch links with equivalent Repl.it links in backend projects/challenges and intro pages.
* fix: link and Repl.it casing
* fix: update mention of glitch in testing challenge
* Apply suggestions from code review
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
2020-08-17 14:38:16 -07:00
Nakul Nambiar
01d61afd5f
Fixed Some Typos ( #39275 )
2020-07-17 09:06:24 -07:00
Vardhaman
32a443d1c9
fix(curriculum): Fixed typo APi to API ( #38998 )
...
* Fixed a typo APi => API
Co-authored-by: Vardhu2706 <avsv.vardhaman@gmail.com >
2020-06-04 09:10:49 +02:00
Kristofer Koishigawa
53db0f103e
fix: exercise tracker solution URL ( #38854 )
2020-05-28 20:57:40 +05:30
Oliver Eyton-Williams
f1c9b08cf3
fix(curriculum): add isHidden: false to challenges
...
This includes certificates (where it does nothing), but does not
include any translations.
2020-05-25 16:25:19 +05:30
Arthur
7ad220d1ac
fix: add tests for exercise tracker ( #37696 )
...
* fix: add tests for exercise tracker
2020-03-26 10:39:06 +01:00
Ezekiel Oladejo
7453131461
Apply proper formatting on Note paragraph ( #38120 )
2020-01-26 17:31:51 -06:00
Prakash Kumar
e925e854f1
Update delete-one-document-using-model.findbyidandremove.english.md ( #38041 )
2020-01-11 07:10:51 -08:00
Tom
86127a24f7
fix: add tests for header parser microservice project ( #37187 )
...
* fix: add tests for header parser microservice project
* fix: make test more robust
* fix: make text use 'should'
2020-01-08 12:31:19 -08:00
classicmatsuo
33cec6b6f2
fix: updated instructions for install-and-set-up-mongoose ( #37908 )
...
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
Co-authored-by: Kevin Matsuo <kmatsuo@ARDs-MacBook-Pro-2.local >
2019-12-13 16:23:11 +05:30
Randell Dawson
984a530905
fix(curriculum): added extra mongoose options to prevent log warnings ( #37693 )
...
* fix: added extra mongoose options to prevent log warnings
2019-12-03 13:12:27 +09:00
Jefferson Oliveira
6921c3fecc
updates text for the location of the button ( #37764 )
...
fixes the text describing the location of the logs button, due to the new design of the glitch.com website
2019-11-19 10:54:14 -06:00
Ambar Mutha
bcef08424c
add comment explaining back-end challenges don't need a solution ( #37111 )
...
* add solution to a challenge
add solution to the challenge: add-a-description-to-your-package-json
* add comment to all backend challenges
The comment expllains that these challenges don't need a solution.
2019-10-24 13:38:13 +09:00
Kris Koishigawa
74778c1af8
fix: Updated all Glitch URLs used to import/remix a GitHub repo
2019-10-08 11:04:30 -07:00
Ai-Lyn Tang
24b3bed83f
fix: add link to boilerplate Glitch file ( #36340 )
...
* Add link to boilerplate Glitch file
The boilerplate link is hard to see in the previous "introduction" page. I was using the old Glitch project link, and was confused.
When I googled for a solution, it was clear than others had also been quite confused. I believe this additional instruction will help many people.
* Direct people back to introduction page
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Remove unnecessary indentation
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* Remove spaces on empty line
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Remove spaces on empty line
Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com >
* Add empty line to fix markdown link
Markdown link needs a blank line to render correctly
* fix: add extra line to prevent linting error
* fix/remove-bullet-points
Co-authored-by: Randell Dawson <rdawson@onepathtech.com >
Co-authored-by: Tom <tmondloch01@gmail.com >
2019-08-18 20:27:54 +05:30
Randell Dawson
568f00e02a
fix(curriculum): Added forumTopicId to remaining 1200 challeng… ( #36558 )
2019-08-05 22:14:37 +05:30
Oliver Eyton-Williams
7d4dc382b4
fix(curriculum): format challenge markdown as per linting rules ( #36326 )
...
* fix: Format challenge markdown according to linting rules
* fix: Put spaces after section tags
2019-07-19 15:30:17 +05:30
Randell Dawson
c387873640
fix(curriculum): added extra line before </section> tag - Engl… ( #36278 )
2019-07-19 15:30:17 +05:30
Greg Fletcher
61588df778
fixed grammar: removed middlewares ( #36392 )
...
* fix: Improved grammar
Replaced 'middlewares' to 'middleware functions'. Middleware is an uncountable noun, just like 'software'. No such word as 'softwares'
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md
Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com >
2019-07-09 14:38:25 -04:00
Mahesh Jaganiya
72aaddfc12
Improve Regex ( #36078 )
...
* Updated assert.match() to assert.equal()
2019-06-11 10:43:08 +02:00
Mahesh Jaganiya
e877d9c7d5
Semantic versioning required ( #36074 )
...
Node build fails for "1.2"
2019-05-17 09:07:16 -07:00
Randell Dawson
4dbd496b49
fix(curriculum): Convert blockquote elements to triple backtick syntax for Apis And Microservices ( #35996 )
...
* fix: converted blockquotes
* fix: revert to blockquote
* fix: changed js to http
Co-Authored-By: Oliver Eyton-Williams <ojeytonwilliams@gmail.com >
* fix: reverted back to blockquote
* fix: reverted back to blockquote
* fix: reverted back to blockquote
2019-05-14 07:00:06 -05:00
duytrinhvn
534824e232
Fix spelling error ( #35925 )
...
* Fix spelling error
* fix: changed be conformed to conform
2019-05-08 19:54:32 -05:00
Yuran Pereira
39b597f1c2
Corrected grammatical mistake ( #35631 )
...
From: "The version numbers themselves not should be changed"
To: "The version numbers themselves should not be changed"
2019-03-19 11:24:48 -04:00
Randell Dawson
49db42ba2b
fix(curriculum) Replace <code> with <blockquote>for code sections ( #35442 )
...
* fix: reformatted code and moved instructions
* fix: replaced code with blockquotes
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/install-and-set-up-mongoose.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: made a few recommended changes of text
* fix: moved </blockquote> to new line
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: removed extra space
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/chain-search-query-helpers-to-narrow-search-results.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/mongodb-and-mongoose/create-a-model.english.md
Co-Authored-By: RandellDawson <5313213+RandellDawson@users.noreply.github.com >
* fix: added the word The before code tag section
2019-03-09 08:49:19 -06:00
Tom
dce5bceb85
fix/reformat-basic-node-express-challenges ( #35424 )
...
* fix/reformat-basic-node-express-challenges
* add semi-colon
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-json-on-a-specific-route.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-json-on-a-specific-route.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/get-query-parameter-input-from-the-client.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/get-route-parameter-input-from-the-client.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/implement-a-root-level-request-logger-middleware.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-an-html-file.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/serve-static-assets.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/start-a-working-express-server.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/start-a-working-express-server.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
* Update curriculum/challenges/english/05-apis-and-microservices/basic-node-and-express/use-body-parser-to-parse-post-requests.english.md
Co-Authored-By: moT01 <20648924+moT01@users.noreply.github.com >
2019-03-06 18:20:17 -05:00
Travis Fantina
f40c83cae6
Basic gramatical changes ( #34587 )
...
* Basic gramatical changes
Corrected a few typos to improve the wording
* commit suggested changes
Improve line 9 from "before" to "earlier"
Revert line 14
2019-03-04 00:03:49 +05:30
Tom
3d0b5c55ea
fix:reformat-npm-section ( #35422 )
2019-03-04 00:00:44 +05:30
Greg Smith
1779971cff
Fix typos in MongoDB lessons and clarify some language ( #35020 )
...
* docs: typos and change some language for clarity
* fix: typo regression
* fix: added the word is
2019-02-27 13:41:19 -06:00
Héctor Estéllez
fd1a19d956
Add indentation spaces to example code ( #35047 )
2019-02-25 18:49:42 -06:00
Josh
4fc2bdd2a1
Update use-the-tilde-character-to-always-use-the-latest-patch-version-of-a-dependency.en.md ( #34871 )
...
Grammatical change.
2019-02-15 15:15:37 -08:00
Beau Carnes
133d6e5231
fix: update .en.md to .english.md ( #35149 )
2019-02-14 23:09:19 +05:30