|
2 | 2 | Navigate Diagrams and Entities
|
3 | 3 | ==============================
|
4 | 4 |
|
| 5 | +This page describes how to navigate your project's diagrams and |
| 6 | +entities. |
| 7 | + |
| 8 | +After you :ref:`create a project<rm-create-project-live>`, Relational |
| 9 | +Migrator creates an initial diagram containing the entities and |
| 10 | +relationships in the Relational and MongoDB models. |
| 11 | + |
| 12 | +If you have a large data model, you can create additional diagrams to |
| 13 | +separate the model into smaller subsets. When you have multiple diagrams |
| 14 | +in your project, Relational Migrator lists the diagram names in tabs at |
| 15 | +the top of the workspace. |
| 16 | + |
| 17 | +.. note:: |
| 18 | + |
| 19 | + Diagram tabs appear in the order that the diagrams were created. You |
| 20 | + cannot reorder diagram tabs. |
| 21 | + |
| 22 | +Change the Active Diagram |
| 23 | +------------------------- |
| 24 | + |
| 25 | +The active diagram is the diagram currently displayed by Relational |
| 26 | +Migrator. |
| 27 | + |
| 28 | +To change the active diagram, click the tab for the diagram you want to |
| 29 | +view. |
| 30 | + |
| 31 | +Navigate Diagram Entities |
| 32 | +------------------------- |
| 33 | + |
| 34 | +Diagrams are made up of entities. An entity is either a Relational or |
| 35 | +MongoDB database object. |
| 36 | + |
| 37 | +Relational Migrator provides these modes for navigating entities in a |
| 38 | +diagram: |
| 39 | + |
| 40 | +- Pan Mode |
| 41 | +- Multi-Select Mode |
| 42 | + |
| 43 | +Pan Mode |
| 44 | +~~~~~~~~ |
| 45 | + |
| 46 | +In Pan Mode, you can click and drag the diagram to navigate to different |
| 47 | +areas. When you click a diagram entity, Relational Migrator shows |
| 48 | +mapping details for that entity in the right pane. |
| 49 | + |
| 50 | +Pan Mode is the default view mode. When you are in Pan Mode, Relational |
| 51 | +Migrator highlights the arrow icon at the top of the diagram. |
| 52 | + |
| 53 | +Multi-Select Mode |
| 54 | +~~~~~~~~~~~~~~~~~ |
| 55 | + |
| 56 | +In Multi-Select Mode, you can select multiple diagram entities by |
| 57 | +clicking and dragging the diagram to create a select box. When you |
| 58 | +select multiple entities, Relational Migrator shows the selected |
| 59 | +entities in the right pane. When multiple entities are selected, you |
| 60 | +cannot see any mapping details. |
| 61 | + |
| 62 | +To enter Multi-Select Mode, press and hold :guilabel:`Shift`. When you are in |
| 63 | +Multi-Select Mode, Relational Migrator highlights the box icon at the |
| 64 | +top of the diagram. When you release the shift key, Relational Migrator |
| 65 | +returns to Pan Mode. |
| 66 | + |
| 67 | +Learn More |
| 68 | +---------- |
| 69 | + |
| 70 | +:ref:`rm-apply-layout` |
| 71 | + |
5 | 72 | .. toctree::
|
6 | 73 | :hidden:
|
7 | 74 | :titlesonly:
|
8 | 75 |
|
9 |
| - /diagrams/navigate-diagrams/apply-layout |
10 |
| - /diagrams/navigate-diagrams/working-with-entities/working-with-entities |
| 76 | + /diagrams/navigate-diagrams/apply-layout |
0 commit comments