Skip to content

Conversation

@ankitkumarrain
Copy link
Contributor

@ankitkumarrain ankitkumarrain commented Oct 16, 2025

Fixes - Jira-#556

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.

  • [ ]
    Uploading WhatsApp Video 2025-10-14 at 16.15.50_25401367.mp4…

@ankitkumarrain
Copy link
Contributor Author

ankitkumarrain commented Oct 16, 2025

WhatsApp.Video.2025-10-16.at.21.36.25_aa3cdfcb.mp4

video

@TheKalpeshPawar
Copy link
Contributor

Always write a pr title.

# Conflicts:
#	feature/client/src/commonMain/kotlin/com/mifos/feature/client/navigation/ClientNavigation.kt

shareAccountDestination()

recurringAccountDestination()
Copy link
Contributor

Choose a reason for hiding this comment

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

i don't think conflict solved properly you removed this line i added this for recurring account please check

onNavigateApplyShareAccount = navController::navigateToShareAccountRoute,
onNavigateApplyLoanAccount = navController::navigateToNewLoanAccountRoute,
onNavigateApplySavingsAccount = navController::navigateToSavingsAccountRoute,
onNavigateApplyRecurringAccount = navController::navigateToRecurringAccountRoute,
Copy link
Contributor

Choose a reason for hiding this comment

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

this one too

@ankitkumarrain
Copy link
Contributor Author

WhatsApp.Video.2025-10-17.at.21.32.27_5424e25d.mp4

video after changes

Copy link
Contributor

@sam-arth07 sam-arth07 left a comment

Choose a reason for hiding this comment

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

Add the ticket number as well so that it is easier to track your pr from the jira ticket.

Also, attach the video showcasing the changes made in the pr in the pr description and if any subsequent changes, then update that video in the pr desc, so that it is easy to review afterwards.

shareAccountDestination()

recurringAccountDestination()
fixedAccountdestination()
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
fixedAccountdestination()
fixedAccountDestination()

Since at all other places we are using camel case, so it is better to follow it here as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

changed to camelcase

<string name="step_details">Details</string>
<string name="step_terms">Terms</string>
<string name="step_settings">Settings</string>
<string name="step_interest">Interest</string>
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be Interest Chart according to the figma UI mockups.

Image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

tried to fix but did not able for dots

Copy link
Contributor Author

Choose a reason for hiding this comment

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

chart is comming below on the screen ? how should i fix

Copy link
Contributor

Choose a reason for hiding this comment

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

You can utilize the overflow property of the Text Composable to achieve this effect.

Something similar to this:

 Text(
         text = "Lorem ipsum dolor sit amet.",
         maxLines = 1,
         overflow = TextOverflow.Ellipsis
   )

Can read more about this here: https://developer.android.com/reference/kotlin/androidx/compose/ui/text/style/TextOverflow

@ankitkumarrain
Copy link
Contributor Author

WhatsApp.Video.2025-10-22.at.00.14.19_3986a36d.mp4

video after Adding interest chart

@ankitkumarrain
Copy link
Contributor Author

WhatsApp.Video.2025-10-22.at.13.48.20_82fa0459.mp4

video newFixedDeposit Seed Card Stepper

Copy link
Contributor

@sam-arth07 sam-arth07 left a comment

Choose a reason for hiding this comment

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

Looks good to me

@ankitkumarrain
Copy link
Contributor Author

WhatsApp.Video.2025-10-22.at.20.33.41_a7ef6ac6.mp4

Applied spotlessapply

@ankitkumarrain ankitkumarrain changed the title Mifo-556 Feature :Implement NewFixedDeposit with Stepper UI Oct 22, 2025
}

@Composable
private fun FixeDepositAccountScaffold(
Copy link
Contributor

Choose a reason for hiding this comment

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

It should be Fixed instead of Fixe. Also, make sure it is fixed anywhere else it is used within the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected

) {
val steps =
listOf(
Step(stringResource(Res.string.step_charges)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

the first step is labeled step_charges but uses the DetailsPage, which inside itself uses step_details (See DetailsPage.kt). Make sure the naming of resources is consistent with their usage.

Copy link
Contributor

Choose a reason for hiding this comment

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

One can see in the screen also

charges-in-two-steps

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Corrected

import org.jetbrains.compose.resources.stringResource

@Composable
fun InterestPage(onNext: () -> Unit) {
Copy link
Contributor

Choose a reason for hiding this comment

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

File name is InterestChargesPage.kt but composable is InterestPage. Either make the file name consistent (InterestPage.kt) or clarify by using the same name throughout.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Changed to intetestpage

@ankitkumarrain
Copy link
Contributor Author

@therajanmaurya therajanmaurya merged commit 4721c8f into openMF:development Oct 23, 2025
2 checks passed
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.

7 participants