Skip to content

Conversation

Khushi-C7
Copy link

Fixes - Jira-#Issue_Number

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.

Copy link
Contributor

@revanthkumarJ revanthkumarJ left a comment

Choose a reason for hiding this comment

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

If you done with everything can you upload a video

import androidx.compose.ui.Modifier

// Import all your step destinations
import com.mifos.feature.client.fixedDepositAccount.details.DetailsStepRoute
Copy link
Contributor

Choose a reason for hiding this comment

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

remove comments

val submissionDate = savedStateHandle.get<String>("submissionDate") ?: ""
val externalId = savedStateHandle.get<String>("externalId") ?: ""
val fieldOfficer = savedStateHandle.get<String>("fieldOfficer") ?: ""

Copy link
Contributor

Choose a reason for hiding this comment

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

why you loaded data from navigation?

interestRate = 5.5
),
RateChartEntry(
id = "2",
Copy link
Contributor

Choose a reason for hiding this comment

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

i assume you have written it based on figma can you edit according to the mifos api responses.

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