-
Notifications
You must be signed in to change notification settings - Fork 7
DOCSP-46984: Upcoming features #19
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-46984: Upcoming features #19
Conversation
✅ Deploy Preview for docs-django ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
source/limitations.txt
Outdated
- Performing Vector Search, Atlas Search, and geospatial queries | ||
- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption | ||
- Running database transactions | ||
- Using specialized aggregation operators |
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.
We can remove this for now.
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 specialized aggregation operators"
source/limitations-upcoming.txt
Outdated
- Using GridFS to store large files | ||
- Opening change streams to monitor your data | ||
- Storing Django's cached data in the database | ||
- Specifying schema validation | ||
- Using specialized aggregation operators |
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 specialized aggregation operators" - Let's remove this for now.
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.
Few comments! Everything else looks great
source/limitations-upcoming.txt
Outdated
the upcoming GA release: | ||
|
||
- Creating Vector Search, Atlas Search, and geospatial indexes | ||
- Performing Vector Search, Atlas Search, and geospatial queries |
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.
This could be misleading. We should either remove it or change the language to say "improved" or "through the Django API"
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.
Performing Vector Search, Atlas Search, and geospatial queries directly through the Django API
source/limitations-upcoming.txt
Outdated
We plan to support the following model features in | ||
future post-GA releases: | ||
|
||
- Interacting with ``JSONField`` values without the limitations on ``Q`` object queries and |
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.
Let's remove this. We have not promised this.
source/limitations-upcoming.txt
Outdated
- ``dumpdata`` | ||
- ``loaddata`` | ||
|
||
We plan to support the following commands in |
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.
We can remove these two. We may not commit to adding 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.
LGTM, once the suggested changes from me and Jib are incorporated.
source/limitations.txt
Outdated
~~~~~~~~~~~~~~ | ||
|
||
We plan to support the following model features in | ||
upcoming releases: |
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.
Can we remove all upcoming with "GA"/ Post-GA release? Upcoming may sound like the next release. We will have many smaller releases leading up to the final GA release.
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.
left a comment around wording for upcoming release
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.
a few things, and I can also wait to re-review until you resolve the tech feedback so there arent any redundant issues
source/limitations-upcoming.txt
Outdated
In this section, you can learn about the following | ||
types of {+framework+} and MongoDB features that | ||
General Availability (GA) and post-GA {+django-odm+} releases | ||
will likely introduce: |
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.
Q: is there a better way to phrase this to be more authoritative? What's the limitation to just saying these features will be supported?
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.
None of these features are guaranteed, so I was asked to use non-authoritative language
source/limitations-upcoming.txt
Outdated
- Creating Vector Search, Atlas Search, and geospatial indexes | ||
- Performing Vector Search, Atlas Search, and geospatial queries |
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.
- Creating Vector Search, Atlas Search, and geospatial indexes | |
- Performing Vector Search, Atlas Search, and geospatial queries | |
- Programmatic management of Vector Search, Atlas Search, and geospatial indexes | |
- Vector Search, Atlas Search, and geospatial queries |
source/limitations-upcoming.txt
Outdated
|
||
- Creating Vector Search, Atlas Search, and geospatial indexes | ||
- Performing Vector Search, Atlas Search, and geospatial queries | ||
- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption |
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.
- Encrypting data by using Queryable Encryption and Client-side Field Level Encryption | |
- Queryable Encryption and Client-side Field Level Encryption |
source/limitations-upcoming.txt
Outdated
- Running database transactions | ||
- Storing Django's cached data in the database |
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.
- Running database transactions | |
- Storing Django's cached data in the database | |
- Database transactions | |
- Storage of {+framework+}'s cached data in the database |
source/limitations-upcoming.txt
Outdated
We plan to support the following MongoDB features in | ||
future post-GA releases: | ||
|
||
- Using GridFS to store large files |
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: modify list to be nouns as you call them features instead of actions
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.
looks good!
source/limitations-upcoming.txt
Outdated
We plan to support the following model features in | ||
future post-GA releases: | ||
|
||
- Custom ``Field`` class for the ``BSONRegExp`` data type |
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: consider converting list of 1 into a sentence
* DOCSP-46984: Upcoming features * landing page * edits * shorten * edit intro * edits * fix links * typo * cache * ga and post ga * wording * feedback * wording * verb tense * RR feedback 2 (cherry picked from commit 89d3145)
* DOCSP-46984: Upcoming features * landing page * edits * shorten * edit intro * edits * fix links * typo * cache * ga and post ga * wording * feedback * wording * verb tense * RR feedback 2 (cherry picked from commit 89d3145)
Pull Request Info
PR Reviewing Guidelines
JIRA - https://jira.mongodb.org/browse/DOCSP-46984
Staging Links
Self-Review Checklist