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 19 forks source link

Hide assign to team option from VSOs #8955

Closed lpciferri closed 5 years ago

lpciferri commented 5 years ago

IHP-writing VSOs should not assign cases to BVA teams. They should only complete IHP tasks.

AC

lowellrex commented 5 years ago

VSOs currently do not have the option to assign tasks to teams... don't know why I thought they did last week (maybe our test data was incorrect?).

rails c> Task.all.select { |t| t.assigned_to.is_a?(Vso) }.pluck(:type).uniq
# ["InformalHearingPresentationTask"]

The only tasks that are assigned to VSOs are IHP tasks and IHP tasks do not have the option to assign cases to Board teams.

Closing this ticket out because the work is already done!