feat: show weekly recurring events above calendar grid #21
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "exe-dev-bot/kiosk:feat/weekly-events-banner"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Weekly recurring events (e.g., daily standups, weekly yoga) now appear in a dedicated row between the day-of-week headers and the calendar grid, instead of cluttering every week in the day cells.
Changes
Backend
RecurringandRecurrenceRulefieldsseparateWeeklyEvents()function splits events into regular and weeklyweeklyEventsarray added to/api/eventsresponse, sorted Mon→Sun then by timeeventsarrayFrontend
.weekly-rowinside the calendar grid, between weekday headers and day cellsTests
separateWeeklyEventscovering:Demo Calendar
Screenshots
With weekly events:
Weekly row shows Team Standup (Mon–Fri), 1:1 with Sarah (Mon), Design Review (Tue), Product Demo (Thu), Kids Soccer Practice (Sat) — all pulled out of the day cells.
Without weekly events:
Row is hidden, calendar looks unchanged from before.
2643595a20to2f6f656503