Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Willlove/appeals 24581 #19151

Merged
merged 293 commits into from
Aug 9, 2023
Merged

Willlove/appeals 24581 #19151

merged 293 commits into from
Aug 9, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on May 9, 2023

  1. will/appeals 17529 (#18574)

    * Test: it updates the request issue's mst status
    
    * Feat: RequestIssuesUpdate mst status and reason notes update
    
    * Test: RequestIssuesUpdate updates pact status and pact status update reason notes
    
    * Migration: add pact_edited_request_issue_ids to RequestIssuesUpdate
    
    * Feat: RequestIssuesUpdate updates pact status and pact status update reason notes
    
    * Fix: add mst status update reason notes to mock data
    
    * Fix: remove camel case redundant lines from contestable issue #decision_issue
    
    * Refactor: combine migrations for RequestIssuesUpdate into 1 migration
    
    * Fix: Fixed mismatched propnames
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored May 9, 2023
    Configuration menu
    Copy the full SHA
    08e21c6 View commit details
    Browse the repository at this point in the history
  2. Migration updates

    youfoundmanesh committed May 9, 2023
    Configuration menu
    Copy the full SHA
    6b6ff27 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    434e588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c88e340 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d226e6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2023

  1. Feature/appeals 17521/legacy edit issues (#18585)

    * APPEALS-17521: Inital Commits
    
    * updates on edit issue page for legacy appeals
    
    * remove/update comments in issues.js
    
    * clean lint and remove console.log
    
    * appeals controller #edit update
    
    * APPEALS-17521: Code cleanup
    
    * pr feedback
    
    * added error handling for nil HearingDay values
    
    * ensuring judges&attorneys can access edit issues
    
    * attorney update
    
    * Revert "added error handling for nil HearingDay values"
    
    This reverts commit 00a33d4.
    
    * Revert "Revert "added error handling for nil HearingDay values""
    
    This reverts commit e8bea7a.
    
    * Revert "attorney update"
    
    This reverts commit e883f7a.
    
    * some more cleanup
    
    * added comment to clarify reason for removal
    
    ---------
    
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    4 people authored May 14, 2023
    Configuration menu
    Copy the full SHA
    4f68c83 View commit details
    Browse the repository at this point in the history
  2. Will/appeals 17561 (#18583)

    * Feat: add #update_request_issues_for_mst_and_pact to CaseReviewsController#complete
    
    * Add conditional for legacy appeals
    
    * Test: CaseReviewsController#complete updates the Request Issues for mst and pact
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored May 14, 2023
    Configuration menu
    Copy the full SHA
    7c6ae25 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    baab0fc View commit details
    Browse the repository at this point in the history
  2. Ki/appeals 21905 (#18604)

    * APPEALS-17536 - Special Issues designation updated
    
    * APPEALS-21905 - Separate MSTPACT textfields
    
    * Jhoang/appeals 21860 (#18545)
    
    * rendered checkboxes
    
    * labeling, styling, rspecs
    
    * rspec failure
    
    * rspec failure
    
    * removed id prop off checkbox
    
    * duplicate matcher in rspec after merge
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    
    * HunJerBAH/APPEALS-17497 hot fixes (#18538)
    
    * updated contention mst and pact search on contestable issues
    
    * updated feature toggles and feature toggle checks
    
    * added COB user to list of users who can edit MST/PACT
    
    * added feature flags to respective checkboxes
    
    * added admin permissions to mst/pact workflow
    
    * +1
    
    ---------
    
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    
    * updated payload, rspecs, controller params (#18560)
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    
    * redirect AMA appeals directly to Add Decisions page (#18533)
    
    * Update triggers to not include edited
    
    Editing a PR should not trigger the workflow, especially not until new workflows cancel previous ones that are not longer needed.
    
    * redirect AMA appeals directly to Add Decisions page
    
    * Completed testing spec for redirecitng page when 'decision issue to review' is clicked from the dropdown options
    
    ---------
    
    Co-authored-by: mikefinneran <110622959+mikefinneran@users.noreply.github.com>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    
    * 17513 pre-populate MST/PACT checkboxes if data is present in the model. (#18537)
    
    * Redoing branch because of previous errors.
    
    * Added updates made to featureToggles.js
    
    * Implemented auto population
    
    * Finished RSpec test and validated that it works.
    
    * Fixed bug with AddIssuesModal. Some work done on new RSpec test.
    
    * Added participant_id to build method.
    
    * Added RSpec test with correct mock data.
    
    * Saved work changes
    
    * Fixed RSpec again.
    
    * Updated label on PACT ACT checkbox to accurately reflect the wireframes.
    
    ---------
    
    Co-authored-by: Ryan Marshall <Ryan.Marshall@lefant.org>
    
    * Revert "17513 pre-populate MST/PACT checkboxes if data is present in the model. (#18537)" (#18571)
    
    This reverts commit ca4d36e.
    
    * Justin/appeals 17533 (#18531)
    
    * testing justification text box additions
    
    * Moving IntakeRadioField and recreating RadioField
    
    * changing radiofield import in the AddIssuesModal
    
    * fixing justification redux, code cleanup, comments
    
    * refactoring to new MST PACT context
    
    * checking for mst pact justification box
    
    * adding both mst and pact justifications
    
    * editing spec to reflect changes
    
    * attempting to add a required field
    
    * APPEALS-21906: MST & PACT reasons migration (#18572)
    
    * Ryan appeals/17513 redo (#18573)
    
    * Redoing branch because of previous errors.
    
    * Added updates made to featureToggles.js
    
    * Implemented auto population
    
    * Finished RSpec test and validated that it works.
    
    * Fixed bug with AddIssuesModal. Some work done on new RSpec test.
    
    * Added participant_id to build method.
    
    * Added RSpec test with correct mock data.
    
    * Saved work changes
    
    * Fixed RSpec again.
    
    * Updated label on PACT ACT checkbox to accurately reflect the wireframes.
    
    * Resolved merge conflicts. IntakeRadioField.jsx now holds the checkbox instead of RadioField.jsx
    
    ---------
    
    Co-authored-by: Ryan Marshall <Ryan.Marshall@lefant.org>
    
    * Justin/APPEALS-17533-fix (#18577)
    
    * Fixing feature
    
    * removing extraneous code
    
    * camelCase
    
    * adding check and fixing linting error
    
    * required text
    
    * will/appeals 17529 (#18574)
    
    * Test: it updates the request issue's mst status
    
    * Feat: RequestIssuesUpdate mst status and reason notes update
    
    * Test: RequestIssuesUpdate updates pact status and pact status update reason notes
    
    * Migration: add pact_edited_request_issue_ids to RequestIssuesUpdate
    
    * Feat: RequestIssuesUpdate updates pact status and pact status update reason notes
    
    * Fix: add mst status update reason notes to mock data
    
    * Fix: remove camel case redundant lines from contestable issue #decision_issue
    
    * Refactor: combine migrations for RequestIssuesUpdate into 1 migration
    
    * Fix: Fixed mismatched propnames
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    
    * Migration updates
    
    * hearing.rb updated. claimant_id method and aod method no check for unrecognized_claimants, providing a fix to the daily docket error.
    
    * test for 'aod?' created and passing
    
    * unit test/spec for claimant_id
    
    * PR spec suggestions applied.
    
    * b_reed/APPEALS-15886-caseflow (#18446)
    
    * updated the gemfile for caseflow-commons gem
    
    * ran make install and commit gemfile.lock
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    added Monitoring, Logging, Auditing, Error, and Exception Handling Checklist
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    little updates
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    added protected data change to auditing.
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Add new tdd & code climate section
    
    * Add issue to text
    
    * Add new verbiage
    
    * Updating code climate text
    
    * Update PULL_REQUEST_TEMPLATE.md
    
    * Dev support/vha team management rspec fixes (#18529)
    
    * Updated some of the membership_request_mailer_spec tests to use the new email address for govdeliveryapi.
    
    * Fixed a small syntax error in the initial notification letter task spec.
    
    * Added a variable to store the email address that the test is using.
    
    * Fixed a code climate issue by refactoring some tests.
    
    * re-run tests
    
    ---------
    
    Co-authored-by: = <tyler.broyles@va.gov>
    
    * Dev support/appeals 19613 (#18530)
    
    * Appeal-19614: Adding assigned, in_progress and completed predocketed caseflow VhaCamo
    
    * Appeals-19615: Adding seeds for VHACareGiver and fixing seeds for VHA Camo
    
    * Uncommenting
    
    * fixing typo
    
    * Appeals-19616: Adding seeds data for VHA Programs
    
    * Appeals-19613: sub tasks
    
    * Uncommit the required change
    
    * Linter changes
    
    * Linting seeds fixes
    
    * Appeals-19614: Reverting the issue the caused by linter
    
    * Linter
    
    * File change due to order of operation
    
    * revision to the code diff
    
    * uninitialized constant was renamed
    
    * renamed method
    
    * Higher level review changes fix
    
    * spec failure fixes
    
    * Fixing the not working case detail
    
    * Changing the position of the method from users to vha due to order of execution
    
    * Code climate fix
    
    ---------
    
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    
    * APPEALS-15450 changed timezone method to use users_regional_office
    
    * APPEALS-15450 updated rspec
    
    * APPEALS-15450 added if statement for vso users timezone
    
    * APPEALS-15450 updated rspec
    
    * Tracking PR for APPEALS-17680 (#18554)
    
    * akonhilas/APPEALS-20080 (#18448)
    
    * APPEALS-20080: Added new post route to idt namespace v1
    
    * APPEALS-20080: added validate method to appeals_controller
    
    * APPEALS-20080: transforming keys in hash to snake case
    
    * APPEALS-20080: went back to accepting snake case from IDT, added custom error handling
    
    * APPEALS-20080: updating rspecs
    
    * APPEALS-20080: Made updates from peer review
    
    * APPEALS-20080: Fixed rspec
    
    * Hotfix/APPEALS-21350 (#18497)
    
    * APPEALS-21350: Addressed all of the changes in the description of 21350 except automated testing
    
    * APPEALS-21350: updated error catching for codes, trying to figure out how to get the rest to bubble up
    
    * APPEALS-21350: updated with concise code to handle 401 403 429 status and response format
    
    * APPEALS-21350: updated rspecs, couldn't get exact match on address, used county name
    
    * APPEALS-21350: changed address_POU to address_pou
    
    * APPEALS-21350: created two new private methods, fixed linting error in address model
    
    * APPEALS-21350: removed lighthouse custom error, added 500 status error handling, removed self.error, added full response to fakes
    
    * APPEALS:21350: updated rspec, removed byebug
    
    * APPEALS-21350: added safety navigation to log_error method and fixed typo
    
    * APPEALS-21350: updated error messages to be more broad
    
    * APPEALS-21350: fixed rspec for hearings controller
    
    * APPEALS-21350: fixed build hearsched spec
    
    * APPEALS-21350: added safety navigation to address formatting (#18510)
    
    * Adjust URL
    
    ---------
    
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * APPEALS-20824
    
    * Added comments
    
    * Added spaces around math operators per code climate complaints
    
    * APPEALS-21842 Added mst and pact methods to legacy appeals model (#18580)
    
    * APPEALS-17536 - Hotfix for prop naming (#18581)
    
    * Updated Naming for Props
    
    * APPEALS-21905 - Current State updates WIP
    
    * APPEALS-21905 - Working edit modal save
    
    ---------
    
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: youfoundmanesh <maneshreddy.kommidi@va.gov>
    Co-authored-by: IsaiahBar <107133331+IsaiahBar@users.noreply.github.com>
    Co-authored-by: mikefinneran <110622959+mikefinneran@users.noreply.github.com>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: Rnmarshall93 <110805785+Rnmarshall93@users.noreply.github.com>
    Co-authored-by: Ryan Marshall <Ryan.Marshall@lefant.org>
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: Jonathan Cohen <cohen_jonathan@bah.com>
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    Co-authored-by: Nader Kutub <nader.kutub@va.gov>
    Co-authored-by: Matt Roth <mattcroth@gmail.com>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: = <tyler.broyles@va.gov>
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    Co-authored-by: j-n-t-l <611441@bah.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Lauren Berry <berry_lauren@bah.com>
    Co-authored-by: Lauren Berry <95879805+lberrytake2@users.noreply.github.com>
    Co-authored-by: kristeja <112115264+kristeja@users.noreply.github.com>
    Configuration menu
    Copy the full SHA
    3a5f1d0 View commit details
    Browse the repository at this point in the history
  3. Added MST and PACT reason for change label + data passing) (Re-do) (#…

    …18598)
    
    * Added MST and PACT reason for change label + data passing)
    
    * Removed missing binding.pry
    
    * removed binding pry
    
    * removed edit reason and minor refactors
    
    * Added RSpec test for 17539
    
    * updates tests to use new parameters mst_reason and pact_reason. Removed old edit_reason parameter.
    
    * Removed stray binding.pry
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Rnmarshall93 and HunJerBAH authored May 16, 2023
    Configuration menu
    Copy the full SHA
    5e5ce84 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Justin/APPEALS-22806 (#18618)

    * fixed pre checked boxes not updating MST/PACT status in intake
    
    * removing extraneous code from radiofield
    
    * fixing the required text to submit
    
    * added safety operator to mst and pact methods.
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    sulak-j and HunJerBAH authored May 18, 2023
    Configuration menu
    Copy the full SHA
    1a4def2 View commit details
    Browse the repository at this point in the history
  2. APPEALS-17535: Docket MST & PACT (#18619)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    youfoundmanesh and HunJerBAH authored May 18, 2023
    Configuration menu
    Copy the full SHA
    d1c3856 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1910ced View commit details
    Browse the repository at this point in the history
  4. Fix: added mst and pact Justification to AppealsController#update par…

    …ams (#18622)
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored May 18, 2023
    Configuration menu
    Copy the full SHA
    7f22181 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Justin/APPEALS-22161 (#18610)

    * added mst and pact to AMA Issue List for ama appeals.
    
    * added legacy mst and pact GUI status for issues
    
    * fixing line length linting issue
    
    * added legacy mst/pact status rendering on the case details page
    
    * added MST and PACT visual on add decisions page for legacy appeals
    
    * working on spec
    
    * working on spec
    
    * changed to mst_appeal and pact_appeal
    
    * working on rspec
    
    * rspec fixes and AmaIssueList spacing fix
    
    * changing AmaIssueList spacing again
    
    * code cleanup
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    sulak-j and HunJerBAH authored May 22, 2023
    Configuration menu
    Copy the full SHA
    0bcc8ba View commit details
    Browse the repository at this point in the history
  2. JHoang/APPEALS-17552 (#18620)

    * initial commit
    
    * conditional logic to create issue update task
    
    * update on create IssueUpdateTask after establishing appeal
    
    * rubocop disable
    
    * initial_Tasks_factory spec for issueupdatetask
    
    * moved logic for creating task and updated request issue params to create reason for edit note
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    3 people authored May 22, 2023
    Configuration menu
    Copy the full SHA
    5e5e1be View commit details
    Browse the repository at this point in the history

Commits on May 24, 2023

  1. Configuration menu
    Copy the full SHA
    4424646 View commit details
    Browse the repository at this point in the history
  2. fix checkbox not prepopulating on mst/pact issue legacy decision (#18649

    )
    
    * fixed checkbox not prepopulating on mst/pact issue legacy decision
    
    * remove console.log
    
    * fix
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    jonathanh-va and Jonathan Hoang authored May 24, 2023
    Configuration menu
    Copy the full SHA
    fcec2f3 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2023

  1. Justin/APPEALS-23333 (#18655)

    * removing duplicate code chunk found
    
    * removing renderMstAndPact value (replaced)
    
    * replacing with renderMst and renderPact
    
    * removing deprecated mstPactIdentification
    
    * separating mst and pact renders
    sulak-j authored May 26, 2023
    Configuration menu
    Copy the full SHA
    16d808e View commit details
    Browse the repository at this point in the history
  2. Ricky/appeals 17558 (#18653)

    * added mst and pact to AMA Issue List for ama appeals.
    
    * added legacy mst and pact GUI status for issues
    
    * Added mst and pact status to appeal serializer
    
    * fixing line length linting issue
    
    * added legacy mst/pact status rendering on the case details page
    
    * added MST and PACT visual on add decisions page for legacy appeals
    
    * Added prepfilled mst/pact status from store on modal
    
    * Fixed variable to proper name
    
    * added action
    
    * working on spec
    
    * working on spec
    
    * changed to mst_appeal and pact_appeal
    
    * working on rspec
    
    * rspec fixes and AmaIssueList spacing fix
    
    * changing AmaIssueList spacing again
    
    * code cleanup
    
    * Updated special issues for checkbox on save and delete
    
    * Minor formatting and comments
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    6 people authored May 26, 2023
    Configuration menu
    Copy the full SHA
    7984876 View commit details
    Browse the repository at this point in the history
  3. HunJerBAH/Legacy and AMA Edit Page Bug Fix (#18658)

    * updated edit page/modal MST/PACT prefill checkboxes and legacy status not showing
    
    * cleaned up console logs and lint issues
    
    * updated legacy MST/PACT naming convention to match ama issues
    HunJerBAH authored May 26, 2023
    Configuration menu
    Copy the full SHA
    99faa21 View commit details
    Browse the repository at this point in the history
  4. Legacy MST/PACT Justification Text Field in Add Decisions Workflow (#…

    …18650)
    
    * test removing SQL code that caused issues
    
    * Add justification text box and show text box toggles
    
    * 'Readded ISSPACt and ISSMST to SQL query'
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored May 26, 2023
    Configuration menu
    Copy the full SHA
    da804f9 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2023

  1. Configuration menu
    Copy the full SHA
    8350779 View commit details
    Browse the repository at this point in the history
  2. Ki/APPEALS-18872 - Create MST & PACT Conditional Rendering within Bad…

    …geArea (AC 2.3) - Take 2, Electric Boogaloo (#18672)
    
    * APPEALS-18872 - badgeArea Updates
    
    * APPEALS-18872 - Review Remand Decisions updates
    
    * mst/pact badges to schedule hearings and hearing details
    
    * APPEALS-18872 - Schedule Veteran changes
    
    * fixed mst/pact badge alignment for schedule hearings
    
    * fixed spacing between mst/pact badges in hearing details
    
    * APPEALS-18872 - Fixed CSS
    
    * added intake permissions to COB users in test data. (#18652)
    
    * fix checkbox not prepopulating on mst/pact issue legacy decision (#18649)
    
    * fixed checkbox not prepopulating on mst/pact issue legacy decision
    
    * remove console.log
    
    * fix
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    
    * Justin/APPEALS-23333 (#18655)
    
    * removing duplicate code chunk found
    
    * removing renderMstAndPact value (replaced)
    
    * replacing with renderMst and renderPact
    
    * removing deprecated mstPactIdentification
    
    * separating mst and pact renders
    
    * Ricky/appeals 17558 (#18653)
    
    * added mst and pact to AMA Issue List for ama appeals.
    
    * added legacy mst and pact GUI status for issues
    
    * Added mst and pact status to appeal serializer
    
    * fixing line length linting issue
    
    * added legacy mst/pact status rendering on the case details page
    
    * added MST and PACT visual on add decisions page for legacy appeals
    
    * Added prepfilled mst/pact status from store on modal
    
    * Fixed variable to proper name
    
    * added action
    
    * working on spec
    
    * working on spec
    
    * changed to mst_appeal and pact_appeal
    
    * working on rspec
    
    * rspec fixes and AmaIssueList spacing fix
    
    * changing AmaIssueList spacing again
    
    * code cleanup
    
    * Updated special issues for checkbox on save and delete
    
    * Minor formatting and comments
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * HunJerBAH/Legacy and AMA Edit Page Bug Fix (#18658)
    
    * updated edit page/modal MST/PACT prefill checkboxes and legacy status not showing
    
    * cleaned up console logs and lint issues
    
    * updated legacy MST/PACT naming convention to match ama issues
    
    * Legacy MST/PACT Justification Text Field in Add Decisions Workflow (#18650)
    
    * test removing SQL code that caused issues
    
    * Add justification text box and show text box toggles
    
    * 'Readded ISSPACt and ISSMST to SQL query'
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Feature/appeals 17497 master update (#18667)
    
    * edited query to return collection in order from newest to oldest.
    
    * Query Updated to exclude notifications older that 4 days old of the time the query runs.
    
    * tests updated, passing
    
    * PR corrections made to query
    
    * PR corrections made to query. Implemented Arel instead of base SQL query string.
    
    * fixed failing spec, All PR changes applied.
    
    * janet/APPEALS-20062 Create Webhook API (#18468)
    
    * APPEALS-20062 added controller and route
    
    * APPEALS-20062 updated controller + added rspec test
    
    * APPEALS-20062 did a migration and updated logic and rspec
    
    * APPEALS-20062 added in notification events to rspec
    
    * APPEALS-20062 updated controller and rspec
    
    * APPEALS-20062 updated error logging
    
    * APPEALS-20062 updated rspec
    
    * APPEALS-20062 added comments
    
    * APPEALS-20062 typo fix
    
    * APPEALS-20062 split up method into smaller ones
    
    * APPEALS-20062 created log_error method
    
    * APPEALS-20062 moved some methods to private
    
    * APPEALS-20062 added success json message
    
    * APPEALS-20062 code review changes
    
    * APPEALS-20062 added required params
    
    * APPEALS-20062 changed to deep_dup
    
    * APPEALS-20062 undid required params
    
    * APPEALS-20062 added a space
    
    * APPEALS-20062 added required_params
    
    * APPEALS-20062 alignment issue
    
    ---------
    
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * APPEALS-15446: bug fixing in disposition and other fields
    
    * Correcting file path
    
    * removed blank line, merged decision review spec into disposition spec
    
    * removed feature toggle from before and after since its not really needed in this context
    
    * type to notification_type (#18546)
    
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * Updated env for Claim Evidence base URL
    
    * fix spec errors
    
    * Update task timer to correct value to pass specs
    
    * fix duplicate judge assign task test
    
    * fix cavc_dashboard.scss lint error
    
    * fix cavc dashboard feature spec
    
    * lighthouse api update (#18568) (#18570)
    
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    
    * fix two login_spec.rb tests
    
    * change expected error in va_dot_gov_service_spec to match recent API updates
    
    * lauren/APPEALS-20823
    
    * Fixed spelling mistake
    
    * test fix for appeal notifications page spec
    
    * Raymond/APPEALS-22849 Updating readme to include setup instructions for Windows and Mac. These instructions are pulled from our sharepoint and are the latest dev setup we have available.
    
    * Raymond/APPEALS-22849 Pulling each type of dev machine setup into a spearate file. This will allow the README to be smaller and easier to parse while devs use the document to setup their machines.
    
    * Raymond/APPEALS-22849 Updating the readme to include a link to the new MD pages in the dev setup to reduce need to scroll up for link
    
    * Raymond/APPEALS-22849 Needs full path with extension to allow github to properly navigate between pages
    
    * Raymond/APPEALS-22849 Update readme to separate the links between windows and mac. Clean up dev setup section to remove redundant information that appears before the docs state otherwise.
    
    * Fixed comment
    
    * akonhilas/APPEALS-13396 (#18539)
    
    * APPEALS-13396: added to copy and updated format instructions
    
    * APPEALS-13396: used regex for uppercase and added newline
    
    * APPEALS-13396: updated with conditionals and dried up code
    
    * APPEALS-13396: added jest tests
    
    * APPEALS-13396: updated syntax for partially granted disposition after peer review
    
    * APPEALS-13396: updated jest tests, added fix for form UI running through rspecs
    
    * APPEALS-13396: updated format mtv judge instructions in queue helpers to reflect react changes
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: snapshot update
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: removed byebugs, updated mtv text, updated jest test
    
    * Test tweak
    
    ---------
    
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * Fix failing tests in send_notification_job_spec.rb
    
    This file still needs further cleaning, but the changes in this commit will fix the most pressing issues.
    
    * update snapshots and references to role='cell'
    
    * revert change to DocketSwitchRulingForm.test.js
    
    * b_reed/APPEALS-13386 (#18637)
    
    * APPEALS-13386 added new feature toggle in index
    
    * APPEALS-13396: added to copy and updated format instructions
    
    * APPEALS-13396: used regex for uppercase and added newline
    
    * APPEALS-13396: updated with conditionals and dried up code
    
    * APPEALS-13396: added jest tests
    
    * APPEALS-13396: updated syntax for partially granted disposition after peer review
    
    * APPEALS-13396: updated jest tests, added fix for form UI running through rspecs
    
    * motion to vacate feature toggle
    
    * merge conflict resolution
    
    * Jest tests for feature toggle
    
    * byebug removal
    
    * toggle logic reversal
    
    * Fix the GH code suggestion whitespace oddities
    
    * added feature toggle to enable_features_dev
    
    * reformatted code
    
    ---------
    
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * skipping test in hearing days nav
    
    * Add make commands to reduce CPU usage of application when running (#18639)
    
    * add cold make commands and ignore hot-update files
    
    * Update Makefile.example
    
    * Test fixes
    
    * Fix CC issue
    
    ---------
    
    Co-authored-by: Jonathan Cohen <cohen_jonathan@bah.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Janet Lu <93942793+j-n-t-l@users.noreply.github.com>
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Jeff Marks <jeff.t.marks@gmail.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: mchbidwell <122634362+mchbidwell@users.noreply.github.com>
    Co-authored-by: Maite Piedra Yera <maite.piedrayera@va.gov>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Craig Reese <Reese_Craig@bah.com>
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    Co-authored-by: Lauren Berry <berry_lauren@bah.com>
    Co-authored-by: Lauren Berry <95879805+lberrytake2@users.noreply.github.com>
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Matt Roth <mattcroth@gmail.com>
    Co-authored-by: Jeremy Shields <jeremy.shields@va.gov>
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    
    * reverted removed changes from master
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Blake Manus <33578594+Blake-Manus@users.noreply.github.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    Co-authored-by: Jonathan Cohen <cohen_jonathan@bah.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Janet Lu <93942793+j-n-t-l@users.noreply.github.com>
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Jeff Marks <jeff.t.marks@gmail.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: mchbidwell <122634362+mchbidwell@users.noreply.github.com>
    Co-authored-by: Maite Piedra Yera <maite.piedrayera@va.gov>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Craig Reese <Reese_Craig@bah.com>
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    Co-authored-by: Lauren Berry <berry_lauren@bah.com>
    Co-authored-by: Lauren Berry <95879805+lberrytake2@users.noreply.github.com>
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Matt Roth <mattcroth@gmail.com>
    Co-authored-by: Jeremy Shields <jeremy.shields@va.gov>
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    Configuration menu
    Copy the full SHA
    3231ebe View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. APPEALS-23363: Case Timeline Entry Details: Editing Designation for A…

    …MA appeals during Decision Workflow (#18676)
    
    * Added create_issue_update_task for AMA appeals add decision workflow
    
    * Removed console logs, binding pry, and unnecessary comments
    
    * Edited issueupdatetask to display proper users
    
    * Fixed rendering or assignedTp
    
    * Revmoed console log
    
    * refactored to handle HLR/SSC cases
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Kevma50287 and HunJerBAH authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    c643d18 View commit details
    Browse the repository at this point in the history
  2. Ryan appeals 23327 (#18684)

    * Fix: added mst and pact Justification to AppealsController#update params
    
    * Feat: create IssuesUpdateTask in AppealsController#uodate
    
    * Test: AppealsController POST request to #update
    
    Responds with 200 and creates IssueUpdateTasks for each MST/PACT edited issue.
    
    * updated mst edit data and pact edit data in request issues update model
    
    * created issueUpate task creation logic for mst/pact edits
    
    * added completed by to edit task creation
    
    * updated issue update task to accept a header type instead of hard coded to "Edited Issue:"
    
    * initial commit (finished work)
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    4 people authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    e7e65f7 View commit details
    Browse the repository at this point in the history
  3. HunJerBAH APPEALS-23300: IssueUpdate Task Created when MST/PACT Edited (

    #18674)
    
    * Fix: added mst and pact Justification to AppealsController#update params
    
    * Feat: create IssuesUpdateTask in AppealsController#uodate
    
    * Test: AppealsController POST request to #update
    
    Responds with 200 and creates IssueUpdateTasks for each MST/PACT edited issue.
    
    * updated mst edit data and pact edit data in request issues update model
    
    * created issueUpate task creation logic for mst/pact edits
    
    * added completed by to edit task creation
    
    * updated issue update task to accept a header type instead of hard coded to "Edited Issue:"
    
    * updated task instruction method to match new syntax
    
    * added in commented out code for testing
    
    * cleaned up branch and added filtering for Edited Issue vs Removed Issues
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    HunJerBAH and wmedders21 authored Jun 1, 2023
    Configuration menu
    Copy the full SHA
    f025543 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Appeals 23336 - BUGFIX - Update back button routing for AMA in Add De…

    …cisions workflow (#18677)
    
    * Removed JUDGE_AMA_CHECKOUT_SP_ISSUE; updated rspec
    
    * Removed backwards routing to special issues page
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jun 2, 2023
    Configuration menu
    Copy the full SHA
    6aa26bb View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2023

  1. Justin/APPEALS-23364 (#18688)

    * addidng task creation for legacy issue
    
    * Added exception for legacy appeals completed by
    
    * removing unless for legacy cases
    
    ---------
    
    Co-authored-by: Kevin Ma <magavakevin10@gmail.com>
    sulak-j and Kevma50287 authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    4a48795 View commit details
    Browse the repository at this point in the history
  2. Ki/APPEALS-23390 - Modify IDT API to reflect MST/PACT Act appeals (#1…

    …8689)
    
    * APPEALS-18872 - badgeArea Updates
    
    * APPEALS-18872 - Review Remand Decisions updates
    
    * mst/pact badges to schedule hearings and hearing details
    
    * APPEALS-18872 - Schedule Veteran changes
    
    * fixed mst/pact badge alignment for schedule hearings
    
    * fixed spacing between mst/pact badges in hearing details
    
    * APPEALS-18872 - Fixed CSS
    
    * added intake permissions to COB users in test data. (#18652)
    
    * fix checkbox not prepopulating on mst/pact issue legacy decision (#18649)
    
    * fixed checkbox not prepopulating on mst/pact issue legacy decision
    
    * remove console.log
    
    * fix
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    
    * Justin/APPEALS-23333 (#18655)
    
    * removing duplicate code chunk found
    
    * removing renderMstAndPact value (replaced)
    
    * replacing with renderMst and renderPact
    
    * removing deprecated mstPactIdentification
    
    * separating mst and pact renders
    
    * Ricky/appeals 17558 (#18653)
    
    * added mst and pact to AMA Issue List for ama appeals.
    
    * added legacy mst and pact GUI status for issues
    
    * Added mst and pact status to appeal serializer
    
    * fixing line length linting issue
    
    * added legacy mst/pact status rendering on the case details page
    
    * added MST and PACT visual on add decisions page for legacy appeals
    
    * Added prepfilled mst/pact status from store on modal
    
    * Fixed variable to proper name
    
    * added action
    
    * working on spec
    
    * working on spec
    
    * changed to mst_appeal and pact_appeal
    
    * working on rspec
    
    * rspec fixes and AmaIssueList spacing fix
    
    * changing AmaIssueList spacing again
    
    * code cleanup
    
    * Updated special issues for checkbox on save and delete
    
    * Minor formatting and comments
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * HunJerBAH/Legacy and AMA Edit Page Bug Fix (#18658)
    
    * updated edit page/modal MST/PACT prefill checkboxes and legacy status not showing
    
    * cleaned up console logs and lint issues
    
    * updated legacy MST/PACT naming convention to match ama issues
    
    * Legacy MST/PACT Justification Text Field in Add Decisions Workflow (#18650)
    
    * test removing SQL code that caused issues
    
    * Add justification text box and show text box toggles
    
    * 'Readded ISSPACt and ISSMST to SQL query'
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * APPEALS-23390 - idt serializer spec update
    
    * APPEALS-23390 - Add mstpact legacy badge attribute
    
    * APPEALS-23390 - Safety for nil issue
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Blake Manus <33578594+Blake-Manus@users.noreply.github.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    11 people authored Jun 4, 2023
    Configuration menu
    Copy the full SHA
    4917572 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2023

  1. APPEALS-22938 (#18669)

    * Added Textfield, updated checkbox constants, and saved justification to state
    
    * Updated justification to state and decision issue
    
    * Updated serializer
    
    * Fixed serializer variables
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Blake-Manus and HunJerBAH authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    987e714 View commit details
    Browse the repository at this point in the history
  2. Isaiah b/appeals 23322 (#18703)

    * Fix: added mst and pact Justification to AppealsController#update params
    
    * Feat: create IssuesUpdateTask in AppealsController#uodate
    
    * Test: AppealsController POST request to #update
    
    Responds with 200 and creates IssueUpdateTasks for each MST/PACT edited issue.
    
    * updated mst edit data and pact edit data in request issues update model
    
    * created issueUpate task creation logic for mst/pact edits
    
    * Added vbms mst and pact columns
    
    * added vbms mst/pact preloading into intake/edit params
    
    * added issue method
    
    * added logic for AC 2 and 3 for VBMS MST/PACT issues
    
    * removed commented code for testing
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    4 people authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    74d4339 View commit details
    Browse the repository at this point in the history
  3. Feature: Establishment Task during AMA Intake (#18670)

    * Fix: added mst and pact Justification to AppealsController#update params
    
    * Feat: create IssuesUpdateTask in AppealsController#uodate
    
    * Test: AppealsController POST request to #update
    
    Responds with 200 and creates IssueUpdateTasks for each MST/PACT edited issue.
    
    * updated mst edit data and pact edit data in request issues update model
    
    * Feature/appeals 17497 master update (#18667)
    
    * edited query to return collection in order from newest to oldest.
    
    * Query Updated to exclude notifications older that 4 days old of the time the query runs.
    
    * tests updated, passing
    
    * PR corrections made to query
    
    * PR corrections made to query. Implemented Arel instead of base SQL query string.
    
    * fixed failing spec, All PR changes applied.
    
    * janet/APPEALS-20062 Create Webhook API (#18468)
    
    * APPEALS-20062 added controller and route
    
    * APPEALS-20062 updated controller + added rspec test
    
    * APPEALS-20062 did a migration and updated logic and rspec
    
    * APPEALS-20062 added in notification events to rspec
    
    * APPEALS-20062 updated controller and rspec
    
    * APPEALS-20062 updated error logging
    
    * APPEALS-20062 updated rspec
    
    * APPEALS-20062 added comments
    
    * APPEALS-20062 typo fix
    
    * APPEALS-20062 split up method into smaller ones
    
    * APPEALS-20062 created log_error method
    
    * APPEALS-20062 moved some methods to private
    
    * APPEALS-20062 added success json message
    
    * APPEALS-20062 code review changes
    
    * APPEALS-20062 added required params
    
    * APPEALS-20062 changed to deep_dup
    
    * APPEALS-20062 undid required params
    
    * APPEALS-20062 added a space
    
    * APPEALS-20062 added required_params
    
    * APPEALS-20062 alignment issue
    
    ---------
    
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * APPEALS-15446: bug fixing in disposition and other fields
    
    * Correcting file path
    
    * removed blank line, merged decision review spec into disposition spec
    
    * removed feature toggle from before and after since its not really needed in this context
    
    * type to notification_type (#18546)
    
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * Updated env for Claim Evidence base URL
    
    * fix spec errors
    
    * Update task timer to correct value to pass specs
    
    * fix duplicate judge assign task test
    
    * fix cavc_dashboard.scss lint error
    
    * fix cavc dashboard feature spec
    
    * lighthouse api update (#18568) (#18570)
    
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    
    * fix two login_spec.rb tests
    
    * change expected error in va_dot_gov_service_spec to match recent API updates
    
    * lauren/APPEALS-20823
    
    * Fixed spelling mistake
    
    * test fix for appeal notifications page spec
    
    * Raymond/APPEALS-22849 Updating readme to include setup instructions for Windows and Mac. These instructions are pulled from our sharepoint and are the latest dev setup we have available.
    
    * Raymond/APPEALS-22849 Pulling each type of dev machine setup into a spearate file. This will allow the README to be smaller and easier to parse while devs use the document to setup their machines.
    
    * Raymond/APPEALS-22849 Updating the readme to include a link to the new MD pages in the dev setup to reduce need to scroll up for link
    
    * Raymond/APPEALS-22849 Needs full path with extension to allow github to properly navigate between pages
    
    * Raymond/APPEALS-22849 Update readme to separate the links between windows and mac. Clean up dev setup section to remove redundant information that appears before the docs state otherwise.
    
    * Fixed comment
    
    * akonhilas/APPEALS-13396 (#18539)
    
    * APPEALS-13396: added to copy and updated format instructions
    
    * APPEALS-13396: used regex for uppercase and added newline
    
    * APPEALS-13396: updated with conditionals and dried up code
    
    * APPEALS-13396: added jest tests
    
    * APPEALS-13396: updated syntax for partially granted disposition after peer review
    
    * APPEALS-13396: updated jest tests, added fix for form UI running through rspecs
    
    * APPEALS-13396: updated format mtv judge instructions in queue helpers to reflect react changes
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: feature testing thru gh actions
    
    * APPEALS-13396: snapshot update
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: jest updates
    
    * APPEALS-13396: removed byebugs, updated mtv text, updated jest test
    
    * Test tweak
    
    ---------
    
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * Fix failing tests in send_notification_job_spec.rb
    
    This file still needs further cleaning, but the changes in this commit will fix the most pressing issues.
    
    * update snapshots and references to role='cell'
    
    * revert change to DocketSwitchRulingForm.test.js
    
    * b_reed/APPEALS-13386 (#18637)
    
    * APPEALS-13386 added new feature toggle in index
    
    * APPEALS-13396: added to copy and updated format instructions
    
    * APPEALS-13396: used regex for uppercase and added newline
    
    * APPEALS-13396: updated with conditionals and dried up code
    
    * APPEALS-13396: added jest tests
    
    * APPEALS-13396: updated syntax for partially granted disposition after peer review
    
    * APPEALS-13396: updated jest tests, added fix for form UI running through rspecs
    
    * motion to vacate feature toggle
    
    * merge conflict resolution
    
    * Jest tests for feature toggle
    
    * byebug removal
    
    * toggle logic reversal
    
    * Fix the GH code suggestion whitespace oddities
    
    * added feature toggle to enable_features_dev
    
    * reformatted code
    
    ---------
    
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    
    * skipping test in hearing days nav
    
    * Add make commands to reduce CPU usage of application when running (#18639)
    
    * add cold make commands and ignore hot-update files
    
    * Update Makefile.example
    
    * Test fixes
    
    * Fix CC issue
    
    ---------
    
    Co-authored-by: Jonathan Cohen <cohen_jonathan@bah.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Janet Lu <93942793+j-n-t-l@users.noreply.github.com>
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Jeff Marks <jeff.t.marks@gmail.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: mchbidwell <122634362+mchbidwell@users.noreply.github.com>
    Co-authored-by: Maite Piedra Yera <maite.piedrayera@va.gov>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Craig Reese <Reese_Craig@bah.com>
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    Co-authored-by: Lauren Berry <berry_lauren@bah.com>
    Co-authored-by: Lauren Berry <95879805+lberrytake2@users.noreply.github.com>
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Matt Roth <mattcroth@gmail.com>
    Co-authored-by: Jeremy Shields <jeremy.shields@va.gov>
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    
    * Ki/APPEALS-18872 - Create MST & PACT Conditional Rendering within BadgeArea (AC 2.3) (#18659)
    
    * APPEALS-18872 - badgeArea Updates
    
    * APPEALS-18872 - Review Remand Decisions updates
    
    * mst/pact badges to schedule hearings and hearing details
    
    * APPEALS-18872 - Schedule Veteran changes
    
    * fixed mst/pact badge alignment for schedule hearings
    
    * fixed spacing between mst/pact badges in hearing details
    
    * APPEALS-18872 - Fixed CSS
    
    * added intake permissions to COB users in test data. (#18652)
    
    * fix checkbox not prepopulating on mst/pact issue legacy decision (#18649)
    
    * fixed checkbox not prepopulating on mst/pact issue legacy decision
    
    * remove console.log
    
    * fix
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    
    * Justin/APPEALS-23333 (#18655)
    
    * removing duplicate code chunk found
    
    * removing renderMstAndPact value (replaced)
    
    * replacing with renderMst and renderPact
    
    * removing deprecated mstPactIdentification
    
    * separating mst and pact renders
    
    * Ricky/appeals 17558 (#18653)
    
    * added mst and pact to AMA Issue List for ama appeals.
    
    * added legacy mst and pact GUI status for issues
    
    * Added mst and pact status to appeal serializer
    
    * fixing line length linting issue
    
    * added legacy mst/pact status rendering on the case details page
    
    * added MST and PACT visual on add decisions page for legacy appeals
    
    * Added prepfilled mst/pact status from store on modal
    
    * Fixed variable to proper name
    
    * added action
    
    * working on spec
    
    * working on spec
    
    * changed to mst_appeal and pact_appeal
    
    * working on rspec
    
    * rspec fixes and AmaIssueList spacing fix
    
    * changing AmaIssueList spacing again
    
    * code cleanup
    
    * Updated special issues for checkbox on save and delete
    
    * Minor formatting and comments
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * HunJerBAH/Legacy and AMA Edit Page Bug Fix (#18658)
    
    * updated edit page/modal MST/PACT prefill checkboxes and legacy status not showing
    
    * cleaned up console logs and lint issues
    
    * updated legacy MST/PACT naming convention to match ama issues
    
    * Legacy MST/PACT Justification Text Field in Add Decisions Workflow (#18650)
    
    * test removing SQL code that caused issues
    
    * Add justification text box and show text box toggles
    
    * 'Readded ISSPACt and ISSMST to SQL query'
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Blake Manus <33578594+Blake-Manus@users.noreply.github.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    
    * Establishment Task AC 1
    
    * Removed comments
    
    * created issueUpate task creation logic for mst/pact edits
    
    * Added vbms mst and pact columns
    
    * added vbms mst/pact preloading into intake/edit params
    
    * EstablishmentTask #format_description_text
    
    * Format description text - concat category and description for nonrating issue
    
    * Feature: EstablishmentTask
    
    Condition where a prior decision from VBMS with mst/pact is updated during intake
    
    * Fix merge conflict
    
    * Revert to feature: unwanted changes for this PR
    
    * Refactor: create establishment task before vso tracking tasks
    
    * removed changes not involved with story work
    
    * added skip for non-mst pact issues
    
    * remove schema changes outside of PR
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: Jonathan Cohen <cohen_jonathan@bah.com>
    Co-authored-by: Matthew Thornton <ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Janet Lu <93942793+j-n-t-l@users.noreply.github.com>
    Co-authored-by: Prajwal Amatya <pamatya@take2it.com>
    Co-authored-by: Matthew Thornton <99351305+ThorntonMatthew@users.noreply.github.com>
    Co-authored-by: Jeff Marks <jeff.t.marks@gmail.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: mchbidwell <122634362+mchbidwell@users.noreply.github.com>
    Co-authored-by: Maite Piedra Yera <maite.piedrayera@va.gov>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Craig Reese <Reese_Craig@bah.com>
    Co-authored-by: breedbah <123968373+breedbah@users.noreply.github.com>
    Co-authored-by: Lauren Berry <berry_lauren@bah.com>
    Co-authored-by: Lauren Berry <95879805+lberrytake2@users.noreply.github.com>
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Matt Roth <mattcroth@gmail.com>
    Co-authored-by: Jeremy Shields <jeremy.shields@va.gov>
    Co-authored-by: Ariana Konhilas <109693628+konhilas-ariana@users.noreply.github.com>
    Co-authored-by: Minhazur Rahaman <minhazur9@gmail.com>
    Co-authored-by: Ariana Konhilas <konhilas_ariana@bah.com>
    Co-authored-by: Ki Mau <ki.mau@va.gov>
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Blake Manus <33578594+Blake-Manus@users.noreply.github.com>
    Co-authored-by: 631068 <rickymanus@hy666rq001.lan>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    Co-authored-by: isaiahsaucedo <irsaucedo5@gmail.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    Co-authored-by: IsaiahBar <isaiah.barnett@va.gov>
    Configuration menu
    Copy the full SHA
    9fd2563 View commit details
    Browse the repository at this point in the history
  4. Bug Fix: cycle through array backwards when creating IssuesUpdateTasks (

    #18693)
    
    * Bug Fix: cycle through array backwards when creating IssuesUpdateTasks
    
    * Add reverse_each to task handlers
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    cfeeb92 View commit details
    Browse the repository at this point in the history
  5. HunJerBAH/APPEALS 23467: Updated MST/PACT Edit AMA Appeal Success Ban…

    …ner (#18699)
    
    * create format for MST/PACT issue banner
    
    * fixed linting issues
    
    * created methods for MST/PACT success banner cases
    
    * created separate banner workflow for MST/PACT edit
    
    * added bullets instead of minuses to success banner
    
    * added legacy error handling
    
    * removed unused variable
    HunJerBAH authored Jun 5, 2023
    Configuration menu
    Copy the full SHA
    ac8f055 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. APPEALS-23318 MST/PACT VBMS Ratings Special Issue Designation (#18685)

    * APPEALS-23318 added backend logic to handle vbms ratings disability special issues in cf
    
    * update logic to handle mst and pact status checks in UI
    
    * updated bgs fake service for demo data
    kristeja authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    83bd399 View commit details
    Browse the repository at this point in the history
  2. APPEALS-23556 - Fix casing for Pact Act (#18705)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    KiMauVA and HunJerBAH authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    6909115 View commit details
    Browse the repository at this point in the history
  3. APPEALS-22938 - hotfix (#18720)

    * Hotfix to create separate queue checkbox component
    
    * Updated serializer
    
    * updated serializer value for mst and issues update task creation
    
    * reverted changes
    
    * added changes for MST and task creation in case reviews controller
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Blake-Manus and HunJerBAH authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    b49bb83 View commit details
    Browse the repository at this point in the history
  4. Khalin/appeals 23400 (#18712)

    * updated edit page/modal MST/PACT prefill checkboxes and legacy status not showing
    
    * cleaned up console logs and lint issues
    
    * updated legacy MST/PACT naming convention to match ama issues
    
    * Adding feature toggle
    
    * Toggle to enable/disable justification
    
    * fix on render issue
    
    * fixing justification reason toggle
    
    * Fixed submit on edit issues modal
    
    * added feature toggle for decisions and edit workflow
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    4 people authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    da4f9f2 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. Justin/APPEALS-23365 (#18690)

    * addidng task creation for legacy issue
    
    * Added exception for legacy appeals completed by
    
    * removing unless for legacy cases
    
    * initial commit ("Ryan's")
    
    * Added IssueUpdateTasks for EditPage Issues
    
    * moving changes to private methods
    
    * removing binding.pry from leftover testing
    
    * added mst/pact status from current issue params
    
    ---------
    
    Co-authored-by: Kevin Ma <magavakevin10@gmail.com>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    5 people authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    455da89 View commit details
    Browse the repository at this point in the history
  2. Updates logic for Caseflow to pull contention level special issues fr…

    …om VBMS Core. (#18732)
    
    * APPEALS-23259: Pull contention level special issues from VBMS core
    
    * +1
    youfoundmanesh authored Jun 8, 2023
    Configuration menu
    Copy the full SHA
    4f59617 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    164efc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2023

  1. Adjust spacing for issueupdatetask + fix linting (#18734)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    96d3187 View commit details
    Browse the repository at this point in the history
  2. fixed no description on issue update task after creation from edit is…

    …sue page (#18736)
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ab99388 View commit details
    Browse the repository at this point in the history
  3. VBMS generators using bgs_contention (#18740)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    7f74ad6 View commit details
    Browse the repository at this point in the history
  4. set sequencing of the field as per wireframe (#18741)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    SanthiParakal133 and HunJerBAH authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    98c48f5 View commit details
    Browse the repository at this point in the history
  5. check if previously mst was true (#18730)

    Co-authored-by: Razor Talent <razortalent@Razors-MBP.fios-router.home>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4d56e2c View commit details
    Browse the repository at this point in the history
  6. Add Decisions Card Now Displays Special Issues (#18733)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Dev-KRedd and HunJerBAH authored Jun 12, 2023
    Configuration menu
    Copy the full SHA
    ef793ff View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. Configuration menu
    Copy the full SHA
    ca245f8 View commit details
    Browse the repository at this point in the history
  2. Hid MST/PACT checboxes for HLR and SC (#18757)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9b649a9 View commit details
    Browse the repository at this point in the history
  3. Fix: only users with edit privileges (#18761)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    8e3a30e View commit details
    Browse the repository at this point in the history
  4. HunJerBAH/APPEALS-7497 Feature Toggle Update (#18737)

    * updated banner and legacy correct issues behind toggle
    
    * updated AMA mst/pact decisions update behind feature toggle
    
    * put legacy mst/pact edit in decisions workflow behind toggle
    
    * put legacy mst/pact check behind feature toggle
    
    * put AMA edit task creation behind feature toggles
    
    * put legacy Correct Issues Link behind feature toggle
    
    * put intake task creation behind feature toggle
    
    * put special issues AMA/Legacy behind feature toggles
    
    * put legacy decisions edit behind feature toggles
    
    * put legacy case detail special issues behind feature toggle
    
    * updated decisions workflow behind feature toggles
    
    * updated spec feature toggles
    HunJerBAH authored Jun 13, 2023
    Configuration menu
    Copy the full SHA
    ab4c969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    85edd7a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d2075a1 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2023

  1. HunJerBAH/APPEALS-23259 (#18769)

    * added mst/pact methods for ratings contentions
    
    * updated ratings pact contention method
    
    * rolled back verfy edit issue restriction
    HunJerBAH authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    56d4a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86e439a View commit details
    Browse the repository at this point in the history
  3. fix modal (#18780)

    IsaiahBar authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    625e794 View commit details
    Browse the repository at this point in the history
  4. Fix: flash success message after legacy appeal MST/Pact update. (#18775)

    Co-authored-by: William Medders <medders_william@bah.com>
    2 people authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    dea3fa7 View commit details
    Browse the repository at this point in the history
  5. Ki/APPEALS-23697 - Add MST and PACT Badges to Schedule Veterans Waiti…

    …ng Tabs (#18760)
    
    * APPEALS-23697 - Badge updates for waiting Veterans
    
    * Adjust spacing for issueupdatetask + fix linting (#18734)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * fixed no description on issue update task after creation from edit issue page (#18736)
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * VBMS generators using bgs_contention (#18740)
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * set sequencing of the field as per wireframe (#18741)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * check if previously mst was true (#18730)
    
    Co-authored-by: Razor Talent <razortalent@Razors-MBP.fios-router.home>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Add Decisions Card Now Displays Special Issues (#18733)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * APPEALS-23697 - Linting
    
    * APPEALS-23697 - Jest, Snapshots, Feature Toggles
    
    ---------
    
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: jonathanh-va <111081469+jonathanh-va@users.noreply.github.com>
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: SanthiParakal133 <132940479+SanthiParakal133@users.noreply.github.com>
    Co-authored-by: Razor Talent <razortalent@Razors-MBP.fios-router.home>
    Co-authored-by: Dev-KRedd <134650238+Dev-KRedd@users.noreply.github.com>
    10 people authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    903d3dc View commit details
    Browse the repository at this point in the history
  6. Destroy RequestIssuesUpdate instance if @error_code :no_changes (#18779)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    72f3747 View commit details
    Browse the repository at this point in the history
  7. JHoang/APPEALS-23883 (#18755)

    * add call to special_issues_controller.rb#create on ama add decisions
    
    * fixed special issues initlal payload empty
    
    * fixed special issue list params
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    6eedfc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f57e7f1 View commit details
    Browse the repository at this point in the history
  9. Added check for legacy appeals

    Kevma50287 authored and youfoundmanesh committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    15f220a View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Bugfix: Intake admin can't edit special issues designation (#18794)

    * Refactor to prevent short-circuit logic
    
    * Refactor shortcircuit logic
    Kevma50287 authored Jun 15, 2023
    Configuration menu
    Copy the full SHA
    35c2d17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3f9a8d View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Update backend banner logic (#18807)

    * Added missing parentheses for boolean logic
    
    * Removed biding prys
    Kevma50287 authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    72fc8d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7adf85 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Khalin/appeals 24109 (#18816)

    * Fixed rendering of decision issue special issues
    
    * Special issues designation now renders
    
    ---------
    
    Co-authored-by: Kevin Ma <magavakevin10@gmail.com>
    Dev-KRedd and Kevma50287 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7ed7f60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff270d0 View commit details
    Browse the repository at this point in the history
  3. Fix: mail intake can no longer see mst/pact chkbx on intake radio fie…

    …ld (#18826)
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7777ac7 View commit details
    Browse the repository at this point in the history
  4. get vbms core contentions by participant id and updated bgs gem (#18791)

    * updated bgs gem to get contentions by participant id
    
    * added logic to handle core contentions special based on mapping rating contention id
    
    * fixed the logic based on bgs service response
    
    * core contentions special issues pre populate fix
    kristeja authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    b781099 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9fcda13 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca5ac5e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Ki/APPEALS-24160 MST/PACT Issues - Hearings Details Worksheet (#18833)

    * APPEALS-24160 - Initial Change
    
    * mst/pact to hearing worksheet and printed worksheet
    
    * APPEALS-24160 - Updated text
    
    * mst/pact to printed hearing for legacy?
    
    * fix mst/pact badge for legacy hearing details
    
    * APPEALS-24160 - Legacy update for Remand
    
    * APPEALS-24160 - Updated FeatureToggle TimeSlotCard
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    KiMauVA and Jonathan Hoang authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    443c7fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aed8c35 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c9377 View commit details
    Browse the repository at this point in the history
  4. updated bgs gem to use ref

    kristeja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    b72b5f0 View commit details
    Browse the repository at this point in the history
  5. updated gemfile lock

    kristeja committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d19503d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    89d4abc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3950af4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    ae08ae0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb2d167 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. added logic to handle multiple rating profiles with rating decision s…

    …pecial issues and updated bgs service record maker
    kristeja committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7520429 View commit details
    Browse the repository at this point in the history
  2. Fix: prepopulated from vbms checkboxes (#18849)

    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8f5dc11 View commit details
    Browse the repository at this point in the history
  3. Will/appeals 24373 (#18840)

    * WIP refactor CaseReviewsController#update_request_issues_for_mst_and_pact
    
    * Fix: refactor update_request_issues_for_mst_and_pact
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jun 23, 2023
    Configuration menu
    Copy the full SHA
    04b3182 View commit details
    Browse the repository at this point in the history
  4. MST Badge color update

    youfoundmanesh committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7c5f3d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. fix for banner

    Jonathan Hoang authored and youfoundmanesh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    67e5071 View commit details
    Browse the repository at this point in the history
  2. changed logic to check for mst/pact changes

    Jonathan Hoang authored and youfoundmanesh committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    85fd167 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    511f080 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb8debb View commit details
    Browse the repository at this point in the history
  5. KevMa/APPEALS-24401 - Decision issues incorrect rendering of special …

    …issues and not persistence of MST/PACT status (WIP) (#18857)
    
    * APPEALS-24401 Temp possible mst/pact fixes
    
    * APPEALS-24401 - MstPact migration to decision_issues
    
    * APPEALS-24401 - Updated migration naming
    
    * APPEALS-24401 - Working DecisionIssues update
    
    * APPEALS-24401 - Appeal mstpact Designation
    
    * APPEALS-24401 - Decision Issue updates
    
    * APPEALS-24401 Removed additional iteration
    
    * updated local variable
    
    ---------
    
    Co-authored-by: Kevin Ma <magavakevin10@gmail.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    3 people authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    e38b2c2 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    5961344 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5083e5c View commit details
    Browse the repository at this point in the history
  3. Refactor format_description_text (#18868)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    968e624 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. APPEALS-24590 added logic to handle an edge case mapping dissn to pul…

    …l core contentions special issues if the disabilities does not have any special issues
    kristeja committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    e05d696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f024d View commit details
    Browse the repository at this point in the history
  3. Will/appeals 24129 benefit type (#18887)

    * Added benefit type to decision review issues update task
    
    * Added benefit type to intake edit issues update task
    
    * Added benefit type to legacy decision review issues update task
    
    * revert flash message
    
    * Refactor flash message logic for legacy intake edit
    
    * restored schema from feature branch
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a5b0688 View commit details
    Browse the repository at this point in the history
  4. Will/appeals 24663 (#18890)

    * Added benefit type to establishment task
    
    * Capitalize IssuesUpdateTask benefit type for AMA edit
    
    * Change condition to contested_issue_description
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    0a69610 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    9b93345 View commit details
    Browse the repository at this point in the history
  2. APPEALS-24590 updated logic to handle rating decision deserialize spe…

    …cial issue hash method
    kristeja committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4bd792a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cbd805 View commit details
    Browse the repository at this point in the history
  4. HunJerBAH/APPEALS-23698 (#18748)

    * created special_issue_changes table
    
    * created record for established issues
    
    * made edit mst/pact and vbms mst/pact not mandatory
    
    * added special issue change log for AMA edit
    
    * updated establishment special issues record
    
    * added legacy appeal Special Issue record
    
    * added legacy Special Issue change record for decisions
    
    * added special issue change record to case reviews for AMA
    
    * added justification FT to MST/PACT justification field
    
    * updated AMA decisions workflow to match decision tracking changes
    
    * fixed bug with legacy success message on edit page
    
    * added decision issue id to special issue changes table
    
    * moved mst/pact task/reporting creation to issue updater
    
    * added decision review mst/pact overruling issue mst/pact status
    HunJerBAH authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ea5aa5c View commit details
    Browse the repository at this point in the history
  5. initial commit (#18901)

    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    jonathanh-va and Jonathan Hoang authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    39831c9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6645081 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Feature Tests Legacy Queue Workflow (#18904)

    * Preliminary Changes to feature test
    
    * APPEALS-22932 Features tests legacy appeal issue edit
    
    * Created all four scenarios
    
    * refactor
    
    * APPEALS-22932 Specified node element - all tests pass
    
    * Last Refactor
    
    * Revmoed pseudocode
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    c7903bf View commit details
    Browse the repository at this point in the history
  2. Will/appeals 22928 vbms (#18906)

    * WIP AMA intake workflow feature tests
    
    Finished tests not coming from contention
    
    * Test: WIP mst contention coming from VBMS
    
    * WIP VBMS contention mock
    
    * remove setup before refactor
    
    * Feature tests for MST/PACT coming from VBMS during intake.
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    206cf73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    196c3b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b35fc9 View commit details
    Browse the repository at this point in the history
  5. HunJerBAH legacy seed script edits (#18913)

    * test script edits for legacy appeal rake task
    
    * take 2 building a task tree
    
    * staff_attrs and decass_attrs
    
    * added toggle to create special issues
    
    * removed old code and added user inputs
    
    * made css id input to upper case by default
    
    * added docket number incrementing
    
    * update bfcurloc, remove disposition off issue, lessen appeal total count creation
    
    * woops first not last
    
    * set decision date to nil
    
    * lowered appeal count for testing
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    HunJerBAH and Jonathan Hoang authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    ed7206c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Will/appeals 24807 (#18911)

    * Refactored TaskRows for IssuesUpdateTask styling and sequence
    
    * Refactored issue description for Legacy Appeals in IssuesUpdateTask
    
    * Uncomment validations
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    d4a563a View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    130990b View commit details
    Browse the repository at this point in the history
  2. HunJerBAH/APPEALS-24844 (#18923)

    * added PEES1 to PACT contention spis_tc code search
    
    * added pees1 code search for request issue contention search
    HunJerBAH authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    b6b66b1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b4f49 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    48d6ea4 View commit details
    Browse the repository at this point in the history
  2. JHoang-17497 rspec fixes (#18926)

    * spec update for withdrawn_request_issues, contestable_issue, decision_review, and initial_tasks_factory
    
    * fix bva_dispatch_return_flow_spec
    
    * fix bva_dispatch_return_flow_spec
    
    * quality_review_flow_spec update
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    jonathanh-va and Jonathan Hoang authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a257576 View commit details
    Browse the repository at this point in the history
  3. Add issues spec updating failing feature tests. (#18929)

    * Test: MST and PACT checkboxes DO NOT appear after selecting decision in higher level review
    
    * MST and PACT checkboxes render a justification field when checked
    
    * Updated failing specs
    
    * Test: all relevant tests passing
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    4a6ccbb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    233e787 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf56678 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a4b7278 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Request Issue Model spec test fix (#18940)

    * Updated Request Issue model specs
    
    * DRY Refactor
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0bb6947 View commit details
    Browse the repository at this point in the history
  2. JHoang-17497-rspec-fixes 2 (#18941)

    * apeals_details_serializer_spec.rb
    
    * fix decision_document_syncer_spec & decision_issue_syncer_spec
    
    * nonrating_request_issue_modal_spec
    
    * delete_request_issues_spec
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    jonathanh-va and Jonathan Hoang authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    289de11 View commit details
    Browse the repository at this point in the history
  3. fix special issues display on review remand reasons for ama appeal (#…

    …18945)
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    a2a656e View commit details
    Browse the repository at this point in the history
  4. All tests passing (#18946)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    be2fd48 View commit details
    Browse the repository at this point in the history
  5. Refactor IssueUpdater#create_issues_update_task (#18951)

    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    102e913 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df247af View commit details
    Browse the repository at this point in the history
  7. Updated appeals and issues controllers to reposition benefit type. (#…

    …18955)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Blake-Manus and HunJerBAH authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    41ad030 View commit details
    Browse the repository at this point in the history
  8. Appeals 24989 - MST/PACT Badge Rendering during Judge decision review…

    … process (#18954)
    
    * APPEALS-24989 Fixed MST PACT Badges rendering during dispatch
    
    * APPEALS-24989 Added code comments
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Kevma50287 and HunJerBAH authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    551702c View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. HunJerBAH/APPEALS-25107 (#18964)

    * added check for decision issues instead of all issues for mst pact badges
    
    * refactored mst/pact badges to check for issues in flight before status on appeal model.
    HunJerBAH authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3f51eb8 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    30c582d View commit details
    Browse the repository at this point in the history
  2. appeals 25076 (#18975)

    * Updated Task Row ordering in case timeline, and fixed timeline to order by issue id
    
    * Refactor create_decision_issues! to order case timeline IssueUpdateTasks in line with requirements
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Blake-Manus and wmedders21 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fd28618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    528eeb0 View commit details
    Browse the repository at this point in the history
  4. IssuesUpdateTask model Rspecs updated for format_instructions (#18921)

    * APPEALS-24867 Corrected rspecs
    
    * APPEALS-24867 Fixed some linting
    Kevma50287 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4262284 View commit details
    Browse the repository at this point in the history
  5. HunJerBAH/APPEALS-25276 (#18979)

    * added logic to delete any open special issue tasks that prevent new ones from being made
    
    * removed logic for establishment task
    
    * updated IssueUpdateTask outstanding task logic so it only appeals to the current appeal
    HunJerBAH authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    54d429b View commit details
    Browse the repository at this point in the history
  6. HunJerBAH/APPEALS-25131 and APPEALS-25275 (#18973)

    * added workflow for adding a legacy issue with MST/PACT and creating a task/record
    
    * updated params to add distinction between edit and added issue
    
    * edited task creation to pull from params instead of issue model
    
    * removed typo
    
    * updated level 1 description for N/A option
    
    * added N/A option for notes
    
    ---------
    
    Co-authored-by: kristeja <112115264+kristeja@users.noreply.github.com>
    HunJerBAH and kristeja authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6b67f3e View commit details
    Browse the repository at this point in the history
  7. JHoang-17497-rspec-fixes-3 (#18963)

    * hearing_prep_spec fix
    
    * legacy_hearing_spec.rb:242 fix
    
    * legacy_hearing_spec.rb fix 2
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    jonathanh-va and Jonathan Hoang authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6be56f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4305d22 View commit details
    Browse the repository at this point in the history
  9. Fixed tests on ama_queue_spec.rb (#18967)

    Co-authored-by: William Medders <medders_william@bah.com>
    wmedders21 and wmedders21 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5d1fab4 View commit details
    Browse the repository at this point in the history
  10. Removed redundant test because a more complete test for this exists i…

    …n issues_update_task_spec.rb (#18965)
    Rnmarshall93 authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5ab000a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8285baa View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. HunJerBAH APPEALS-25283 (#18980)

    * added nil error handling to contentions unpacking
    
    * added next for nil payload
    HunJerBAH authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9282bcc View commit details
    Browse the repository at this point in the history
  2. update the spec with decision review from response (#18969)

    * update the spec with decision review from response
    
    * fixed typo
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    1131c75 View commit details
    Browse the repository at this point in the history
  3. Ratings fix (#18985)

    youfoundmanesh authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2a20bd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. nil handling fix

    kristeja committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f9230c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    959bcc2 View commit details
    Browse the repository at this point in the history
  2. Khalin/appeals 22929 (#18989)

    * AMA queue workflow feature test draft
    
    * Newest Changes
    
    * All tests are ready to run on a working ENV
    
    * Final edits all tests passing
    
    * added sleep for page load
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    43199c9 View commit details
    Browse the repository at this point in the history
  3. JHoang/17497-rspec-fixes-4 (#18994)

    * appeal_spec & supplemental_claim_spec fixes
    
    * comments
    
    * removed binding.pry
    
    ---------
    
    Co-authored-by: Jonathan Hoang <trinhjoanthan.hoang@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    379ff92 View commit details
    Browse the repository at this point in the history
  4. updated cavc dashboard to show all issues from source appeal regardle…

    …ss of issues on the remand
    Jonathan Hoang committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    2e502c4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68badd5 View commit details
    Browse the repository at this point in the history
  6. removed comment

    Jonathan Hoang committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7aa8cfb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    675325c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6fec32a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c192aed View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. set rai with ternary instead of if/else

    Jonathan Hoang committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    cfd7f72 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    930a8ec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    965e712 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Merge branch 'master' of https://github.com/department-of-veterans-af…

    …fairs/caseflow into dev-support/slack-notifications-channel-updates
    zurbergram committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    58a4dbf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    cf5ee3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f2fcc View commit details
    Browse the repository at this point in the history
  3. add checks back in for cavc_remands_with_dashboard

    Jonathan Hoang committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    37cd114 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'JHoang/APPEALS-23520/23521' of https://github.com/depar…

    …tment-of-veterans-affairs/caseflow into JHoang/APPEALS-23520/23521
    Jonathan Hoang committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    768c372 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a8d0fb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #18472 from department-of-veterans-affairs/feature…

    …/APPEALS-17497
    
    Feature/APPEALS-17497 MST/PACT Act Special Identification
    kristeja authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b058136 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    21f05ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19032 from department-of-veterans-affairs/revert-…

    …18472-feature/APPEALS-17497
    
    Revert "Feature/APPEALS-17497 MST/PACT Act Special Identification"
    zurbergram authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    d3dac4d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/department-of-veterans-af…

    …fairs/caseflow into dev-support/slack-notifications-channel-updates
    zurbergram committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e071e4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a8dc90 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6793ee0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3a08ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ea3fe11 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f8964bf View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cd6b129 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8187fa3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    9ded555 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19000 from department-of-veterans-affairs/JHoang/…

    …APPEALS-23520/23521
    
    APPEALS-23521 CAVC Dashboard not showing all issues for Remand
    zurbergram authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    2d72925 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Configuration menu
    Copy the full SHA
    1a09b5b View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. Configuration menu
    Copy the full SHA
    f10bd24 View commit details
    Browse the repository at this point in the history
  2. optimized participant contentions method to return contentions to cut…

    … down on BGS calls
    HunJerBAH authored and kristeja committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    5e24070 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ff0045 View commit details
    Browse the repository at this point in the history
  4. hid pact and mst check behind toggles

    HunJerBAH authored and kristeja committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    19241e1 View commit details
    Browse the repository at this point in the history
  5. added caching to BGS contention call

    HunJerBAH authored and kristeja committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    4c6c8f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0b3a829 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6ad13f0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a20d763 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    f3f37fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c70311 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d193266 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae80498 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7d50f8d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a178e6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c379b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. HunJerBAH APPEALS-26881: Reject Unknown Attributes in RatingDecisions…

    … Hash (#19072)
    
    * added handling for unknown attributes being added into rating decision hash
    
    * updated paren grouping
    HunJerBAH authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    6d1f831 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8218b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    338f9bb View commit details
    Browse the repository at this point in the history
  4. Merge pull request #18532 from department-of-veterans-affairs/dev-sup…

    …port/slack-notifications-channel-updates
    
    Slack Notifications: Cleanup channels alerts are being sent to
    zurbergram authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a76b32e View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Configuration menu
    Copy the full SHA
    c868523 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2023

  1. Configuration menu
    Copy the full SHA
    873ab1c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Merge pull request #19079 from department-of-veterans-affairs/dev-sup…

    …port/APPEALS-27035
    
    APPEALS-27035 Setup UAT Slack Notifications from within code
    zurbergram authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8927ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19090 from department-of-veterans-affairs/HunJerB…

    …AH/APPEALS-17497-feature-toggle-rework
    
    appeals 17497 feature toggle rework
    kristeja authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f8c6d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f302d55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    564b5c7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec2dbf7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cd017e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2bd8fb3 View commit details
    Browse the repository at this point in the history
  8. Add migration

    ThorntonMatthew committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    04ae640 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8a5625 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7d00f3c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    337ea0a View commit details
    Browse the repository at this point in the history
  2. Revert "Take setup-node for a spin"

    This reverts commit 337ea0a.
    ThorntonMatthew committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    14c6d84 View commit details
    Browse the repository at this point in the history
  3. Add a spec

    ThorntonMatthew committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    4048e9d View commit details
    Browse the repository at this point in the history
  4. Fix whitespace

    ThorntonMatthew committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f6ac846 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7249823 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7569c87 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06dbf2c View commit details
    Browse the repository at this point in the history
  8. unskip test (#19076)

    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    csheepy and craigrva authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    540084c View commit details
    Browse the repository at this point in the history
  9. hotfix/APPEALS-27124 Updated MailRequestValidator and VbmsDistributio…

    …nDestination spec for derived destinations
    jefftmarks committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    980438d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bec0ed0 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f59622b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    25a1c3f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3a2467b View commit details
    Browse the repository at this point in the history
  14. Craig/test yarn cache (#19096)

    modify .github/workflows/workflow.yml
    craigrva authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    f1bb1cc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1e60256 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1fd7b6f View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a5ae986 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7dd7137 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Use case

    ThorntonMatthew committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3840a36 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19092 from department-of-veterans-affairs/dev-sup…

    …port/APPEALS-26130
    
    fix audit remove script and modify GHA workflow
    craigrva authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2ea0fb6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f101f2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3d6b0f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19105 from department-of-veterans-affairs/revert-…

    …19042-feature/APPEALS-17497-v1
    kristeja authored Aug 2, 2023
    Configuration menu
    Copy the full SHA
    8b1c7de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    30b834b View commit details
    Browse the repository at this point in the history
  7. remove z-index

    craigrva committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    3e570e8 View commit details
    Browse the repository at this point in the history
  8. add z-index

    craigrva committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f3538aa View commit details
    Browse the repository at this point in the history
  9. Update webdrivers

    ThorntonMatthew committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    7cd71cd View commit details
    Browse the repository at this point in the history
  10. Revert "Update webdrivers"

    This reverts commit 7cd71cd.
    ThorntonMatthew committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    db7a6ed View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Test wait

    ThorntonMatthew committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    1d814ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c9c587 View commit details
    Browse the repository at this point in the history
  3. Reverse test update

    ThorntonMatthew committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    dca8530 View commit details
    Browse the repository at this point in the history
  4. test adding assertion (#19127)

    * test adding assertion
    
    * added assertion to more tests
    craigrva authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2d3b25b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #19100 from department-of-veterans-affairs/dev-sup…

    …port/APPEALS-24136
    
    restore and fix flaky tests
    craigrva authored Aug 3, 2023
    Configuration menu
    Copy the full SHA
    2b592fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ad5c7a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. wip

    TuckerRose committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    327ba97 View commit details
    Browse the repository at this point in the history
  2. add concurrency to workflow.yml (#19136)

    * add concurrency to workflow.yml
    craigrva authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    92df73a View commit details
    Browse the repository at this point in the history
  3. finished setting up script

    TuckerRose committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    97017ab View commit details
    Browse the repository at this point in the history
  4. removed old code

    TuckerRose committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    022d772 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Configuration menu
    Copy the full SHA
    5f906f4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #19095 from department-of-veterans-affairs/hotfix/…

    …APPEALS-27124
    
    hotfix/APPEALS-27124: Add Support for "derived" destination_type for "ro-colocated" PacMan Recipients
    ThorntonMatthew authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    03625dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    134bb4a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #19117 from department-of-veterans-affairs/hotfix/…

    …APPEALS-24823
    
    hotfix/APPEALS-24823 fix dropdown on DR queue
    craigrva authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    7f06715 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    f0207e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into willlove/APPEALS-24581

    TuckerRose committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7773ca0 View commit details
    Browse the repository at this point in the history