Skip to content

Commit

Permalink
Form 10215 schema updated, small changes (#33598)
Browse files Browse the repository at this point in the history
* Wip

* Add schema
  • Loading branch information
GovCIOLiz authored Dec 17, 2024
1 parent 4e1d5ea commit 110f0a6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@
"url-search-params-polyfill": "^8.1.1",
"uswds": "1.6.10",
"vanilla-lazyload": "^16.1.0",
"vets-json-schema": "https://github.com/department-of-veterans-affairs/vets-json-schema.git#a84abd360072a0d4aaa8b1984cee2c33e1844335",
"vets-json-schema": "https://github.com/department-of-veterans-affairs/vets-json-schema.git#6732ef3d0c5804484f7e3aa580333ecad29eb085",
"web-vitals": "^4.2.4"
},
"resolutions": {
Expand Down
1 change: 0 additions & 1 deletion src/applications/edu-benefits/10215/config/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ const formConfig = {
transformForSubmit: transform,
trackingPrefix: 'edu-10215-',
introduction: IntroductionPage,
// introduction: CalculationInstructions,
confirmation: ConfirmationPage,
formId: '22-10215',
saveInProgress: {},
Expand Down
5 changes: 5 additions & 0 deletions src/applications/edu-benefits/10215/pages/program-intro.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ const ProgramIntro = {
completing the form, making it easier to reference them as you enter
your calculations.
</p>
<va-link
external
href="/education/apply-for-education-benefits/application/10215/calculation-instructions"
text="Review the calculation instructions"
/>
</>,
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/applications/edu-benefits/10215/pages/program-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import {

const arrayBuilderOptions = {
arrayPath: 'programs',
nounSingular: '85/15 calculation',
nounPlural: '85/15 calculations',
nounSingular: 'program',
nounPlural: 'programs',
required: true,
text: {
getItemName: item => item.programName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ const missingFromVetsJsonSchema = [
VA_FORM_IDS.FORM_21_4138,
VA_FORM_IDS.FORM_21A,
VA_FORM_IDS.FORM_21P_0847,
VA_FORM_IDS.FORM_22_10215,
VA_FORM_IDS.FORM_40_0247,
VA_FORM_IDS.FORM_COVID_VACCINE_TRIAL_UPDATE,
VA_FORM_IDS.FORM_FORM_UPLOAD_FLOW,
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21938,9 +21938,9 @@ verror@1.10.0:
core-util-is "1.0.2"
extsprintf "^1.2.0"

"vets-json-schema@https://github.com/department-of-veterans-affairs/vets-json-schema.git#a84abd360072a0d4aaa8b1984cee2c33e1844335":
version "24.7.0"
resolved "https://github.com/department-of-veterans-affairs/vets-json-schema.git#a84abd360072a0d4aaa8b1984cee2c33e1844335"
"vets-json-schema@https://github.com/department-of-veterans-affairs/vets-json-schema.git#6732ef3d0c5804484f7e3aa580333ecad29eb085":
version "24.7.1"
resolved "https://github.com/department-of-veterans-affairs/vets-json-schema.git#6732ef3d0c5804484f7e3aa580333ecad29eb085"
dependencies:
minimist "^1.2.3"

Expand Down

0 comments on commit 110f0a6

Please sign in to comment.