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

Improve Sorting of Events #2986

Open
hauf-toni opened this issue Nov 11, 2024 · 1 comment
Open

Improve Sorting of Events #2986

hauf-toni opened this issue Nov 11, 2024 · 1 comment
Labels
discussion-needed Native Affects the native project Task Web Affects the web project

Comments

@hauf-toni
Copy link

hauf-toni commented Nov 11, 2024

Is your feature request related to a problem? Please describe.
the current sorting system for events could cause long-term (ongoing) events to appear prominently at the top of the list in the future. This could reduce the visibility of single (one-time) events, which may be less noticeable to users. As a result, users may miss out on important individual events, leading to a less optimal user experience

Describe the solution you'd like
An improved sorting mechanism where single (one-time) events are prioritized and displayed at the top of the feed, followed by long-term (ongoing) events. This adjustment would ensure better visibility for time-specific events, making it easier for users to discover and engage with them

Describe alternatives you've considered
An alternative solution could involve visually differentiating long-term events with distinct labels, making them easier to distinguish. However, this approach might not fully resolve the issue of reduced visibility for single events

Additional context
The implementation is dependent on the backend release of the option to categorize events in single events and ongoing events (📆 #3070)

@steffenkleinle
Copy link
Member

An improved sorting mechanism where single (one-time) events are prioritized and displayed at the top of the feed, followed by long-term (ongoing) events. This adjustment would ensure better visibility for time-specific events, making it easier for users to discover and engage with them

@hauf-toni do you mean by this that all single events are shown first? And all long terms are shown below?
Should we add some visual separation and/or explanation why there are two different list (as it won't follow chronological sorting anymore)?

@steffenkleinle steffenkleinle added Web Affects the web project discussion-needed Native Affects the native project labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion-needed Native Affects the native project Task Web Affects the web project
Projects
Status: No status
Development

No branches or pull requests

2 participants