Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions source/documents/view.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ to use:
.. tab:: List View
Copy link
Collaborator

Choose a reason for hiding this comment

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

(suggestion)
It took me a minute to understand that the contents of the page changed for the rest of the page depending on what tab you select here. It might be worth mentioning.
Happy to chat if you want!

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I changed the wording to make it more clear that the selected view is shown in all examples

:tabid: list-view

.. figure:: /images/compass/documents-view.png
.. figure:: /images/compass/documents-list.png
:figwidth: 700px
:alt: Documents list view

Expand All @@ -53,7 +53,7 @@ to use:

JSON View is available starting in Compass 1.20.

.. figure:: /images/compass/json-view.png
.. figure:: /images/compass/documents-json.png
:figwidth: 700px
:alt: Documents in JSON view

Expand All @@ -64,7 +64,7 @@ to use:
column headings. Reordering the columns is a strictly cosmetic
change and does not change the underlying data itself.

.. figure:: /images/compass/doc-table-view.png
.. figure:: /images/compass/documents-table.png
:figwidth: 696px
:alt: Documents in Table view

Expand Down Expand Up @@ -113,10 +113,9 @@ Expand Embedded Objects and Arrays
:figwidth: 696px
:alt: View nested elements in Table view

The following example displays the ``delays``
object nested within the ``airlines`` collection documents. The
new tab displays the two properties of the ``delays`` object:
``international`` and ``domestic``.
The following example displays the ``address``
object nested within the ``restaurants`` collection documents. The
new tab displays the five properties of the ``address`` object:

.. figure:: /images/compass/doc-table-view-nested.png
Copy link
Collaborator

Choose a reason for hiding this comment

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

(suggestion -- existing content)
The encrypted fields image in the List View is sized differently from every other image on this page. It might be worth adjusting, while you're here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I made the image smaller so that it aligns better with the rest of the images but is still large enough to show the encrypted field

:figwidth: 696px
Expand Down
Binary file modified source/images/compass/copy-doc-json-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/copy-doc-list-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/copy-doc-table-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/doc-table-view-nested.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/compass/doc-table-view.png
Binary file not shown.
32 changes: 32 additions & 0 deletions source/images/compass/documents-json.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 33 additions & 0 deletions source/images/compass/documents-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions source/images/compass/documents-table.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/compass/documents-view.png
Binary file not shown.
Binary file modified source/images/compass/expand-doc-json-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/expand-doc-list-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/compass/json-view.png
Binary file not shown.
Binary file modified source/images/compass/table-view-expand-nested-elem.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading