Skip to content
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

Hide attorney's On Hold cases from Judge view of attorney caseloads #8318

Closed
lpciferri opened this issue Dec 17, 2018 · 2 comments
Closed

Hide attorney's On Hold cases from Judge view of attorney caseloads #8318

lpciferri opened this issue Dec 17, 2018 · 2 comments

Comments

@lpciferri
Copy link

When judges are assigning cases to their attorneys, they need to see an accurate number of cases that are on their attorney's plates.

Quick Fix

  • Hide cases that are on hold from judge view of attorney caseloads
@lpciferri lpciferri changed the title Help judges distinguish attorney's On Hold cases from assigned cases Hide attorney's On Hold cases from Judge view of attorney caseloads Dec 20, 2018
@amprokop
Copy link
Contributor

I think I won't have time for this fix before leaving, but leaving what I think the fix is here:

Look in queue/selectors.js

getTasksByUserId and getAssignedTasks should probably filter for tasks that are not on hold, as well as tasks that are complete. Then we need to test the judge assignment view while logged in as a judge to ensure that cases that an attorney has placed on hold are not currently viewable. Make sure that this doesn't affect the view an attorney has of their own cases.

@amprokop
Copy link
Contributor

See #8158 which was a similar change

@lowellrex lowellrex removed their assignment Jan 10, 2019
@lowellrex lowellrex removed their assignment Jan 10, 2019
@joeyyang joeyyang self-assigned this Jan 25, 2019
@ghost ghost added the In-Progress label Jan 25, 2019
@ghost ghost removed the In-Progress label Jan 25, 2019
va-bot pushed a commit that referenced this issue Jan 25, 2019
…8957)

Resolves #8318
/cc @laurjpeterson 

### Description
This PR hides cases that are on hold from judge view of attorney caseloads. This PR follows @amprokop's proposed approach in #8318.

When judges are assigning cases to their attorneys, they need to see an accurate number of cases that are on their attorney's plates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants