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

Event bundling #103

Open
nmlorg opened this issue Jul 17, 2024 · 0 comments
Open

Event bundling #103

nmlorg opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nmlorg
Copy link
Owner

nmlorg commented Jul 17, 2024

Groups will sometimes have things like "event weekends", with multiple related events within a day or so (sometimes multiple events the same day), and when people advertise them manually they often group those events separately from unrelated ones (if at all):

Fun Weekend
Friday 8pm - Social event at Fun Bar
Saturday noon - Food event at Fun Restaurant
Saturday 8pm - Social event at Fun Club
Sunday noon - Brunch event at Fun Cafe

Don't forget!
Wednesday 7pm - Bowling at Normal Lanes

 
Given:

Tue 8pm Alpha Event
Thu 8pm Bravo Event
Fri 8pm Charlie Event
Sun 8pm Delta Event
Mon 8pm Echo Event
Wed 8pm Foxtrot Event

we could try to infer this kind of structure by:

  1. grouping events by week and weekend:

    This week
    Tue 8pm Alpha Event
    Thu 8pm Bravo Event

    This weekend
    Fri 8pm Charlie Event
    Sun 8pm Delta Event

    Next week
    Mon 8pm Echo Event
    Wed 8pm Foxtrot Event

  2. grouping events by contiguousness:

    This week
    Tue 8pm Alpha Event

    This weekend
    Thu 8pm Bravo Event
    Fri 8pm Charlie Event

    Continuing
    Sun 8pm Delta Event
    Mon 8pm Echo Event

    Next week
    Wed 8pm Foxtrot Event

  3. grouping events by contiguousness, but forcing weekend events together:

    This week
    Tue 8pm Alpha Event

    This weekend
    Thu 8pm Bravo Event
    Fri 8pm Charlie Event
    Sun 8pm Delta Event
    Mon 8pm Echo Event

    Next week
    Wed 8pm Foxtrot Event

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant