Skip to content
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-42813: codecs #43

Merged
merged 8 commits into from
Aug 27, 2024
Merged

DOCSP-42813: codecs #43

merged 8 commits into from
Aug 27, 2024

Conversation

rustagir
Copy link
Collaborator

Pull Request Info

PR Reviewing Guidelines

JIRA - https://jira.mongodb.org/browse/DOCSP-42813
Staging - https://preview-mongodbrustagir.gatsbyjs.io/kotlin-sync/DOCSP-42813-codecs/data-formats/codecs/

Self-Review Checklist

  • Is this free of any warnings or errors in the RST?
  • Did you run a spell-check?
  • Did you run a grammar-check?
  • Are all the links working?
  • Are the facets and meta keywords accurate?

Copy link

netlify bot commented Aug 22, 2024

👷 Deploy request for docs-kotlin-sync pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit a27767e

Copy link
Collaborator

@stephmarie17 stephmarie17 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work ✨ left a few small comments but LGTM!

* - Parameter Type
- Description

* - ``bsonReader``
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[question] Should this be reader similar to the writer parameter in the previous table? I noticed reader is in the example and in the API doc but not specifically described in this table.

enum values to BSON booleans.

- ``colorTemperature``: Describes the color of the device light in
Kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] I think this is usually singular if capitalized, or lowercase when plural:

Suggested change
Kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``

or

Suggested change
Kelvins as an ``Int`` value. For this field, use the ``IntegerCodec``
Kelvin as an ``Int`` value. For this field, use the ``IntegerCodec``

@rustagir rustagir requested a review from rozza August 22, 2024 18:46
@rustagir rustagir requested a review from a team August 26, 2024 17:29
Copy link
Member

@rozza rozza left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rustagir rustagir merged commit 247eb68 into mongodb:master Aug 27, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants