-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docsp-27681 - move example classes #150
docsp-27681 - move example classes #150
Conversation
source/usage-examples.txt
Outdated
The usage examples in this section use the following ``Restaurant``, ``Address``, and | ||
``GradeEntry`` classes as models: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: in this introduction, mention the db/collection as well, to provide some context. Perhaps something like:
The usage examples in this section use the following ``Restaurant``, ``Address``, and | |
``GradeEntry`` classes as models: | |
The usage examples in this section demonstrate how to perform operatons on documents in the | |
``restaurants`` collection. The examples use the following ``Restaurant``, ``Address``, and | |
``GradeEntry`` classes to model the data in this collection: |
Or, you can add this information to the first sentence earlier in this file that says "These examples use the
sample datasets provided by Atlas." because this suggests that the examples use more than one collection, but its seems like they all use the restaurants
collection.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the first option still suggests that the restaurants
collection is part of the Atlas sample datasets, so I went with that
source/usage-examples/deleteMany.txt
Outdated
Example | ||
------- |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good thought
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approving but make sure to fix the missing heading in updatemany.txt
(cherry picked from commit 9ec1bae)
(cherry picked from commit 9ec1bae)
(cherry picked from commit 9ec1bae)
(cherry picked from commit 9ec1bae)
(cherry picked from commit 9ec1bae)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-27681
Staging - https://preview-mongodbmongokart.gatsbyjs.io/csharp/docsp-27681-move-sample-classes/usage-examples/
Self-Review Checklist