-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(j-s): add missing civil demand title #17366
Conversation
WalkthroughThe pull request introduces enhanced functionality for managing civil claims within the judicial system's indictments processing screen. A new section for civil demands has been added to the Changes
Sequence DiagramsequenceDiagram
participant User
participant ProcessingComponent
participant CivilClaimantsManager
User->>ProcessingComponent: Select civil claims option
ProcessingComponent->>CivilClaimantsManager: handleHasCivilClaimsChange
CivilClaimantsManager-->>ProcessingComponent: Update case state
ProcessingComponent->>User: Display civil claimants section
User->>ProcessingComponent: Add/Remove/Update civil claimants
ProcessingComponent->>CivilClaimantsManager: Manage civil claimants
Possibly related PRs
Suggested labels
Suggested reviewers
Tip CodeRabbit's docstrings feature is now available as part of our Early Access Program! Simply use the command 📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (2)apps/judicial-system/web/src/routes/Prosecutor/Indictments/Processing/processing.strings.ts (1)Pattern
apps/judicial-system/web/src/routes/Prosecutor/Indictments/Processing/Processing.tsx (1)Pattern
📓 Learnings (1)apps/judicial-system/web/src/routes/Prosecutor/Indictments/Processing/Processing.tsx (1)
🔇 Additional comments (2)apps/judicial-system/web/src/routes/Prosecutor/Indictments/Processing/processing.strings.ts (1)
The apps/judicial-system/web/src/routes/Prosecutor/Indictments/Processing/Processing.tsx (1)
Using Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Datadog ReportBranch report: ✅ 0 Failed, 344 Passed, 0 Skipped, 55.25s Total Time |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17366 +/- ##
==========================================
- Coverage 35.68% 35.68% -0.01%
==========================================
Files 6931 6931
Lines 148794 148786 -8
Branches 42515 42514 -1
==========================================
- Hits 53097 53092 -5
+ Misses 95697 95694 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 6 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
What
Why
Screenshots / Gifs
Checklist:
Summary by CodeRabbit
New Features
Documentation
The changes improve the judicial system's web interface by providing more detailed handling of civil claims during case processing.