Commit Graph

5 Commits

Author SHA1 Message Date
kb6e 9513867614 refactor 2025-08-28 13:43:05 +02:00
Kevin BATAILLE 30f3ecc6ad refactor(events): replace parties concept with events throughout the application
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

This commit refactors the entire application to replace the 'parties' concept with 'events'. All controllers, models, views, and related files have been updated to reflect this change. The parties table has been replaced with an events table, and all related functionality has been updated accordingly.
2025-08-28 13:20:51 +02:00
kbe b9b7ac4ba1 Add flash message support and localization updates 2025-08-26 19:08:23 +02:00
Kevin BATAILLE c226adc36c feat: implement flash messages system with auto-dismiss notifications
- Add flash message helper and styles for consistent notifications
- Replace Devise error messages with flash-based notifications
- Add dashboard page with event statistics
- Configure SMTP settings for development and production
- Update authentication controllers to use flash messages
- Add JavaScript controller for auto-dismiss functionality
2025-08-26 18:29:56 +02:00
kbe 6a1f1cca9a Prepare to use Devise as auth Gem 2025-08-16 17:03:14 +02:00