Merge pull request #5884 from vector-im/sync-analytics-plan

Sync analytics plan
This commit is contained in:
Adam Brown 2022-05-03 09:18:29 +01:00 committed by GitHub
commit 0325754d12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 5 deletions

View File

@ -87,12 +87,30 @@ data class Interaction(
*/ */
WebAddExistingToSpaceDialogCreateRoomButton, WebAddExistingToSpaceDialogCreateRoomButton,
/**
* User clicked the create DM button in the home page of Element
* Web/Desktop.
*/
WebHomeCreateChatButton,
/** /**
* User clicked the create room button in the home page of Element * User clicked the create room button in the home page of Element
* Web/Desktop. * Web/Desktop.
*/ */
WebHomeCreateRoomButton, WebHomeCreateRoomButton,
/**
* User clicked the explore rooms button in the home page of Element
* Web/Desktop.
*/
WebHomeExploreRoomsButton,
/**
* User clicked the explore rooms button next to the search field at the
* top of the left panel in Element Web/Desktop.
*/
WebLeftPanelExploreRoomsButton,
/** /**
* User interacted with pin to sidebar checkboxes in the quick settings * User interacted with pin to sidebar checkboxes in the quick settings
* menu of Element Web/Desktop. * menu of Element Web/Desktop.
@ -189,6 +207,12 @@ data class Interaction(
*/ */
WebRoomHeaderContextMenuSettingsItem, WebRoomHeaderContextMenuSettingsItem,
/**
* User clicked the create DM button in the + context menu of the room
* list header in Element Web/Desktop.
*/
WebRoomListHeaderPlusMenuCreateChatItem,
/** /**
* User clicked the create room button in the + context menu of the room * User clicked the create room button in the + context menu of the room
* list header in Element Web/Desktop. * list header in Element Web/Desktop.
@ -231,6 +255,12 @@ data class Interaction(
*/ */
WebRoomListRoomTileNotificationsMenu, WebRoomListRoomTileNotificationsMenu,
/**
* User clicked the create DM button in the + context menu of the rooms
* sublist in Element Web/Desktop.
*/
WebRoomListRoomsSublistPlusMenuCreateChatItem,
/** /**
* User clicked the create room button in the + context menu of the * User clicked the create room button in the + context menu of the
* rooms sublist in Element Web/Desktop. * rooms sublist in Element Web/Desktop.

View File

@ -49,11 +49,6 @@ data class JoinedRoom(
*/ */
Invite, Invite,
/**
* Room joined via space explore
*/
MobileExploreRooms,
/** /**
* Room joined via link * Room joined via link
*/ */