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

UX: prioritize events with high participant counts #610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

awesomerobot
Copy link
Member

@awesomerobot awesomerobot commented Sep 19, 2024

This adds another priority: participant count, so events with multiple participants aren't buried under single-participant events in cases where there's a long list of multi-day events.

This is particularly useful for an employee leave/holiday calendar with automatic holidays enabled. Currently if there are many individuals with multi-day leave, this can bury a holiday even if it has many more participants.

Before (multi-day events above multi-participant events):
image

After (multi-participant events get priority, then multi-day events):
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants