department-of-veterans-affairs / caseflow

Caseflow is a web application that enables the tracking and processing of appealed claims at the Board of Veterans' Appeals.
Other
54 stars 18 forks source link

Queue table | Show docket type #6650

Closed lpciferri closed 6 years ago

lpciferri commented 6 years ago

When BVA employees are working appeals, they need to see what type of docket the appeal is on, so they know what procedures to follow.

AC

and legacy can just say Legacy

Mocks

Docket types explained

judge-table-assign-caseload-docket-types-explained

Example of docket types displayed in "judge assign" table

judge-table-assign-caseload-docket-type-b

sneha-pai commented 6 years ago

@allyceh @laurjpeterson @mkhandekar : I've added two variants for displaying docket type (AMA lanes and legacy). I'd love your feedback as comments below, and or we can chat about it in a call. Would love to know who will be in charge of developing the front-end of this, to verify and clarify that one or both of these treatments are accurate to the way we want to display docket numbers in Queue table.

Lanes:

Docket type (Variant A) + case-labels for hearing, specialty case, overtime (768px width)

Notes This variant has rounded ellipses representing each docket lane. To contrast, case-labels are more rectangular and have bolder colors that pop out more. judge-table-assign-caseload-docket-type-a-768

Docket type (Variant B) + case-labels for hearing, specialty case, overtime (768px width)

Notes This variant has semi-bold treatment for each letter that represents a docket lane. Again, to contrast, case-labels are more rectangular and have bolder colors that pop out more. judge-table-assign-caseload-docket-type-b-768

lpciferri commented 6 years ago

Thanks @sneha-pai!

From an engineering perspective, I think @mdbenjam should weigh in. It's likely that he or @lowellrex would implement this (though anyone else on foxtrot could do this, too!)


screen shot 2018-08-29 at 7 52 48 pm screen shot 2018-08-29 at 7 52 36 pm
sneha-pai commented 6 years ago

Hi @laurjpeterson

mkhandekar commented 6 years ago

Labels:


Can this design exist exactly the same in the Case snapshot section of Case details?

Yes, definitely, placement TBD.


Unified header for Reader + Queue:

mdbenjam commented 6 years ago

This doesn't seem very hard to implement, though it does add two new stylings that aren't in the styleguide. It looks like the docket type is within the docket number. I think this is 👍 , sorting will just be sort by docket type then docket number.

allyceh commented 6 years ago

@sneha-pai These look good! I also prefer option A like the rest of the group.

A thought for the future: It seems like we're putting a lot of information into these table rows. And arguably, it's all very useful for judges and attorneys to have when they're assigning or reviewing cases. Is there any information in these table rows that we can just display on the Case Details page one level deeper? Like docket number for instance. Now that we're displaying the lane a case is in, do users need to see the docket number, or is that information not "need to know" at this level? Same with the vet ID number. How might having the vet ID number help them at this point rather than keeping it at the Case Details level?

allyceh commented 6 years ago

Last thought: If we have the ability to remove any of these data points (per the comment above) in the table and keep them at the Case Details level, we could use full words (ex: Hearing, Specialty) in one set of our tags. That would allow us minimize the different groups of abbreviated tags that a user would have to remember and would help to distinguish them a little more (?).

lpciferri commented 6 years ago

@mdbenjam - can you weigh in on the feasibility of sorting functionality by docket number and docket type? thinking that on one click, the user could view cases grouped by docket type (either with some pre-determined ranking or alphabetical) then by docket number (oldest to newest / newest to oldest depending on the direction clicked)

@sneha-pai - looking back through some materials. i think the direct lane is officially Direct Review and has been called Direct docket for short.

mdbenjam commented 6 years ago

Wait so is the question can we sort by docket type and then within type docket number? That answer is yes. Easy to do. Or is the question can we sort by docket type with one click, and a second click to sort by docket number? That answer is no, much harder to do.

lpciferri commented 6 years ago

@mdbenjam was asking about the first scenario you walked through. Thanks for answering for both options, though, it helps!

mkhandekar commented 6 years ago

Separate thought - we continue to see in our user research sessions that attorneys and judges spend the bulk of their time in Reader. How does this design translate, if at all, to Reader? I'm wondering if users could benefit from docket type being in the heading somehow for Reader, since the Claims folder details accordion isn't expanded when a user navigates to Reader. -- LP

Continuing conversation about designing a more universal case title here: https://github.com/department-of-veterans-affairs/caseflow/issues/6963