Skip to content

Commit 84beae9

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 51836ea commit 84beae9

File tree

1 file changed

+80
-6
lines changed

1 file changed

+80
-6
lines changed

docs/tracking-plan.md

Lines changed: 80 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,14 @@ Generated on Fri, Sep 19, 2025
8484

8585
### Data Modeling
8686

87+
- [Data Modeling Collection Added](#event--DataModelingDiagramCollectionAdded)
88+
- [Data Modeling Collection Removed](#event--DataModelingDiagramCollectionRemoved)
89+
- [Data Modeling Collection Renamed](#event--DataModelingDiagramCollectionRenamed)
8790
- [Data Modeling Diagram Created](#event--DataModelingDiagramCreated)
8891
- [Data Modeling Diagram Exported](#event--DataModelingDiagramExported)
92+
- [Data Modeling Field Removed](#event--DataModelingDiagramFieldRemoved)
93+
- [Data Modeling Field Renamed](#event--DataModelingDiagramFieldRenamed)
94+
- [Data Modeling Field Type Changed](#event--DataModelingDiagramFieldTypeChanged)
8995
- [Data Modeling Diagram Imported](#event--DataModelingDiagramImported)
9096
- [Data Modeling Relationship Added](#event--DataModelingDiagramRelationshipAdded)
9197
- [Data Modeling Relationship Form Opened](#event--DataModelingDiagramRelationshipEdited)
@@ -1043,6 +1049,39 @@ This event is fired when a context menu item is clicked.
10431049

10441050
## Data Modeling
10451051

1052+
<a name="event--DataModelingDiagramCollectionAdded"></a>
1053+
1054+
### Data Modeling Collection Added
1055+
1056+
This event is fired when user adds a collection in a data modeling diagram.
1057+
1058+
**Properties**:
1059+
1060+
- **source** (required): `"toolbar"`
1061+
- **is_compass_web** (optional): `true | undefined`
1062+
1063+
<a name="event--DataModelingDiagramCollectionRemoved"></a>
1064+
1065+
### Data Modeling Collection Removed
1066+
1067+
This event is fired when user removes a collection in a data modeling diagram.
1068+
1069+
**Properties**:
1070+
1071+
- **source** (required): `"side_panel"`
1072+
- **is_compass_web** (optional): `true | undefined`
1073+
1074+
<a name="event--DataModelingDiagramCollectionRenamed"></a>
1075+
1076+
### Data Modeling Collection Renamed
1077+
1078+
This event is fired when user renames a collection in a data modeling diagram.
1079+
1080+
**Properties**:
1081+
1082+
- **source** (required): `"side_panel"`
1083+
- **is_compass_web** (optional): `true | undefined`
1084+
10461085
<a name="event--DataModelingDiagramCreated"></a>
10471086

10481087
### Data Modeling Diagram Created
@@ -1062,7 +1101,42 @@ This event is fired when user exports data modeling diagram.
10621101

10631102
**Properties**:
10641103

1065-
- **format** (required): `"json" | "png" | "diagram"`
1104+
- **format** (required): `"png" | "json" | "diagram"`
1105+
- **is_compass_web** (optional): `true | undefined`
1106+
1107+
<a name="event--DataModelingDiagramFieldRemoved"></a>
1108+
1109+
### Data Modeling Field Removed
1110+
1111+
This event is fired when user removes a field in a data modeling diagram.
1112+
1113+
**Properties**:
1114+
1115+
- **source** (required): `"side_panel"`
1116+
- **is_compass_web** (optional): `true | undefined`
1117+
1118+
<a name="event--DataModelingDiagramFieldRenamed"></a>
1119+
1120+
### Data Modeling Field Renamed
1121+
1122+
This event is fired when user renames a field in a data modeling diagram.
1123+
1124+
**Properties**:
1125+
1126+
- **source** (required): `"side_panel"`
1127+
- **is_compass_web** (optional): `true | undefined`
1128+
1129+
<a name="event--DataModelingDiagramFieldTypeChanged"></a>
1130+
1131+
### Data Modeling Field Type Changed
1132+
1133+
This event is fired when user changes a field type in a data modeling diagram.
1134+
1135+
**Properties**:
1136+
1137+
- **source** (required): `"side_panel"`
1138+
- **from** (optional): `string | undefined`
1139+
- **to** (optional): `string | undefined`
10661140
- **is_compass_web** (optional): `true | undefined`
10671141

10681142
<a name="event--DataModelingDiagramImported"></a>
@@ -1171,7 +1245,7 @@ This event is fired when user clones a document.
11711245

11721246
**Properties**:
11731247

1174-
- **mode** (required): `"list" | "json" | "table"`
1248+
- **mode** (required): `"json" | "list" | "table"`
11751249
- The view used to clone the document.
11761250
- **is_compass_web** (optional): `true | undefined`
11771251
- **connection_id** (optional): `string | undefined`
@@ -1185,7 +1259,7 @@ This event is fired when user copies a document to the clipboard.
11851259

11861260
**Properties**:
11871261

1188-
- **mode** (required): `"list" | "json" | "table"`
1262+
- **mode** (required): `"json" | "list" | "table"`
11891263
- The view used to copy the document.
11901264
- **is_compass_web** (optional): `true | undefined`
11911265
- **connection_id** (optional): `string | undefined`
@@ -1199,7 +1273,7 @@ This event is fired when user deletes a document.
11991273

12001274
**Properties**:
12011275

1202-
- **mode** (required): `"list" | "json" | "table"`
1276+
- **mode** (required): `"json" | "list" | "table"`
12031277
- The view used to delete the document.
12041278
- **is_compass_web** (optional): `true | undefined`
12051279
- **connection_id** (optional): `string | undefined`
@@ -1229,7 +1303,7 @@ This event is fired when user updates a document
12291303

12301304
**Properties**:
12311305

1232-
- **mode** (required): `"list" | "json" | "table"`
1306+
- **mode** (required): `"json" | "list" | "table"`
12331307
- The view used to delete the document.
12341308
- **is_compass_web** (optional): `true | undefined`
12351309
- **connection_id** (optional): `string | undefined`
@@ -1295,7 +1369,7 @@ This event is fired when user executes a query
12951369
- The type of the collection on which the query was executed.
12961370
- **used_regex** (required): `boolean`
12971371
- Indicates whether the query used a regular expression.
1298-
- **mode** (required): `"list" | "json" | "table"`
1372+
- **mode** (required): `"json" | "list" | "table"`
12991373
- The view used to run the query.
13001374
- **is_compass_web** (optional): `true | undefined`
13011375
- **connection_id** (optional): `string | undefined`

0 commit comments

Comments
 (0)