fix(core/network): added loan status and align it to network model#2609
fix(core/network): added loan status and align it to network model#2609piyushs-05 wants to merge 1 commit intoopenMF:developmentfrom
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📝 WalkthroughWalkthroughRenamed Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
core/network/src/commonMain/kotlin/com/mifos/core/network/model/GetClientsLoanAccountsStatus.kt (1)
24-24:⚠️ Potential issue | 🟡 MinorStale KDoc:
@param descriptionshould be@param value.The field was renamed from
descriptiontovalue, but the KDoc still references the old name.📝 Proposed fix
- * `@param` description + * `@param` value
🧹 Nitpick comments (1)
core/ui/src/commonMain/kotlin/com/mifos/core/ui/components/MifosActionsListingCardComponent.kt (1)
437-441: Consider color-coding the status value for visual consistency.Other listing components in this file (e.g.,
MifosActionsIdentifierListingComponentat Line 197) apply color to the status value. Applying avalueColorbased on the loan status (e.g., green for active, yellow for pending) would improve scannability and align with the existing pattern.
52dd176 to
5ce9956
Compare
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
core/network/src/commonMain/kotlin/com/mifos/core/network/model/GetClientsLoanAccountsStatus.kt (1)
14-28:⚠️ Potential issue | 🟡 MinorStale KDoc:
@param descriptionshould be@param value.Line 23 still references the old field name
description.Proposed fix
- * `@param` description + * `@param` value
5ce9956 to
090fec9
Compare
|
@piyushs-05 Consider fixing this suggested change. |
|
@amanna13 ya i fixed in my last commit . |



Fixes - Jira-#661
Please Add Screenshots If there are any UI changes.
Please make sure these boxes are checked before submitting your pull request - thanks!
Run the static analysis check
./gradlew checkorci-prepush.shto make sure you didn't break anythingIf you have multiple commits please combine them into one commit by squashing them.
Summary by CodeRabbit
New Features
Chores