-
Notifications
You must be signed in to change notification settings - Fork 19
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
msteele/APPEALS-28954 #19296
Merged
Merged
msteele/APPEALS-28954 #19296
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Code Climate has analyzed commit 6a909ff and detected 2 issues on this pull request. Here's the issue category breakdown:
Note: there is 1 critical issue. View more on Code Climate. |
ThorntonMatthew
approved these changes
Aug 31, 2023
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.
Fantastic work!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Resolves APPEALS-28954
Description
Added efolder url field to be present when changing task to a HPR or HWR type and adjusted styling of efolder url field to allow loading spinner to not overlap with text.
Acceptance Criteria
Whenever a user executes the "Change task type" task action on any mail task
If they select "Hearing postponement request"
The user is required to enter the following:
The URL for an eFolder document
This field should just accept a string
Instructions and context
Allowable characters include alphanumeric and special characters
The submission button remains disabled until all of the above criteria is met.
The user can cancel action to add the task at any time before submitting it
The user can submit action to add the task
Upon submitting the action, the following occurs:
If the URL entered by the user has a corresponding document in eFolder
The task is added with the following attributes:
Assigned on: < date task created >
Assigned to: “Hearing Admin”
Assigned by: < user who added the task >
Task: “Hearing postponement request”
Task instructions: < URL entered by the user plus instructions and context entered by the user >
If they select any other task type
The modal's behavior should remain the same.
Testing Plan
Frontend
User Facing Changes
BEFORE|AFTER
Best practices
Code Documentation Updates
Tests
Test Coverage
Did you include any test coverage for your code? Check below:
Code Climate
Your code does not add any new code climate offenses? If so why?
Monitoring, Logging, Auditing, Error, and Exception Handling Checklist
Monitoring
Logging
Auditing
Error Handling
Exception Handling