Add p_type_rvo field to SRM catalogue#341
Conversation
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #341 +/- ##
==========================================
- Coverage 93.29% 93.28% -0.01%
==========================================
Files 96 96
Lines 15356 15360 +4
Branches 1561 1562 +1
==========================================
+ Hits 14326 14329 +3
- Misses 1028 1029 +1
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
👋 Hotfix Branch PR Detected! Before merging this Pull Request into This will:
You can trigger the workflow from the 'Actions' tab, selecting the 'Release' workflow, and choosing this |
WalkthroughThis PR adds the missing Changes
Sequence Diagram(s)sequenceDiagram
participant App as fdm-app
participant Core as fdm-core
participant Data as fdm-data
Note over App,Data: Before: p_type_rvo field missing
App->>Core: Request catalogue
Core->>Data: getCatalogueSrm()
Data->>Data: Parse SRM JSON (p_type_rvo now present)
Data-->>Core: Return CatalogueFertilizerItem with p_type_rvo
Core-->>App: Catalogue data with all fields
Note over App,Data: After: p_type_rvo field populated<br/>(no calculation errors for legacy farms)
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Areas requiring attention:
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (6)
✅ Files skipped from review due to trivial changes (4)
🧰 Additional context used🧠 Learnings (7)📓 Common learnings📚 Learning: 2025-09-26T08:34:50.413ZApplied to files:
📚 Learning: 2025-08-13T10:33:05.313ZApplied to files:
📚 Learning: 2024-11-25T12:42:32.783ZApplied to files:
📚 Learning: 2025-05-28T07:57:19.217ZApplied to files:
📚 Learning: 2025-05-28T07:57:19.217ZApplied to files:
📚 Learning: 2025-01-24T11:46:49.990ZApplied to files:
🔇 Additional comments (3)
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 |
Summary by CodeRabbit
New Features
Chores
✏️ Tip: You can customize this high-level summary in your review settings.
Closes #340