|
6 | 6 | > the tracking plan for the specific Compass version you can use the following
|
7 | 7 | > URL: `https://github.com/mongodb-js/compass/blob/<compass version>/docs/tracking-plan.md`
|
8 | 8 |
|
9 |
| -Generated on Thu, Jul 3, 2025 |
| 9 | +Generated on Fri, Jul 4, 2025 |
10 | 10 |
|
11 | 11 | ## Table of Contents
|
12 | 12 |
|
@@ -73,6 +73,10 @@ Generated on Thu, Jul 3, 2025
|
73 | 73 | - [Connection Removed](#event--ConnectionRemovedEvent)
|
74 | 74 | - [New Connection](#event--NewConnectionEvent)
|
75 | 75 |
|
| 76 | +### Data Modeling |
| 77 | + |
| 78 | +- [Data Modeling Diagram Exported](#event--DataModelingDiagramExported) |
| 79 | + |
76 | 80 | ### Database / Collection List
|
77 | 81 |
|
78 | 82 | - [Collection Created](#event--CollectionCreatedEvent)
|
@@ -977,6 +981,19 @@ This event is fired when user successfully connects to a new server/cluster.
|
977 | 981 | - **connection_id** (optional): `string | undefined`
|
978 | 982 | - The id of the connection associated to this event.
|
979 | 983 |
|
| 984 | +## Data Modeling |
| 985 | + |
| 986 | +<a name="event--DataModelingDiagramExported"></a> |
| 987 | + |
| 988 | +### Data Modeling Diagram Exported |
| 989 | + |
| 990 | +This event is fired when user exports data modeling diagram. |
| 991 | + |
| 992 | +**Properties**: |
| 993 | + |
| 994 | +- **format** (required): `"json" | "png"` |
| 995 | +- **is_compass_web** (optional): `true | undefined` |
| 996 | + |
980 | 997 | ## Database / Collection List
|
981 | 998 |
|
982 | 999 | <a name="event--CollectionCreatedEvent"></a>
|
@@ -1829,7 +1846,7 @@ This event is fired when a user activates (i.e., navigates to) a screen.
|
1829 | 1846 |
|
1830 | 1847 | **Properties**:
|
1831 | 1848 |
|
1832 |
| -- **name** (optional): `"my_queries" | "aggregations" | "documents" | "collections" | "databases" | "indexes" | "globalwrites" | "performance" | "schema" | "validation" | "confirm_new_pipeline_modal" | "create_collection_modal" | "create_database_modal" | "drop_collection_modal" | "drop_database_modal" | "create_index_modal" | "create_search_index_modal" | "create_view_modal" | "csfle_connection_modal" | "delete_pipeline_modal" | "drop_index_modal" | "export_modal" | "export_to_language_modal" | "import_modal" | "insert_document_modal" | "non_genuine_mongodb_modal" | "rename_collection_modal" | "restore_pipeline_modal" | "save_pipeline_modal" | "shell_info_modal" | "update_search_index_modal" | "end_of_life_mongodb_modal" | undefined` |
| 1849 | +- **name** (optional): `"my_queries" | "aggregations" | "documents" | "collections" | "databases" | "indexes" | "globalwrites" | "performance" | "schema" | "validation" | "confirm_new_pipeline_modal" | "create_collection_modal" | "create_database_modal" | "drop_collection_modal" | "drop_database_modal" | "create_index_modal" | "create_search_index_modal" | "create_view_modal" | "csfle_connection_modal" | "delete_pipeline_modal" | "drop_index_modal" | "export_modal" | "export_to_language_modal" | "import_modal" | "insert_document_modal" | "non_genuine_mongodb_modal" | "rename_collection_modal" | "restore_pipeline_modal" | "save_pipeline_modal" | "shell_info_modal" | "update_search_index_modal" | "end_of_life_mongodb_modal" | "export_diagram_modal" | undefined` |
1833 | 1850 | - The name of the screen that was activated.
|
1834 | 1851 | - **is_compass_web** (optional): `true | undefined`
|
1835 | 1852 | - **connection_id** (optional): `string | undefined`
|
|
0 commit comments