Automattic / Automattic/jetpack
My Jetpack: Implement VideoPress expanded card
- Dominant language
- PHP
- Stars
- 1.8k
- Forks
- 898
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 774
Description
We need to implement the VideoPress expanded card using the expanded product card component from #29677. It's the first expanded card that we are adding to the screen, so it's important to do things in a way that can be copied/referenced for other teams in the future.
The enxpand card will show 4 key metrics for one specific time frame, 3 smaller and 1 highlighted, bigger one. We are discussing which metrics are more relevant now, but the alternatives are:
**Option 1**
- views
- time watched
- average time watched
- views + impressions detailed for each day on the 7 days period
**Option 2**
- views
- impressions
- time watched
- views + impressions detailed for each day on the 7 days period
**Option 3**
- views
- impressions
- time watched
- 3 most popular videos with name + number of views
All alternatives are being considered on a 7 days + 7 prior days timeframe, but we can change it in the future.
Contributor guide
Assessment
This issue has not been assessed yet.