Skip to content

Conversation

@kampitojha
Copy link
Contributor

@kampitojha kampitojha commented Oct 15, 2025

WhatsApp.Video.2025-10-15.at.20.58.52_3515005a.mp4

Fixes - Jira-#MIFOSAC-548

Didn't create a Jira ticket, click here to create new.

Please Add Screenshots If there are any UI changes.

Before After

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Run the static analysis check ./gradlew check or ci-prepush.sh to make sure you didn't break anything

  • If you have multiple commits please combine them into one commit by squashing them.

) {
val steps = remember {
listOf(
Step(name = "Details") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move the hardcoded strings to strings.xml

onNext = { onAction(RecurringAccountAction.NextStep) },
)
},
Step(name = "Terms") {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here

}

MifosScaffold(
title = "Create Recurring Deposit Account",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here too, move all the hardcoded strings to strings.xml

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed all changes

when (action) {
RecurringAccountAction.NextStep -> {
mutableStateFlow.update { state ->
val maxIndex = 4 // total steps - 1 (Details, Terms, Settings, Interest, Charges)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the inline comment

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed this one too

Copy link
Contributor

@biplab1 biplab1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other than changes requested, this looks good to me. This can be merged after those changes are made.

@biplab1
Copy link
Contributor

biplab1 commented Oct 16, 2025

The padding don't seem to match for:

  1. before Details and after Charges, and
  2. before circle 1 and after circle 5,

Could please check?

image

@kampitojha kampitojha requested a review from sam-arth07 October 16, 2025 16:29
@therajanmaurya therajanmaurya merged commit 28b549c into openMF:development Oct 16, 2025
2 checks passed
@kampitojha kampitojha deleted the feat/seed-card-stepper branch October 17, 2025 16:22
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.

4 participants