-
Notifications
You must be signed in to change notification settings - Fork 4
BAAS-34011: add boilerplate snippets #51
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
Conversation
|
||
|
||
// Find the name of the MongoDB service you want to use (see "Linked Data Sources" tab) | ||
var serviceName = "mongodb-atlas"; |
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.
using hardcoded service, db and Coll names here to match the other snippets in this repo
add missing bracket
@Gabri3l just a reminder that baas is responsible for these |
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.
Looking good other than a few minor details 🚀
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.
Pending the one correction
Co-authored-by: Gabriele Cimato <[email protected]>
BAAS-34011
This follows the examples from https://jira.mongodb.org/browse/DOCSP-42450. The used hardcoded service, db and Coll names for the placeholders to be consistent with the other snippet examples.
BAAS will own the category
Boilerplate Template by Function Type
and be responsible for these category of snippets