@byu-oit/vue-decision-processing-components
Advanced tools
Comparing version 8.31.0 to 8.32.0
@@ -5,2 +5,10 @@ # Changelog | ||
## [8.32.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.31.0...v8.32.0) (2022-12-02) | ||
### Features | ||
* add pw flags ([da42f88](https://github.com/byu-oit/vue-decision-processing-components/commit/da42f887ff210b6687c9a3d49b2d94c22595f776)) | ||
* add pw flags ([b0a147c](https://github.com/byu-oit/vue-decision-processing-components/commit/b0a147c85732ae8ad697f02d3bb113c76dfff802)) | ||
## [8.31.0](https://github.com/byu-oit/vue-decision-processing-components/compare/v8.30.1...v8.31.0) (2022-12-01) | ||
@@ -7,0 +15,0 @@ |
{ | ||
"name": "@byu-oit/vue-decision-processing-components", | ||
"version": "8.31.0", | ||
"version": "8.32.0", | ||
"description": "Vue components shared between decision processing systems for the CES schools.", | ||
@@ -5,0 +5,0 @@ "dependencies": { |
@@ -159,4 +159,8 @@ import Vue from 'vue' | ||
return 'NF Not Graduating' | ||
case 'NOHS': | ||
return 'Under 18 No High School Completion' | ||
case 'NSE': | ||
return 'No Secondary Education' | ||
case 'PD': | ||
return 'Previously Denied' | ||
case 'UA': | ||
@@ -163,0 +167,0 @@ return 'Underage Applicant' |
425553
4157