Skip to content

Commit 46b1247

Browse files
DOCSP-27357 updated screenshots and procedures (#454)
* DOCSP-27357 updated screenshots and procedures * DOCSP-27357 internal feedback * DOCSP-27357 fix views image size * DOCSP-27357 resolve conflicts
1 parent 4965bc2 commit 46b1247

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+16
-56
lines changed

source/collections.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ collection details, either:
8888

8989
- Open the collection in a :ref:`new tab <tabbed-view>`.
9090

91-
.. figure:: /images/compass/select-collection.png
92-
:figwidth: 650px
93-
:alt: Select a collection
94-
9591
After you select a collection, |compass-short| shows you that
9692
collection's :doc:`Documents tab </documents>`. |compass-short| provides
9793
the following collection information and functionality in the detailed

source/collections/time-series-collection.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,7 @@ Procedure
9191

9292
.. step:: Click :guilabel:`Create Collection` to create the collection.
9393

94-
Your collection will be marked by a :guilabel:`time series` badge. On the
95-
left-hand navigation bar your time series collection will have the
96-
following icon:
97-
98-
.. figure:: /images/compass/time-series-badge.png
99-
:figwidth: 450 px
100-
:alt: Time Series Icon
94+
Your collection will be marked by a :guilabel:`time series` badge.
10195

10296
Restrictions and Limitations
10397
----------------------------

source/documents.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ From the :guilabel:`Documents` tab, you can
1818
:ref:`delete <compass-delete-documents>` documents in your selected
1919
collection or view.
2020

21-
.. figure:: /images/compass/documents-view.png
22-
:figwidth: 680px
23-
:alt: Documents View
24-
2521
.. note::
2622

2723
.. include:: /includes/extracts/query-bar-results.rst

source/documents/clone.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ the new document. To learn more about inserting documents, see
6060
:ref:`insert-documents`.
6161

6262
.. figure:: /images/compass/clone-doc2.png
63-
:figwidth: 720px
63+
:figwidth: 696px
6464
:alt: Clone view

source/documents/modify.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Procedure
2525
Select the appropriate tab based on whether you are viewing your
2626
documents in List, JSON, or Table view:
2727

28-
.. figure:: /images/compass/document-view-selection.png
28+
.. figure:: /images/compass/documents-view-select.png
2929
:figwidth: 620px
3030
:alt: Document View Selection
3131

@@ -54,8 +54,8 @@ documents in List, JSON, or Table view:
5454
Delete Fields
5555
~~~~~~~~~~~~~
5656

57-
To delete a field from a document, click the ``x`` icon to the
58-
left of the field:
57+
To delete a field from a document, click the :icon-fa5:`trash-alt` icon to
58+
the left of the field:
5959

6060
.. figure:: /images/compass/edit-doc3.png
6161
:figwidth: 740px
@@ -83,8 +83,8 @@ documents in List, JSON, or Table view:
8383
~~~~~~~~~~~~~~~~~~~~~~~~
8484

8585
To modify documents, click on existing field names or
86-
values and make changes. In this example, the flight status was
87-
changed from ``L`` to ``M``. Changed fields appear highlighted in
86+
values and make changes. In this example, the airline was
87+
changed from ``4`` to ``2``. Changed fields appear highlighted in
8888
yellow:
8989

9090
.. figure:: /images/compass/update-field.png

source/documents/view.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@ Table View
3535
Use the :guilabel:`View` buttons to select which view you would like
3636
to use:
3737

38-
.. figure:: /images/compass/documents-view-select.png
39-
:figwidth: 700px
40-
:alt: View Selection Highlight
41-
42-
4338
|
4439

4540
.. tabs::
@@ -119,9 +114,9 @@ Expand Embedded Objects and Arrays
119114
:alt: View nested elements in Table view
120115

121116
The following example displays the ``delays``
122-
object nested within the ``flightStats`` collection documents. The
123-
new tab displays the two properties of the ``delay`` object:
124-
``arrivalRunwayDelayMinutes`` and ``departureRunwayDelayMinutes``.
117+
object nested within the ``airlines`` collection documents. The
118+
new tab displays the two properties of the ``delays`` object:
119+
``international`` and ``domestic``.
125120

126121
.. figure:: /images/compass/doc-table-view-nested.png
127122
:figwidth: 696px

source/export-query-to-language.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,14 @@ Procedure
2323
#. Click the :guilabel:`Export to Language` button ``</>``:
2424

2525
.. figure:: /images/querybar/export-query-to-language-menu-option.png
26-
:figwidth: 600px
27-
:lightbox:
26+
:figwidth: 696px
2827
:alt: Query bar export dropdown menu
2928

3029
#. In the :guilabel:`Export Query To:` dropdown, select your desired
3130
language:
3231

3332
.. figure:: /images/querybar/export-query-to-language-select.png
3433
:figwidth: 600px
35-
:lightbox:
3634
:alt: Query bar language select
3735

3836
The :guilabel:`My Query` pane on the left displays your query in
@@ -58,7 +56,6 @@ Procedure
5856

5957
.. figure:: /images/querybar/export-query-python-driver-syntax-copied.png
6058
:figwidth: 600px
61-
:lightbox:
6259
:alt: Copy button clicked in Export Query to Language modal
6360

6461
#. Click :guilabel:`Close` to return to the

source/images/compass/clone-doc.png

68.8 KB

source/images/compass/clone-doc2.png

3.47 KB
32.3 KB
24.7 KB
1.46 KB

source/images/compass/db-caret.png

-1.18 KB
-17.4 KB
1.86 KB

source/images/compass/delete-doc.png

59.7 KB

source/images/compass/delete-doc2.png

70.6 KB
-14.2 KB
-28.1 KB
288 KB
14.3 KB
4.25 KB
1.65 KB
-15.8 KB

source/images/compass/edit-doc.png

73.9 KB

source/images/compass/edit-doc2.png

95.2 KB

source/images/compass/edit-doc3.png

89.2 KB

source/images/compass/edit-doc4.png

92.7 KB
53.2 KB
29.2 KB
35.3 KB
69.6 KB
41.4 KB
25.7 KB
29.1 KB
-15.5 KB

source/images/compass/json-view.png

29 KB
-16 KB
28.3 KB
18.9 KB

source/images/compass/query-plan3.png

-170 KB
-15.2 KB
24.3 KB
137 KB
-170 KB
-192 KB
-115 KB
8.41 KB
80.8 KB

source/images/compass/view-icon.png

-16.5 KB

source/images/compass/view-list.png

4.52 KB

source/includes/fact-viewing-favorite-queries.rst

Lines changed: 2 additions & 6 deletions

source/includes/steps-open-new-tab.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@ title: Click the caret icon next to the database which contains the
22
collection you wish to view.
33
level: 4
44
ref: click-caret
5-
content: |
6-
.. figure:: /images/compass/db-caret.png
7-
:scale: 50%
8-
:alt: Image highlighting database caret button
95
---
106
title: "Hover over the desired collection."
117
level: 4

source/query-plan.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To view the execution plan for a query filter, click on the collection
1919
on the left hand pane, then click :guilabel:`Explain Plan`.
2020

2121
.. figure:: /images/compass/query-plan.png
22-
:figwidth: 815px
22+
:figwidth: 696px
2323
:alt: Query plan
2424

2525
Visual Tree
@@ -30,7 +30,7 @@ pipeline appears as a node on the tree. This makes sharded cluster
3030
outputs easier to understand and visualize.
3131

3232
.. figure:: /images/compass/explain-tree.png
33-
:figwidth: 500px
33+
:figwidth: 400px
3434
:alt: Explain tree
3535

3636
Raw JSON

source/views.txt

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ with a special icon, and indicates the collection from which the view
3333
was created.
3434

3535
.. figure:: /images/compass/view-list.png
36-
:figwidth: 720px
36+
:figwidth: 696px
3737
:alt: View list
3838

3939
View Information
@@ -152,13 +152,3 @@ To drop a view from the database:
152152
#. In the modal, enter the name of the view.
153153

154154
#. Click :guilabel:`Drop Collection`.
155-
156-
157-
158-
159-
|compass-short| explicitly marks views in the left navigation with
160-
a unique icon:
161-
162-
.. figure:: /images/compass/view-icon.png
163-
:scale: 50%
164-
:alt: View icon

0 commit comments

Comments
 (0)