-
Notifications
You must be signed in to change notification settings - Fork 89
DOCSP-39924: Update eligible SDKs with collections in mixed info #3293
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-39924: Update eligible SDKs with collections in mixed info #3293
Conversation
Readability for Commit Hash: 8dd3fbd You can see any previous Readability scores (if they exist) by looking Readability scores for changed documents:
For Grade Level, aim for 8 or below. For Reading Ease scores, aim for 60 or above:
For help improving readability, try Hemingway App. |
Autobuilder error is caused by an unrelated file; fix is in PR-3288 |
Note to reviewer: open to suggestions on where the new Model Unstructured Data sections might live (unsurprisingly, it's different from SDK to SDK 😉 ) |
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.
Nice work, @cbullinger! Thanks for getting this all together. Overall, it looks great! A couple things to look at:
High-level things:
- For Node.js, React Native, and Swift, I think it would make sense to move the content to the "Define and Object Model" page. We could have a bit of info + link on the Model Data landing pages, but I think we talked about how those aren't often used.
- I think you need to finish filling out the release notes section of the PR description
My in-line comments are mostly pretty minor.
source/sdk/kotlin/realm-database/schemas/define-realm-object-model.txt
Outdated
Show resolved
Hide resolved
source/sdk/kotlin/realm-database/schemas/define-realm-object-model.txt
Outdated
Show resolved
Hide resolved
source/sdk/kotlin/realm-database/schemas/define-realm-object-model.txt
Outdated
Show resolved
Hide resolved
7a5d08f
to
3283bc3
Compare
✨ Staging URL: https://preview-mongodbmongodb.gatsbyjs.io/realm/master/ 🪵 Logs |
## Pull Request Info Jira ticket: https://jira.mongodb.org/browse/DOCSP-39924 For each of the following SDK pages: - Define data model: add `Model Unstructured Data` section to define data model page - Mixed data property: update with support for holding lists & dicts, and add `Collections as Mixed` subsection **Kotlin (v2.0.0):** - [Define an Object Model - Kotlin SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/kotlin/realm-database/schemas/define-realm-object-model/#model-unstructured-data) & [Supported Data Types - Kotlin SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/kotlin/realm-database/schemas/supported-types/#realmany--mixed-) **.NET (v12.22.0):** - [Define an Object Model - .NET SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/dotnet/model-data/define-object-model/#model-unstructured-data) & [RealmValue - .NET SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/dotnet/model-data/data-types/realm-value/) **Node.js (v12.9.0):** - [Define an Object Model - Node.js SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/node/model-data/define-object-model/#model-unstructured-data) & [Mixed - Node.js SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/node/model-data/data-types/mixed/#nested-collections-of-mixed) **React Native (v12.9.0):** - [Define an Object Model - React Native SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/react-native/model-data/define-object-model/#model-unstructured-data) & [Mixed - React Native SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/react-native/model-data/data-types/mixed/#nested-collections-of-mixed) **Swift (v10.15.0):** - [Define an Object Model - Swift SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/swift/model-data/object-models/#model-unstructured-data) & [Supported Types - Swift SDK](https://preview-mongodbcbullinger.gatsbyjs.io/realm/docsp-39924-unstructured-data/sdk/react-native/model-data/data-types/mixed/) ## Release Notes **Kotlin SDK** - Realm > Model Data > Define an Object Model: Add new "Define Unstructured Data" section outlining support for *Collections as Mixed* feature. - Realm > Model Data > Supported Data Types: Update ``RealmAny`` section to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section. **.NET SDK** - Model Data > Define an Object Model: Add new "Model Unstructured Data" section outlining support for *Collections as Mixed* feature. - Model Data > Supported Data Types > RealmValue: Update page to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section. **Node.js SDK** - Model Data > Define an Object Model: Add new "Model Unstructured Data" section outlining support for *Collections as Mixed* feature. - Model Data > Supported Data Types > Mixed: Update page to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section. **React Native SDK** - Model Data > Define an Object Model: Add new "Define Unstructured Data" section outlining support for *Collections as Mixed* feature. - Model Data > Supported Data Types > Mixed: Update page to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section. **Swift SDK** - Model Data > Define an Object Model: Add new "Model Unstructured Data" section outlining support for *Collections as Mixed* feature. - Model Data > Supported Types: Update ``AnyRealmValue`` section to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section.
Pull Request Info
Jira ticket: https://jira.mongodb.org/browse/DOCSP-39924
For each of the following SDK pages:
Model Unstructured Data
section to define data model pageCollections as Mixed
subsectionKotlin (v2.0.0):
.NET (v12.22.0):
Node.js (v12.9.0):
React Native (v12.9.0):
Swift (v10.15.0):
Release Notes
Kotlin SDK
RealmAny
section to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section..NET SDK
Node.js SDK
React Native SDK
Swift SDK
AnyRealmValue
section to indicate support for holding lists and dictionaries, and add new "Mixed Collections" section.