Skip to content

Commit

Permalink
Vfep 903 - add guardian certification/signature to 1995 spool file (#…
Browse files Browse the repository at this point in the history
…16265)

* 1995 spool file changes

* fix json-schema reference in Gemfile.lock

* fix errors in other team's tests

* revert temporary fixes to other team's code

* fix gemfile.lock json-schema version

* update Gemfile.lock to latest json-schema

* 1995 spool file changes

* remove last school

* 1995 spool changes

* fix rubocop

* fix merge conflicts

* fix merge conflicts

* resolve merge conflict

* fix tests

* update gemfile

* 1995 spool changes

* update json_schema

* fix conflict

* fix failing test

* remove blank line

* add newline at end of file

* add newline
  • Loading branch information
GcioGregg authored Apr 10, 2024
1 parent 095e43f commit d3a244c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 10 deletions.
6 changes: 5 additions & 1 deletion app/sidekiq/education_form/templates/1995.erb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ Date Entered Date Separated Service Component
Date Entered Date Separated Service Component
<% @applicant&.toursOfDuty&.each do |tour| -%>
<%= to_date(tour.dateRange&.from) %> <%= to_date(tour.dateRange&.to) %> <%= tour.serviceBranch %>
<% end %>
<% end -%>

<% end -%>
<% unless Settings.vsp_environment.eql?('production') -%>
Expand Down Expand Up @@ -184,8 +184,12 @@ Signature/Title/Branch of Armed Forces Education Service Officer Date
<% if @applicant.isActiveDuty -%>
As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
<% else -%>
<% if @applicant.minorHighSchoolQuestions -%>
You are the parent, guardian, or custodian of the applicant
<% else -%>
Certification and Signature of Applicant
<% end -%>
Signature of Applicant Date
<% end -%>
<% end -%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"guardianEmail":"[email protected]"
},
"applicantServed": "Yes",
"isActiveDuty": true,
"isActiveDuty": false,
"toursOfDuty": [{
"dateRange": {
"from": "2010-06-26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Education or Career Goal:

Served in the armed forces?: Yes

Are You Now On Active Duty?: YES
Are You Now On Active Duty?: NO

Do you have any new periods of service to record since you last applied for
education benefits? YES
Expand Down Expand Up @@ -90,8 +90,8 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Confirmation #: V-EBC-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"guardianEmail":"[email protected]"
},
"applicantServed": "Yes",
"isActiveDuty": true,
"isActiveDuty": false,
"toursOfDuty": [{
"dateRange": {
"from": "2010-06-26",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Education or Career Goal:

Served in the armed forces?: Yes

Are You Now On Active Duty?: YES
Are You Now On Active Duty?: NO

Do you have any new periods of service to record since you last applied for
education benefits? YES
Expand Down Expand Up @@ -99,8 +99,8 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


As an active-duty service member, you have consulted with an Education Service
Officer (ESO) regarding your education program.
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Confirmation #: V-EBC-1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Address of Parent, Guardian or Custodian:
Email address: [email protected]


Certification and Signature of Applicant
You are the parent, guardian, or custodian of the applicant
Signature of Applicant Date

Electronically Received by VA: 2017-01-17
Expand Down

0 comments on commit d3a244c

Please sign in to comment.