Files
aperonight/QWEN.md
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

1.2 KiB
Executable File

Qwen Code Customization

Project Context

  • Working on a Ruby on Rails project named "aperonight"
  • Using Docker for containerization
  • Following Ruby version 3.1.0 (as indicated by .ruby-version)
  • Using Bundler for gem management (Gemfile)
  • Using Node.js for frontend assets (package.json likely present)

Preferences

  • Prefer to use Ruby and Rails conventions
  • Follow Docker best practices for development environments
  • Use standard Ruby/Rails project structure
  • When creating new files, follow Rails conventions
  • When modifying existing files, maintain consistency with current code style
  • Use git for version control (as seen in .gitignore)
  • Prefer to work with the project's existing toolchain (Bundler, etc.)

Behavior

  • When asked to make changes, first understand the context by examining relevant files
  • When creating new files, ensure they follow project conventions
  • When modifying files, preserve existing code style and patterns
  • When implementing new features, suggest appropriate file locations and naming conventions
  • When debugging, suggest using the project's existing test suite and development tools
  • When suggesting changes, provide clear explanations of why the change is beneficial