-
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
[PART 1] Make cached appeal attribute table joins a scope on tasks #14263
[PART 1] Make cached appeal attribute table joins a scope on tasks #14263
Conversation
Code Climate has analyzed commit e181835 and detected 0 issues on this pull request. View more on Code Climate. |
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.
Optional spec to add coverage for a previously untested method this PR touches, & an out of scope add-if-you-found it comment. Overall LGTM! nice refactor 🎇
Running bundle exec rails security
locally, I see nothing different on this PR versus master branch. Unclear what's yelling there.
* Show task assignee name in queue tables * SQL resuffling * Use css_id over full_name * [PART 3] Remove assignee_label from cached appeals (#14265) * Remove assignee_label from cached appeals * ETL migrations before running make docs!
Generated by 🚫 Danger |
THIS PR
Resolves #13914
PART 1 of the stack
PART 2 #14264
PART 3 #14265
Description
Moves
joins(CachedAppeal.left_join_from_tasks_clause)
into a scope on tasksAcceptance Criteria
FULL STACK
Description
Rather than displaying an appeal's problematic assigned_to_location, show the actual task assignee in task tables.
Acceptance Criteria
Testing Plan
Tasks assigned to users
Tasks assigned to organizations
User Facing Changes