Skip to content

Commit

Permalink
jHoang/APPEALS-17523 (#18466)
Browse files Browse the repository at this point in the history
* jHoang/APPEALS-17511 (#18444)

* migration to add mst and pact status to request_issues

* schema update

* typo in migration

* typo in schema

* set default status

* Revert "schema update"

This reverts commit 0d5df1a.

* Revert "typo in schema"

This reverts commit 9a74e6e.

* +1

---------

Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>

* Justin/appeals 17512 (#18443)

* feature toggle mst_pact_identification

* toggle added to queue, intake, and hearings erb

* replaced bracket that was accidentally removed

* hearings feature toggle to camelCase to match

* removing merge problems

* APPEALS-17506: MST & PACT Components (#18451)

* APPEALS-17506: MST & PACT Components

* +1

* updated storybook test args for rendering badges

---------

Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>

* HunJerBAH/APPEALS-17509: Mocking BGS Contentions in Test Data (#18457)

* added mst and pact option to contention generator

* added mst and pact option to bgs_contention generator

* updated record maker to build epes with mst/pact contentions

* refactored to create both mst and pact contention cases for veterans

* added duplicate contention error handling in generator

* Ki/appeals 17508 v3 - Add Edit Issues Dropdown (#18453)

* APPEALs-17508 - feature branch update issues fix

* APPEALS-17508 - MST/PACT FeatureToggle

* Info banner for Special Issues Page

* re-implement banner to ensure fontsize is consistent

* added some spacing under banner

---------

Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
Co-authored-by: Ki Mau <ki.mau@va.gov>
  • Loading branch information
8 people committed Apr 21, 2023
1 parent 7a90c5e commit 0a91747
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions client/COPY.json
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@
"SPECIAL_ISSUES_BENEFIT_TYPE_SECTION": "Benefit Types: ",
"SPECIAL_ISSUES_ISSUES_ON_APPEAL_SECTION": "Issues on Appeal: ",
"SPECIAL_ISSUES_DIC_OR_PENSION_SECTION": "Dependency and Indemnity Compensation (DIC) or Pension: ",
"SPECIAL_ISSUES_BANNER_TEXT": "Military Sexual Trauma and PACT Act will be identified at the issue level. If you need to add these issues, please add them on the next page by editing the applicable issue(s)",

"SPECIAL_ISSUES_NONE_CHOSEN_TITLE": "Choose at least one.",
"SPECIAL_ISSUES_NONE_CHOSEN_DETAIL": "If no special issues apply to this case, please confirm by selecting \"No special issues\"",
Expand Down
5 changes: 5 additions & 0 deletions client/app/queue/SelectSpecialIssuesView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const flexColumn = css({
width: '50%'
});

const infoBannerStyling = css({
marginBottom: '2rem',
});

class SelectSpecialIssuesView extends React.PureComponent {
constructor(props) {
super(props);
Expand Down Expand Up @@ -138,6 +142,7 @@ class SelectSpecialIssuesView extends React.PureComponent {
<p>
{this.getPageNote()}
</p>
<Alert type="info" title=" " message={COPY.SPECIAL_ISSUES_BANNER_TEXT} styling={infoBannerStyling} />
{error && <Alert type="error" title={error.title} message={error.detail} />}
<div {...flexContainer}>
<div {...flexColumn}>
Expand Down

0 comments on commit 0a91747

Please sign in to comment.