-
Notifications
You must be signed in to change notification settings - Fork 6
Myeclpay to mypayment #623
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #623 +/- ##
=======================================
Coverage 51.22% 51.22%
=======================================
Files 167 167
Lines 3756 3756
=======================================
Hits 1924 1924
Misses 1832 1832 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR systematically renames the "MyECLPay" module to "MyPayment" internally throughout the codebase while preserving the "MyECLPay" display name in the user interface. The main changes include:
- Renaming all import paths from
titan/paiementtotitan/mypayment - Updating API endpoints from
myeclpaytomypayment - Renaming the module enum value and router name from
paiementtomypayment
Reviewed changes
Copilot reviewed 106 out of 142 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| lib/settings/providers/module_list_provider.dart | Updated import path from paiement to mypayment |
| lib/router.dart | Updated import path from paiement to mypayment |
| lib/paiement/tools/constants.dart | Deleted old constants file (no longer needed) |
| lib/mypayment/ui/mypayment.dart | Updated imports and hardcoded UI display text to "MyECLPay" |
| lib/mypayment/router.dart | Updated route name from "paiement" to "mypayment" and all imports |
| lib/mypayment/repositories/*.dart | Updated API endpoints from "myeclpay" to "mypayment" |
| lib/mypayment/providers/*.dart | Updated all import paths from paiement to mypayment |
| lib/mypayment/class/*.dart | Updated all import paths from paiement to mypayment |
| lib/mypayment/ui/pages/**/*.dart | Updated all import paths from paiement to mypayment |
| lib/mypayment/ui/components/*.dart | Updated all import paths from paiement to mypayment |
| lib/mypayment/tools/*.dart | Updated all import paths from paiement to mypayment |
| lib/drawer/class/module.dart | Updated module enum from paiement to mypayment |
| lib/admin/ui/pages/**/*.dart | Updated imports from paiement to mypayment |
| lib/admin/tools/constants.dart | Updated constant name from myEclPay to myPayment (value still "MyECLPay") |
| lib/admin/providers/structure_provider.dart | Updated import path from paiement to mypayment |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
d613485 to
1937050
Compare
paiementmodule tomypayment