Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup capture events #7

Open
8 of 45 tasks
robindemourat opened this issue Dec 5, 2024 · 0 comments
Open
8 of 45 tasks

Setup capture events #7

robindemourat opened this issue Dec 5, 2024 · 0 comments
Milestone

Comments

@robindemourat
Copy link
Member

robindemourat commented Dec 5, 2024

List as table

https://docs.google.com/spreadsheets/d/1VsflxVQ-o3yhsC2Jc1fz4xclzJcA0jHcO3FAK7dDDS0/edit?usp=sharing

Detail

OPEN_PLATFORM_IN_TAB

Features

  • id: OPEN_PLATFORM_IN_TAB
  • description: OPEN_PLATFORM_IN_TAB
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

CLOSE_PLATFORM_IN_TAB

Features

  • id: CLOSE_PLATFORM_IN_TAB
  • description: CLOSE_PLATFORM_IN_TAB
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

UNFOCUS_TAB

Features

  • id: UNFOCUS_TAB
  • description: UNFOCUS_TAB
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

FOCUS_TAB

Features

  • id: FOCUS_TAB
  • description: FOCUS_TAB
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

BROWSE_SEARCH_RESULTS

Features

  • id: BROWSE_SEARCH_RESULTS
  • description: BROWSE_SEARCH_RESULTS
  • payload keys: tabId,platform,date,id,searchTerm

Coverage

  • twitch
  • youtube
  • tiktok

BROWSE_PRODUCER_PAGE

Features

  • id: BROWSE_PRODUCER_PAGE
  • description: BROWSE_PRODUCER_PAGE
  • payload keys: tabId,platform,date,id,producerId,producerName,producerURL

Coverage

  • twitch
  • youtube
  • tiktok

FOCUS_ON_REACTION_INPUT

Features

  • id: FOCUS_ON_REACTION_INPUT
  • description: FOCUS_ON_REACTION_INPUT
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

UNFOCUS_ON_REACTION_INPUT

Features

  • id: UNFOCUS_ON_REACTION_INPUT
  • description: UNFOCUS_ON_REACTION_INPUT
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

SUBMIT_REACTION

Features

  • id: SUBMIT_REACTION
  • description: SUBMIT_REACTION
  • payload keys: tabId,platform,date,id,

Coverage

  • twitch
  • youtube
  • tiktok

OPEN_CONTENT

Features

  • id: OPEN_CONTENT
  • description: OPEN_CONTENT
  • payload keys: tabId,platform,date,id,contentType, contentId, contentTitle, contentURL, producerId,producerName,producerURL

Coverage

  • twitch
  • youtube
  • tiktok

PAUSE_CONTENT

Features

  • id: PAUSE_CONTENT
  • description: PAUSE_CONTENT
  • payload keys: tabId,platform,date,id,contentType, contentId, contentTitle, contentURL, producerId,producerName,producerURL

Coverage

  • twitch
  • youtube
  • tiktok

PLAY_CONTENT

Features

  • id: PLAY_CONTENT
  • description: PLAY_CONTENT
  • payload keys: tabId,platform,date,id,contentType, contentId, contentTitle, contentURL, producerId,producerName,producerURL

Coverage

  • twitch
  • youtube
  • tiktok

ENGAGE_WITH_CONTENT

Features

  • id: ENGAGE_WITH_CONTENT
  • description: ENGAGE_WITH_CONTENT
  • payload keys: tabId,platform,date,id,contentType, contentId, contentTitle, contentURL, producerId,producerName,producerURL,engagementType

Coverage

  • twitch
  • youtube
  • tiktok

POINTER_ACTIVITY_RECORD

Features

  • id: POINTER_ACTIVITY_RECORD
  • description: POINTER_ACTIVITY_RECORD
  • payload keys: tabId,platform,date,id,timeSpan,activityScore

Coverage

  • twitch
  • youtube
  • tiktok

CHAT_ACTIVITY_RECORD

Features

  • id: CHAT_ACTIVITY_RECORD
  • description: CHAT_ACTIVITY_RECORD
  • payload keys: tabId,platform,date,id,timeSpan,texts,documentsCount,characterCount,emojisCount

Coverage

  • twitch
  • youtube
  • tiktok

Meta

Regenerate this issue from spreadsheet clipboard :

// where str contains the clipboard content as copied from the spreadsheet
const objects = str.split('\n').map(l => l.split('\t'))
objects.map(([id, description, payload]) => {
	return `## \`${id}\`

### Features

* id: \`${id}\`
* description: ${id}
* payload keys: tabId,platform,date,id,${payload}

### Coverage

- [ ] twitch
- [ ] youtube
- [ ] tiktok
`
}).join('\n')
@robindemourat robindemourat added this to the hli release milestone Dec 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant