-
Notifications
You must be signed in to change notification settings - Fork 62
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): Move CaseFiles step forward #17942
Conversation
WalkthroughThis pull request updates several components in the Prosecutor module to modify their navigation logic. The changes update the target routes for the next and previous actions in the Changes
Sequence Diagram(s)sequenceDiagram
participant U as User
participant F as FormFooter
participant R as Router
U->>F: Click navigation button (Next/Previous)
F->>R: Invoke navigation with updated route constant
R-->>U: Render the new page based on the route
Possibly related PRs
Suggested labels
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🧰 Additional context used📓 Path-based instructions (1)`apps/**/*`: "Confirm that the code adheres to the following...
🔇 Additional comments (3)
✨ Finishing Touches
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
|
View your CI Pipeline Execution ↗ for commit 198e849.
☁️ Nx Cloud last updated this comment at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good and works locally, but you need to also adjust the e2e tests to accommodate the change of steps 🙏
…d.is into j-s/move-case-files-step
Move CaseFiles step forward
Asana
What
Move CaseFiles step forward. Note that to be able to do this, we had to remove the indictment PDF button from this screen because it uses data from the Indictment screen that is now behind the CaseFiles screen. This was given the go-ahead by our designer.
Why
This was a request from some prosecutor users. Apparently this makes more sense to them.
Screenshots / Gifs
Before
After
Checklist:
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Style