-
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
chore(j-s): Add ability to choose if there are civil claims in a case #16091
Conversation
WalkthroughThe changes in this pull request focus on enhancing the management and representation of civil claims within the judicial system application. Key modifications include the introduction of new message definitions for localization, adjustments to conditional rendering logic in various components to ensure civil claims are displayed only when applicable, and the addition of state management features to track user selections regarding civil claims. These updates aim to improve the application's functionality and user experience related to civil claims. Changes
Possibly related PRs
Suggested labels
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, 338 Passed, 0 Skipped, 1m 5.48s Total Time 🔻 Code Coverage Decreases vs Default Branch (1)
|
Add ability to choose if there are civil claims in a case.
Asana
What
Add a radio button to the processing page to choose wether or not there are civil claims in a case. If
yes
is selected, the user can add civil demands and upload a civil claim to RVG and that is displayed on the indictment case file list. That is not possible ifno
is selected.Why
This is just a part of our goal of being able to add civil claims to indictments.
Screenshots / Gifs
Screen.Recording.2024-09-19.at.14.48.13.mov
Checklist:
Summary by CodeRabbit
New Features
Improvements
Bug Fixes