Skip to content

Commit 7835e95

Browse files
chore: update AUTHORS, THIRD-PARTY-NOTICES, Security Test Summary
1 parent 6baba6a commit 7835e95

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/tracking-plan.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,9 @@ Generated on Wed, Jun 11, 2025
172172
- [View Programming Language Syntax Clicked](#event--CreateIndexProgrammingLanguageLinkClicked)
173173
- [Start with a Query Tab Clicked](#event--CreateIndexQueryTabClicked)
174174
- [Suggested Index Button Clicked](#event--CreateIndexSuggestedIndexButtonClicked)
175+
- [Input Index Copied](#event--CreateIndexInputIndexCopied)
176+
- [Index Suggestions Copied](#event--CreateIndexIndexSuggestionsCopied)
177+
- [Index Strategies Documentation Clicked](#event--CreateIndexStrategiesDocumentationClicked)
175178
- [UUID Encountered](#event--UUIDEncounteredEvent)
176179

177180
### Performance Tab
@@ -1882,6 +1885,7 @@ a system that doesn't offer a suitable secret storage backend.
18821885
**Properties**:
18831886

18841887
- **context** (required): `"Create Index Modal"`
1888+
- **toggled** (required): `"On" | "Off"`
18851889
- **is_compass_web** (optional): `true | undefined`
18861890

18871891
<a name="event--CreateIndexCoveredQueriesButtonClicked"></a>
@@ -1974,6 +1978,33 @@ a system that doesn't offer a suitable secret storage backend.
19741978
- **context** (required): `"Create Index Modal"`
19751979
- **is_compass_web** (optional): `true | undefined`
19761980

1981+
<a name="event--CreateIndexInputIndexCopied"></a>
1982+
1983+
### Input Index Copied
1984+
1985+
**Properties**:
1986+
1987+
- **context** (required): `"Create Index Modal"`
1988+
- **is_compass_web** (optional): `true | undefined`
1989+
1990+
<a name="event--CreateIndexIndexSuggestionsCopied"></a>
1991+
1992+
### Index Suggestions Copied
1993+
1994+
**Properties**:
1995+
1996+
- **context** (required): `"Create Index Modal"`
1997+
- **is_compass_web** (optional): `true | undefined`
1998+
1999+
<a name="event--CreateIndexStrategiesDocumentationClicked"></a>
2000+
2001+
### Index Strategies Documentation Clicked
2002+
2003+
**Properties**:
2004+
2005+
- **context** (required): `"Create Index Modal"`
2006+
- **is_compass_web** (optional): `true | undefined`
2007+
19772008
<a name="event--UUIDEncounteredEvent"></a>
19782009

19792010
### UUID Encountered

0 commit comments

Comments
 (0)