Commit Graph

13 Commits

Author SHA1 Message Date
Torsten Schulz (local)
b2ede3f525 Refactor upcoming event filtering: Update buildUpcomingWhere function to compare dates at the date-only level, addressing timezone issues. This change enhances the accuracy of event retrieval and improves code clarity.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 6s
2026-04-29 15:36:19 +02:00
Torsten Schulz (local)
59aae59b62 Refactor event retrieval logic: Extract upcoming event filtering into a separate function for improved readability and maintainability. This change simplifies the conditions for fetching events, ensuring clarity in the codebase.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 7s
2026-04-29 15:27:42 +02:00
Torsten Schulz (local)
d412331f8e Refactor event retrieval logic: Implement server-side filtering for past events based on user preference, enhancing performance and simplifying client-side code. Update API call in EventManagement component to include past events parameter.
All checks were successful
Deploy miriamgemeinde / deploy (push) Successful in 7s
2026-04-29 15:23:37 +02:00
Torsten Schulz (local)
b47e832e45 Implement transaction handling in event deletion: Enhance deleteEvent function to manage foreign key constraints by removing associated EventContactPerson records before deleting the event. This ensures data integrity and improves error handling during the deletion process. 2026-04-29 13:11:56 +02:00
Torsten Schulz (local)
02487d44e9 Update dependencies and refactor server configuration: Upgrade @vue/cli and ESLint packages, replace moment.js with date-fns for date handling in eventController, and remove unused HTTPS server configuration in server.js. Additionally, streamline Vue.js build process by removing cache and thread loaders in vue.config.js. 2026-04-08 08:44:31 +02:00
Torsten Schulz
63a6cecbb0 Added sorting for events 2025-05-07 12:28:57 +02:00
Torsten Schulz
bb4f490bb1 Added rendering of Event Images 2025-05-07 11:55:27 +02:00
Torsten Schulz
d4811660fe Added order 2024-07-10 17:48:40 +02:00
Torsten Schulz
054d1d0f2e Fix for event selection 2024-07-04 17:02:44 +02:00
Torsten Schulz
8b89d8b800 Fixed format of events 2024-06-23 17:32:45 +02:00
Torsten Schulz
692e989861 Some fixes, added Events in edit 2024-06-22 17:56:26 +02:00
Torsten Schulz
240409d52a Events renderable 2024-06-20 13:31:20 +02:00
Torsten Schulz
61653ff407 inital commit 2024-06-15 23:01:46 +02:00