You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Municipalities have raised concerns about the current 28-day restriction on event durations in our event calendar. This limitation affects the posting of longer events. The backend team is proposing changes to the event creation process to accommodate multiple event lenghts, see #3070
We need to update the frontend to properly display these new event categories and improve the user experience when browsing the event calendar.
Motivation
User Autonomy: Allow CMS users the flexibility to create events that accurately reflect their municipality's offerings.
Improved Clarity: Enhance the event calendar's usability by properly categorizing and displaying events based on their duration.
Proposed Solution
Event Calendar Display:
Modifying the listing logic to prevent long-term events from overshadowing one-day events.
Implementing sorting or filtering options to balance the visibility of all event types.
Visual Indicators like icons or labels to distinguish between one-time events and Dauerveranstaltungen.
User Guidance, eg providing tooltips or help sections to explain the event categories to frontend users.
user story
As a user, I want to easily find and distinguish between one-time events and long-term events in the event calendar so that I can effectively plan my participation in municipal activities.
Acceptance Criteria
Events are correctly categorized and displayed based on their type (one-time or Dauerveranstaltungen).
Users can effortlessly navigate between different event types.
Long-term events do not push one-day events to the back of the list.
Clear visual cues differentiate event categories.
The calendar maintains performance and responsiveness despite the additional categorization.
Alternatives Considered
Keeping the old settings, which do not address the municipalities' needs.
Remove restrictions entirely and allow any event duration, potentially cluttering the event calendar.
Implementing a review system for events exceeding a certain duration, adding administrative overhead.
Dependencies
Coordination with the backend team to ensure frontend changes align with the updated data structures and APIs.
Translation and localization updates for any new text or labels introduced.
The text was updated successfully, but these errors were encountered:
description
Municipalities have raised concerns about the current 28-day restriction on event durations in our event calendar. This limitation affects the posting of longer events. The backend team is proposing changes to the event creation process to accommodate multiple event lenghts, see #3070
We need to update the frontend to properly display these new event categories and improve the user experience when browsing the event calendar.
Motivation
User Autonomy: Allow CMS users the flexibility to create events that accurately reflect their municipality's offerings.
Improved Clarity: Enhance the event calendar's usability by properly categorizing and displaying events based on their duration.
Proposed Solution
Event Calendar Display:
user story
As a user, I want to easily find and distinguish between one-time events and long-term events in the event calendar so that I can effectively plan my participation in municipal activities.
Acceptance Criteria
Alternatives Considered
Dependencies
The text was updated successfully, but these errors were encountered: