Add event management system with calendar and CRUD operations
Some checks failed
Build And Push Image / docker (push) Failing after 2m37s

- Add EventCalendar component with FullCalendar integration
- Create event CRUD dialogs and upcoming event banner
- Implement server-side events API and database utilities
- Add events dashboard page and navigation
- Improve dues calculation with better overdue day logic
- Install FullCalendar and date-fns dependencies
This commit is contained in:
2025-08-12 04:25:35 +02:00
parent a555584b2c
commit f096897129
21 changed files with 3855 additions and 20 deletions

View File

@@ -25,6 +25,13 @@
title="Dashboard"
value="dashboard"
/>
<v-list-item
to="/dashboard/events"
prepend-icon="mdi-calendar"
title="Events"
value="events"
/>
<v-list-item
to="/dashboard/user"