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

Create model to store IHP draft V-Drive path #15206

Closed
5 tasks
hschallhorn opened this issue Sep 10, 2020 · 2 comments · Fixed by #15290
Closed
5 tasks

Create model to store IHP draft V-Drive path #15206

hschallhorn opened this issue Sep 10, 2020 · 2 comments · Fixed by #15290
Assignees
Labels
Feature: case-details Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. Product: caseflow-queue Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Echo 🐬 Type: New Development New feature development

Comments

@hschallhorn
Copy link
Contributor

Associated with #14980. We need a way to store the location of a draft IHP written by a POA to be QA'd by VLJ support. This ticket is to create a new table to store this information

  • Model is associated with an appeal
  • Model is associated with an IHP writing VSO
  • Model validates and stores properly formatted v-drive path
  • TIMESTAMPS

Open questions

  • Should a IHP written by a VSO overwrite one they already wrote for an appeal?
@hschallhorn hschallhorn added Product: caseflow-queue Feature: case-details Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Echo 🐬 Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. Type: New Development New feature development labels Sep 10, 2020
@ajspotts
Copy link
Contributor

what is this chart?

1 | 
2 | |||||
3 | |||||||
5 | 
8 | 

Ryan will provide path string validation rules.

Why 1?

Why 2?

  • Add new model/table to schema

Why 3?

  • Validation of path upon creation and update via regex (along with tests)

@hschallhorn
Copy link
Contributor Author

hschallhorn commented Sep 21, 2020

Validations!

Here is the link for Legacy Appeals:
V:\VBMS Paperless IHPs\AML\902
This link is specified by each VSO. i.e., DAV\902, VFW\902, etc.
Here is the link for AMA Appeals:
V:\VBMS Paperless IHPs\AML\AMA IHPs
This link is also specified by each VSO. i.e., DAV\AMA IHPs, VFW\AMA IHPs

Looking at the v drive, if a user were to copy a link to the file, it would paste as

"\\vacoappbva3.dva.va.gov\DMDI$\VBMS Paperless IHPs\AML\902\VetName 12345.pdf"
"\\vacoappbva3.dva.va.gov\DMDI$\VBMS Paperless IHPs\AML\AMA IHPs\VetName 12345.pdf"

for legacy and ama appeals respectively where "AML" is the VSO. There seems to be no standard format for the actual PDF name unfortunately. Note that the quotes are included as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature: case-details Priority: Medium Blocking issue w/workaround, or "second in" priority for new work. Product: caseflow-queue Stakeholder: BVA Functionality associated with the Board of Veterans' Appeals workflows/feature requests Team: Echo 🐬 Type: New Development New feature development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants