Browse Source

Updated layout for uploader and added doc-type metadata

pull/170/head
Michael Olund 5 years ago
parent
commit
cf99101aff
3 changed files with 131 additions and 113 deletions
  1. +4
    -0
      vue/src/components/Uploader.vue
  2. +70
    -56
      vue/src/pages/final-filing/FinalFiling.vue
  3. +57
    -57
      vue/src/pages/initial-filing/InitialFiling.vue

+ 4
- 0
vue/src/components/Uploader.vue View File

@ -38,6 +38,10 @@ import VueUploadComponent from 'vue-upload-component'
import ItemTile from './ItemTile'
export default {
props: {
type: String,
party: { type: Number, default: 0 }
},
data: function () {
return {
files: [],


+ 70
- 56
vue/src/pages/final-filing/FinalFiling.vue View File

@ -1,32 +1,38 @@
<template>
<div id="app">
<div class="question-well-border-less" v-if="signingLocation === 'Virtual'">
<p>
Upload the signed / sworn and scanned Child Support Affidavit (F37)
<Uploader/>
</p>
<p>
Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38)
<Uploader/>
</p>
<div>
<p>Upload the signed / sworn and scanned Child Support Affidavit (F37)</p>
<!-- CSA - Child Support Affidavit -->
<Uploader doc-type="CSA"/>
</div>
<div>
<p>Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38)</p>
<!-- AFDO - Affidavit - Desk Order Divorce -->
<Uploader doc-type="AFDO"/>
</div>
</div>
<div class="question-well-border-less" v-else-if="signingLocationYou === 'Virtual' && signingLocationSpouse === 'Virtual'">
<p>
Upload the signed / sworn and scanned Child Support Affidavit (F37) - For You
<Uploader/>
</p>
<p>
Upload the signed / sworn and scanned Child Support Affidavit (F37) - For Your Spouse
<Uploader/>
</p>
<p>
Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38) - For You
<Uploader/>
</p>
<p>
Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38) - For Your Spouse
<Uploader/>
</p>
<div>
<p>Upload the signed / sworn and scanned Child Support Affidavit (F37) - For You</p>
<!-- CSA - Child Support Affidavit -->
<Uploader doc-type="CSA" :party="1"/>
</div>
<div>
<p>Upload the signed / sworn and scanned Child Support Affidavit (F37) - For Your Spouse</p>
<!-- CSA - Child Support Affidavit -->
<Uploader doc-type="CSA" :party="2"/>
</div>
<div>
<p>Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38) - For You</p>
<!-- AFDO - Affidavit - Desk Order Divorce -->
<Uploader doc-type="AFDO" :party="1"/>
</div>
<div>
<p>Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38) - For Your Spouse</p>
<!-- AFDO - Affidavit - Desk Order Divorce -->
<Uploader doc-type="AFDO" :party="2"/>
</div>
</div>
<template v-else-if="howToFile === 'Online'">
<div class="question-well-border-less" v-if="signingLocation.length || (signingLocationYou.length && signingLocationSpouse.length)">
@ -36,38 +42,46 @@
<li>Requisition Form (F35)</li>
<li>Certificate of Pleadings Form (F36)</li>
</ul>
<p>
Upload the signed / sworn and scanned Child Support Affidavit (F37)
<Uploader/>
</p>
<p>
Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38)
<Uploader/>
</p>
<p>
Upload the signed and scanned Draft Final Order Form (F52)
<Uploader/>
</p>
<p>
Upload the signed and scanned Electronic Fipng Statement (F96) for You
<Uploader/>
</p>
<p>
Upload the signed and scanned Electronic Fipng Statement (F96) for Your Spouse
<Uploader/>
</p>
<p>
Complete, scan and upload the Agreement as to Annual Income (F9) form
<Uploader/>
</p>
<p>
Complete, scan and upload the Identification of Apppcant (VSA 512) for You
<Uploader/>
</p>
<p>
Complete, scan and upload the Identification of Apppcant (VSA 512) for Your Spouse
<Uploader/>
</p>
<div>
<p>Upload the signed / sworn and scanned Child Support Affidavit (F37)</p>
<!-- CSA - Child Support Affidavit -->
<Uploader doc-type="CSA"/>
</div>
<div>
<p>Upload the signed / sworn and scanned Affidavit - Desk Order Divorce Form (F38)</p>
<!-- AFDO - Affidavit - Desk Order Divorce -->
<Uploader doc-type="AFDO"/>
</div>
<div>
<p>Upload the signed and scanned Draft Final Order Form (F52)</p>
<!-- OFI - Final Order -->
<Uploader doc-type="OFI"/>
</div>
<div>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for You</p>
<!-- EFSS - Electronic Filing Statement - Supreme -->
<Uploader doc-type="EFSS" :party="1"/>
</div>
<div>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for Your Spouse</p>
<!-- EFSS - Electronic Filing Statement - Supreme -->
<Uploader doc-type="EFSS" :party="2"/>
</div>
<div>
<p>Complete, scan and upload the Agreement as to Annual Income (F9) form</p>
<!-- AAI - Agreement as to Annual Income -->
<Uploader doc-type="AAI"/>
</div>
<div>
<p>Complete, scan and upload the Identification of Apppcant (VSA 512) for You</p>
<!-- ??? - Identification of Applicant -->
<Uploader doc-type="???" :party="1"/>
</div>
<div>
<p>Complete, scan and upload the Identification of Apppcant (VSA 512) for Your Spouse</p>
<!-- ??? - Identification of Applicant -->
<Uploader doc-type="???" :party="2"/>
</div>
</div>
<div class="question-well-border-less" v-else>
<h2>You need to select a signing method in the <a :href="signFileOptionsUrl">Signing & Filing Options</a>


+ 57
- 57
vue/src/pages/initial-filing/InitialFiling.vue View File

@ -6,19 +6,19 @@
<p>The Notice of Joint Family Claim Form (F1) will be automatically filed for you.</p>
</div>
<div>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i></p>
<!-- MC - Marriage Certificate -->
<Uploader doc-type="MC"/>
</div>
<div>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i></p>
<!-- AFTL - Affidavit of Translator -->
<Uploader doc-type="AFTL"/>
</div>
<div>
<p>Complete, scan and upload the Registration of Divorce Proceedings <i class="fa fa-question-circle"></i> form
<Uploader/>
</p>
<p>Complete, scan and upload the Registration of Divorce Proceedings <i class="fa fa-question-circle"></i> form</p>
<!-- RDP - Registration of Divorce Proceeding -->
<Uploader doc-type="RDP"/>
</div>
</div>
</template>
@ -37,39 +37,39 @@
</ul>
<div class="question-well-border-less">
<div>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i></p>
<!-- MC - Marriage Certificate -->
<Uploader doc-type="MC"/>
</div>
<div>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i></p>
<!-- AFTL - Affidavit of Translator -->
<Uploader doc-type="AFTL"/>
</div>
<div>
<p>Upload the signed and scanned Draft Final Order Form (F52)
<Uploader/>
</p>
<p>Upload the signed and scanned Draft Final Order Form (F52)</p>
<!-- OFI - Final Order -->
<Uploader doc-type="OFI"/>
</div>
<div>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for You
<Uploader/>
</p>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for You</p>
<!-- EFSS - Electronic Filing Statement - Supreme -->
<Uploader doc-type="EFSS" :party="1"/>
</div>
<div>
<p>Complete, scan and upload the Registration of Divorce Proceedings form
<Uploader/>
</p>
<p>Complete, scan and upload the Registration of Divorce Proceedings form</p>
<!-- RDP - Registration of Divorce Proceeding -->
<Uploader doc-type="RDP"/>
</div>
<div>
<p>Complete, scan and upload the Agreement as to Annual Income (F9) form
<Uploader/>
</p>
<p>Complete, scan and upload the Agreement as to Annual Income (F9) form</p>
<!-- AAI - Agreement as to Annual Income -->
<Uploader doc-type="AAI"/>
</div>
<div>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for You
<Uploader/>
</p>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for You</p>
<!-- ??? - Identification of Applicant -->
<Uploader doc-type="???" :party="1"/>
</div>
</div>
</div>
@ -89,49 +89,49 @@
</ul>
<div class="question-well-border-less">
<div>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Upload a scan of your Proof of Marriage <i class="fa fa-question-circle"></i></p>
<!-- MC - Marriage Certificate -->
<Uploader doc-type="MC"/>
</div>
<div>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i>
<Uploader/>
</p>
<p>Scan and upload the sworn Affidavit of Interpreter Form <i class="fa fa-question-circle"></i></p>
<!-- AFTL - Affidavit of Translator -->
<Uploader doc-type="AFTL"/>
</div>
<div>
<p>Upload the signed and scanned Draft Final Order Form (F52)
<Uploader/>
</p>
<p>Upload the signed and scanned Draft Final Order Form (F52)</p>
<!-- OFI - Final Order -->
<Uploader doc-type="OFI"/>
</div>
<div>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for You
<Uploader/>
</p>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for You</p>
<!-- EFSS - Electronic Filing Statement - Supreme -->
<Uploader doc-type="EFSS" :party="1"/>
</div>
<div>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for Your Spouse
<Uploader/>
</p>
<p>Upload the signed and scanned Electronic Filing Statement (F96) for Your Spouse</p>
<!-- EFSS - Electronic Filing Statement - Supreme -->
<Uploader doc-type="EFSS" :party="2"/>
</div>
<div>
<p>Complete, scan and upload the Registration of Divorce Proceedings form
<Uploader/>
</p>
<p>Complete, scan and upload the Registration of Divorce Proceedings form</p>
<!-- RDP - Registration of Divorce Proceeding -->
<Uploader doc-type="RDP"/>
</div>
<div>
<p>Complete, scan and upload the Agreement as to Annual Income (F9) form
<Uploader/>
</p>
<p>Complete, scan and upload the Agreement as to Annual Income (F9) form</p>
<!-- AAI - Agreement as to Annual Income -->
<Uploader doc-type="AAI"/>
</div>
<div>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for You
<Uploader/>
</p>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for You</p>
<!-- ??? - Identification of Applicant -->
<Uploader doc-type="???" :party="1"/>
</div>
<div>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for Your Spouse
<Uploader/>
</p>
<p>Complete, scan and upload the Identification of Applicant (VSA 512) for Your Spouse</p>
<!-- ??? - Identification of Applicant -->
<Uploader doc-type="???" :party="2"/>
</div>
</div>
</div>


Loading…
Cancel
Save