Skip to content

Conversation

@Marc-Andrieu
Copy link
Member

  • rename "MyECLPay" to "MyPayment", excepted for what is displayed in the UI
  • rename the paiement module to mypayment

@Marc-Andrieu Marc-Andrieu self-assigned this Nov 30, 2025
@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.22%. Comparing base (75c9c35) to head (1937050).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link

Copilot AI left a 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/paiement to titan/mypayment
  • Updating API endpoints from myeclpay to mypayment
  • Renaming the module enum value and router name from paiement to mypayment

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.

@Marc-Andrieu Marc-Andrieu force-pushed the myeclpay-to-mypayment branch from d613485 to 1937050 Compare January 6, 2026 23:58
@Marc-Andrieu Marc-Andrieu merged commit 954c031 into main Jan 7, 2026
3 checks passed
@Marc-Andrieu Marc-Andrieu deleted the myeclpay-to-mypayment branch January 7, 2026 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

myeclpay ready for review This PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants