Skip to content

Commit 0325754

Browse files
authored
Merge pull request #5884 from vector-im/sync-analytics-plan
Sync analytics plan
2 parents 2da109c + cd6807d commit 0325754

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

vector/src/main/java/im/vector/app/features/analytics/plan/Interaction.kt

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,12 +87,30 @@ data class Interaction(
8787
*/
8888
WebAddExistingToSpaceDialogCreateRoomButton,
8989

90+
/**
91+
* User clicked the create DM button in the home page of Element
92+
* Web/Desktop.
93+
*/
94+
WebHomeCreateChatButton,
95+
9096
/**
9197
* User clicked the create room button in the home page of Element
9298
* Web/Desktop.
9399
*/
94100
WebHomeCreateRoomButton,
95101

102+
/**
103+
* User clicked the explore rooms button in the home page of Element
104+
* Web/Desktop.
105+
*/
106+
WebHomeExploreRoomsButton,
107+
108+
/**
109+
* User clicked the explore rooms button next to the search field at the
110+
* top of the left panel in Element Web/Desktop.
111+
*/
112+
WebLeftPanelExploreRoomsButton,
113+
96114
/**
97115
* User interacted with pin to sidebar checkboxes in the quick settings
98116
* menu of Element Web/Desktop.
@@ -189,6 +207,12 @@ data class Interaction(
189207
*/
190208
WebRoomHeaderContextMenuSettingsItem,
191209

210+
/**
211+
* User clicked the create DM button in the + context menu of the room
212+
* list header in Element Web/Desktop.
213+
*/
214+
WebRoomListHeaderPlusMenuCreateChatItem,
215+
192216
/**
193217
* User clicked the create room button in the + context menu of the room
194218
* list header in Element Web/Desktop.
@@ -231,6 +255,12 @@ data class Interaction(
231255
*/
232256
WebRoomListRoomTileNotificationsMenu,
233257

258+
/**
259+
* User clicked the create DM button in the + context menu of the rooms
260+
* sublist in Element Web/Desktop.
261+
*/
262+
WebRoomListRoomsSublistPlusMenuCreateChatItem,
263+
234264
/**
235265
* User clicked the create room button in the + context menu of the
236266
* rooms sublist in Element Web/Desktop.

vector/src/main/java/im/vector/app/features/analytics/plan/JoinedRoom.kt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,6 @@ data class JoinedRoom(
4949
*/
5050
Invite,
5151

52-
/**
53-
* Room joined via space explore
54-
*/
55-
MobileExploreRooms,
56-
5752
/**
5853
* Room joined via link
5954
*/

0 commit comments

Comments
 (0)