-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
migrate long rent command from legacy add request validation for sms senders in cli #221
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
CI Failure Feedback 🧐(Checks updated until commit 07e404e)
✨ CI feedback usage guide:The CI feedback tool (
In addition to being automatically triggered, the tool can also be invoked manually by commenting on a PR:
where Configuration options
See more information about the |
PR Code Suggestions ✨Explore these optional code suggestions:
|
add request validation for sms senders in cli
PR Type
Enhancement, Bug fix, Documentation
Description
Migrated long rental check logic to a new Symfony command.
Introduced event-driven architecture for long rental notifications.
Updated SMS connectors to handle CLI scenarios gracefully.
Enhanced configuration and documentation for user notifications.
Changes walkthrough 📝
7 files
Removed legacy long rental check function.
Added new Symfony command for long rental checks.
Introduced new event for long rental notifications.
Added handler for long rental event notifications.
Added method to fetch rented bikes.
Added method to fetch last bike rent by user.
Updated translations for long rental notifications.
5 files
Removed deprecated notify user configuration.
Registered new command and event listener services.
Updated configuration file inclusion logic.
Updated configuration file reference for installation.
Added environment variable for user notification toggle.
4 files
Improved SMS handling for CLI scenarios.
Improved SMS handling for CLI scenarios.
Improved SMS handling for CLI scenarios.
Improved SMS handling for CLI scenarios.
1 files
Updated documentation for long rental notification configuration.