-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Stratified Recordings #8182
Comments
This is really interesting! Technically, it's pretty easy to do, but I think the trick would be in how we describe what's happening to a user. It's almost like "shuffle" on a playlist. @clarkus curious if you have any thoughts here. |
I like this idea. I think this feels like a natural evolution of the filtering capabilities for recordings. We knew we were going to have to circle back to improve filtering, so this is a good example that will help us know how to structure the updated filter. This is a particularly interesting case because we're sampling in uniform sizes, across a time range, in set units of time. It's a very specific scenario compared to our current filtering structure. |
This issue hasn't seen activity in two years! If you want to keep it open, post a comment or remove the |
cc @daibhin as another form of clustering we could do |
Is your feature request related to a problem?
When I watch recordings, I don't just want to see what people did in the last few hours, I'd like to see a sample of people over the last few days / weeks. So I'm not affected by any biases in that smaller time period (e.g. specific region awake at this time, a single user is very active so represents most recordings)
Describe the solution you'd like
I'd like a way to stratify recordings, e.g. "Show me 2 recordings with this event in, from each day in the last 7 days"
Describe alternatives you've considered
Lots of scrolling and pagination
Additional context
Thank you for your feature request – we love each and every one!
The text was updated successfully, but these errors were encountered: