Skip to content

feat: c4gt 2025 feature integration#2035

Open
Nagarjuna0033 wants to merge 66 commits into
openMF:c4gt-2025from
Nagarjuna0033:c4gt-25
Open

feat: c4gt 2025 feature integration#2035
Nagarjuna0033 wants to merge 66 commits into
openMF:c4gt-2025from
Nagarjuna0033:c4gt-25

Conversation

@Nagarjuna0033
Copy link
Copy Markdown
Collaborator

@Nagarjuna0033 Nagarjuna0033 commented May 14, 2026

Integrated PRs

The following C4GT 2025 feature PRs were originally authored by @biplab1:

This PR integrates the above C4GT feature stack into the new c4gt-2025 branch created from the current development branch.

Integration Changes

  • Uncommented and activated the navigation routes for all send-money screens, including payment options, payee details, bank transfers, and payment processing.
  • Enabled the Autopay tab within the payments screen and connected its navigation flow.
  • Added the send-money module to the Koin dependency graph and the main cmp-shared build.
  • Introduced UpiQrCodeProcessor for handling custom QR code encoding and decoding.
  • Migrated from kotlinx.datetime.Clock to the stable kotlin.time.Clock across the autopay and send-money features.

Video reference:
https://mifos.slack.com/archives/C5TTJS4BX/p1778873719160759?thread_ts=1778776671.282059&cid=C5TTJS4BX

upi-autopay-c4gt-2025-features.mp4

biplab1 added 30 commits August 10, 2025 21:16
# Conflicts:
#	cmp-android/prodRelease-badging.txt
biplab1 and others added 24 commits September 6, 2025 19:13
# Conflicts:
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/designsystem/src/commonMain/kotlin/org/mifospay/core/designsystem/icon/MifosIcons.kt
#	feature/mpay-qr-scan/src/commonMain/kotlin/org/mifospay/feature/mpay/qr/scan/di/MpayQrScanModule.kt
#	feature/mpay-qr-scan/src/commonMain/kotlin/org/mifospay/feature/mpay/qr/scan/navigation/MpayQrScanNavigation.kt
#	feature/qr/src/commonMain/kotlin/org/mifospay/feature/qr/ScanQrCodeScreen.kt
#	feature/qr/src/commonMain/kotlin/org/mifospay/feature/qr/ScanQrViewModel.kt
#	feature/send-money/src/androidMain/kotlin/org/mifospay/feature/send/money/QrScanner.android.kt
#	feature/send-money/src/commonMain/composeResources/values/strings.xml
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/SendMoneyScreen.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/SendMoneyViewModel.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/navigation/SendNavigation.kt
# Conflicts:
#	cmp-android/dependencies/prodReleaseRuntimeClasspath.tree.txt
#	cmp-android/prodRelease-badging.txt
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/data/src/commonMain/kotlin/org/mifospay/core/data/util/StandardUpiQrCodeProcessor.kt
#	core/designsystem/src/commonMain/kotlin/org/mifospay/core/designsystem/icon/MifosIcons.kt
#	feature/make-transfer/src/commonMain/kotlin/org/mifospay/feature/make/transfer/MakeTransferViewModel.kt
#	feature/mpay-qr/src/commonMain/kotlin/org/mifospay/feature/mpay/qr/navigation/MpayQrNavigation.kt
#	feature/send-money/src/commonMain/composeResources/values/strings.xml
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/PayeeDetailsScreen.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/PayeeDetailsViewModel.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/SendMoneyOptionsScreen.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/SendMoneyViewModel.kt
#	feature/send-money/src/commonMain/kotlin/org/mifospay/feature/send/money/navigation/SendNavigation.kt
#	feature/transfer-interbank/src/commonMain/kotlin/org/mifospay/feature/transfer/interbank/di/InterbankTransferModule.kt
# Conflicts:
#	cmp-android/dependencies/prodReleaseRuntimeClasspath.txt
#	cmp-android/prodRelease-badging.txt
#	cmp-shared/build.gradle.kts
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/di/KoinModules.kt
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/designsystem/src/commonMain/kotlin/org/mifospay/core/designsystem/icon/MifosIcons.kt
#	feature/home/src/commonMain/kotlin/org/mifospay/feature/home/HomeScreen.kt
#	feature/payments/src/commonMain/kotlin/org/mifospay/feature/payments/PaymentsScreen.kt
#	feature/send-money/src/commonMain/composeResources/values/strings.xml
#	settings.gradle.kts
# Conflicts:
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/data/src/commonMain/kotlin/org/mifospay/core/data/di/RepositoryModule.kt
#	core/designsystem/src/commonMain/kotlin/org/mifospay/core/designsystem/icon/MifosIcons.kt
#	core/network/src/commonMain/kotlin/org/mifospay/core/network/FineractApiManager.kt
#	core/network/src/commonMain/kotlin/org/mifospay/core/network/utils/ApiEndPoints.kt
#	feature/autopay/README.md
# Conflicts:
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/designsystem/src/commonMain/kotlin/org/mifospay/core/designsystem/icon/MifosIcons.kt
#	core/network/src/commonMain/kotlin/org/mifospay/core/network/KtorfitClient.kt
# Conflicts:
#	cmp-shared/src/commonMain/kotlin/org/mifospay/shared/navigation/MifosNavHost.kt
#	core/data/src/commonMain/kotlin/org/mifospay/core/data/di/RepositoryModule.kt
@Nagarjuna0033 Nagarjuna0033 requested a review from a team May 14, 2026 16:37
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 14, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 1c68d2cc-291e-47d7-a2e5-1bffc79e75a0

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

- Uncommented and activated the navigation routes for all `send-money` screens, including payment options, payee details, bank transfers, and payment processing.
- Enabled the `Autopay` tab within the payments screen and connected its navigation flow.
- Added the `send-money` module to the Koin dependency graph and the main `cmp-shared` build.
- Introduced `UpiQrCodeProcessor` for handling custom QR code encoding and decoding.
- Migrated from `kotlinx.datetime.Clock` to the stable `kotlin.time.Clock` across the `autopay` and `send-money` features.
@Nagarjuna0033 Nagarjuna0033 changed the base branch from c4gt-2025-upi-payments to c4gt-2025 May 15, 2026 19:41
@biplab1
Copy link
Copy Markdown
Contributor

biplab1 commented May 16, 2026

@Nagarjuna0033 Please add the list of PRs that were integrated in this PR, in the PR description.

Edit: I have uploaded the screen recording here itself and added the required list of PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants