fix(curriculum): Added forumTopicId to remaining 1200 challeng… (#36558)

This commit is contained in:
Randell Dawson
2019-08-05 09:17:33 -07:00
committed by mrugesh
parent 16551d2ad6
commit 568f00e02a
1200 changed files with 1200 additions and 0 deletions

View File

@ -2,6 +2,7 @@
id: 587d7fb9367417b2b2512c12
title: Chain Search Query Helpers to Narrow Search Results
challengeType: 2
forumTopicId: 301533
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb6367417b2b2512c07
title: Create a Model
challengeType: 2
forumTopicId: 301535
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb6367417b2b2512c09
title: Create and Save a Record of a Model
challengeType: 2
forumTopicId: 301536
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb7367417b2b2512c0a
title: Create Many Records with model.create()
challengeType: 2
forumTopicId: 301537
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb8367417b2b2512c11
title: Delete Many Documents with model.remove()
challengeType: 2
forumTopicId: 301538
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb8367417b2b2512c10
title: Delete One Document Using model.findByIdAndRemove
challengeType: 2
forumTopicId: 301539
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb6367417b2b2512c06
title: Install and Set Up Mongoose
challengeType: 2
forumTopicId: 301540
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb8367417b2b2512c0e
title: 'Perform Classic Updates by Running Find, Edit, then Save'
challengeType: 2
forumTopicId: 301541
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb8367417b2b2512c0f
title: Perform New Updates on a Document Using model.findOneAndUpdate()
challengeType: 2
forumTopicId: 301542
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb7367417b2b2512c0b
title: Use model.find() to Search Your Database
challengeType: 2
forumTopicId: 301543
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb7367417b2b2512c0d
title: Use model.findById() to Search Your Database By _id
challengeType: 2
forumTopicId: 301544
---
## Description

View File

@ -2,6 +2,7 @@
id: 587d7fb7367417b2b2512c0c
title: Use model.findOne() to Return a Single Matching Document from Your Database
challengeType: 2
forumTopicId: 301545
---
## Description