mongodb / docs-realm

Realm Database SDK documentation
https://www.mongodb.com/docs/realm/
46 stars 88 forks source link

Updates Dart tests to use new notification API #3354

Closed MongoCaleb closed 3 months ago

MongoCaleb commented 3 months ago

Pull Request Info - SDK Docs Consolidation

Jira ticket: hhttps://jira.mongodb.org/browse/DOCSP-40843

Staging Links

  • sdk/flutter/sync/manage-sync-session
  • sdk/flutter/sync/open-synced-realm
  • Release Notes

    netlify[bot] commented 3 months ago

    Deploy Preview for device-sdk ready!

    Name Link
    Latest commit a2936a06b4f6fafcb1babfc3c02a90d4452309b6
    Latest deploy log https://app.netlify.com/sites/device-sdk/deploys/66b656ee350ef700082ef04c
    Deploy Preview https://deploy-preview-3354--device-sdk.netlify.app
    Preview on mobile
    Toggle QR Code...

    QR Code

    Use your smartphone camera to open QR code link.

    To edit notification comments on pull requests, go to your Netlify site configuration.

    MongoCaleb commented 3 months ago

    Note: we are keeping information about both getProgressStream and onProgressCallback because the latter is really a fix to make things simplier for the user, but is, behind the scenes, just a wrapper over the former. As per Kasper Nielsen:

    getProgressStream is the most important I think. It can be used throughout the apps lifetime, and can be customized with both direction and mode. In a sense onProgressCallback exists due to arguably bad design choice of combining setup and open of a realm file in one operation, preventing the user from calling getProgressStream before the realm is opened. But, alas history is history.. and as such it is also important.

    github-actions[bot] commented 3 months ago

    Readability for Commit Hash: a2936a06b4f6fafcb1babfc3c02a90d4452309b6

    You can see any previous Readability scores (if they exist) by looking at the comment's history.

    Readability scores for changed documents:

    For Grade Level, aim for 8 or below.

    For Reading Ease scores, aim for 60 or above:

    Score Difficulty
    90-100 Very Easy
    80-89 Easy
    70-79 Fairly Easy
    60-69 Medium
    50-59 Fairly Hard
    30-49 Hard
    0-29 Very Hard

    For help improving readability, try Hemingway App.

    MongoCaleb commented 3 months ago

    @krollins-mdb added notes.

    docs-builder-bot commented 3 months ago

    ✨ Staging URL: https://preview-mongodbmongodb.gatsbyjs.io/realm/master/

    🪵 Logs