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

Caceves/khalin 41705 #21538

Closed
wants to merge 341 commits into from
Closed

Caceves/khalin 41705 #21538

wants to merge 341 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Feb 13, 2024

  1. Deepak/appeals 38547 (#20578)

    * Refactor for Auto-Assignment Permission Check
    
    - Rework auto-assignment logic and add new check for auto-assign
    user permission.
    
    - Add specs and supporting files.
    
    * Fix Linting Issues
    
    * Add Seeds for Auto-Assign Permissions
    
    * add nod check
    
    * Update rspec
    
    * small fix
    
    ---------
    
    Co-authored-by: Alexander Smith <alex.smith.99@thunderyard.com>
    2 people authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    31fa982 View commit details
    Browse the repository at this point in the history
  2. Add Auto-Assignment Logging Tables (#20608)

    * Add Auto-Assignment Logging Tables
    
    * Add User Association to BatchAutoAssignmentAttempt
    tradesmanhelix authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    0154774 View commit details
    Browse the repository at this point in the history
  3. Created auto assign logger for statistics (#20610)

    * Created auto assign logger for statistics
    
    * Added comments for future work
    
    * Updated method
    
    * Update log
    
    * Added current user to initialization
    
    * Added current user to @current_user, changed record methods from private to public, added parameters to assignment method
    
    * Added base code for rspecs
    Kevma50287 authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    25647c3 View commit details
    Browse the repository at this point in the history
  4. Refactor Auto-Assignment and Add Sensitivity Check (#20670)

    - Refactor auto assigner class to follow master algorithm and move
    user finding logic piece into separate class.
    
    - Update a few classes with support methods needed and add specs.
    tradesmanhelix authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    bc8dc8e View commit details
    Browse the repository at this point in the history
  5. Add Logging to Correspondence Auto Assignment (#20679)

    * Update MailTeamSupervisor with InboundOpsTeam (#20529)
    
    * Add permissions to Organizations (#20543)
    
    * Create OrganizationPermissions
    
    * Add Column Comments to Migration
    
    * Add Indices Using add_safe_index
    
    * Create OrganizationUserPermission and Related Files
    
    * Change OrganizationUserPermission Inheritance
    
    ---------
    
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    
    * Kev ma/appeals 38420 (#20527)
    
    * Initial job files created; added RunAsyncable module to controller
    
    * Added aria-label for spec fix
    
    * Refactor to functional component
    
    * Added Auto Assign Correspondences Button, added route, added method to controller
    
    * Updated spec for future testing
    
    * Added initla business logic for assignment
    
    * Updated seed data for VADOR date
    
    * Update to include current user for seed data when ran individually
    
    * Optimized SQL query by 10%
    
    * Updated instruction details to contain css_id
    
    * Update reek file for job, fixed rubocop and linting
    
    * Updated class name
    
    * Removed unused constant
    
    * Refactor Correspondence Auto-Assign Logic (#20556)
    
    * Refactor Correspondence Auto-Assign Logic
    
    - Move logic into new service class called by auto-assign job.
    
    - Add specs and other supporting files.
    
    * Add Missing Method Name
    
    * Fix Data Setup Causing Spec Failure
    
    * Create Auto Assignment Permission Check (#20565)
    
    * Refactor for Auto-Assignment Permission Check
    
    - Rework auto-assignment logic and add new check for auto-assign
    user permission.
    
    - Add specs and supporting files.
    
    * Fix Linting Issues
    
    * Add Seeds for Auto-Assign Permissions
    
    * Deepak/appeals 38547 (#20578)
    
    * Refactor for Auto-Assignment Permission Check
    
    - Rework auto-assignment logic and add new check for auto-assign
    user permission.
    
    - Add specs and supporting files.
    
    * Fix Linting Issues
    
    * Add Seeds for Auto-Assign Permissions
    
    * add nod check
    
    * Update rspec
    
    * small fix
    
    ---------
    
    Co-authored-by: Alexander Smith <alex.smith.99@thunderyard.com>
    
    * Add Auto-Assignment Logging Tables (#20608)
    
    * Add Auto-Assignment Logging Tables
    
    * Add User Association to BatchAutoAssignmentAttempt
    
    * Created auto assign logger for statistics (#20610)
    
    * Created auto assign logger for statistics
    
    * Added comments for future work
    
    * Updated method
    
    * Update log
    
    * Added current user to initialization
    
    * Added current user to @current_user, changed record methods from private to public, added parameters to assignment method
    
    * Added base code for rspecs
    
    * Refactor Auto-Assignment and Add Sensitivity Check
    
    - Refactor auto assigner class to follow master algorithm and move
    user finding logic piece into separate class.
    
    - Update a few classes with support methods needed and add specs.
    
    * Add Correspondence Auto Assignment Logging
    
    - Rework class to log auto-assignment attempts.
    
    - Add logging to auto-assigner.
    
    - Add specs and rework some constants to follow app guidelines.
    
    ---------
    
    Co-authored-by: SanthiParakal133 <132940479+SanthiParakal133@users.noreply.github.com>
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    4 people committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    454b217 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ec53760 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    11f3784 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a6dbfdc View commit details
    Browse the repository at this point in the history
  9. Create Inbound Ops users (#20704)

    * Create Inbound Ops users
    
    * create Mail Team and Mail Team super user
    
    * Update name
    
    * update sensitivity_level for users and veterans
    
    * Revert "update sensitivity_level for users and veterans"
    
    This reverts commit 877e941.
    
    * small fix
    SanthiParakal133 authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ad21c02 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    90b0320 View commit details
    Browse the repository at this point in the history
  11. Create CreateCorrespondenceAutoAssignmentLevers (#20797)

    * Create CreateCorrespondenceAutoAssignmentLevers
    
    * Add Uniqueness Constraint
    tradesmanhelix authored and youfoundmanesh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    303d2f7 View commit details
    Browse the repository at this point in the history
  12. Wmedders21/appeals 38925 (#20781)

    * adding correspondence task default route
    
    * adding intake and review package route overrides
    
    * adding efolder ulpoad failed logic for routing
    
    * adding efolder failed upload task depending on parent task
    
    * fixing intake scoping
    
    * adding task_url attribute to column serializer
    
    * attempting a correspondence root task addition
    
    * Moved constant file for access
    
    * removing root task method, since all defaults to /under_construction
    
    * replacing task urls from a newly created constants file
    
    * code cleanup
    
    * adding tests
    
    * rubocop and linting errors
    
    * rubocop fixes
    
    * Serialize attributes regardless of values
    
    * Make CorrespondenceTask an abstract class
    
    * Make package action tasks inherit from CorrespondenceTask
    
    * Update to not intatiate abstract CorrespondenceTasks
    
    * Refactor queue correspondences seeds
    
    * Fix broken pagination on Correspondence Cases team page
    
    * Merge with feature 32900
    
    * Randomize va date of receipt
    
    * Remove expectation to find instance of CorrespondenceTask - an abstract class
    
    * Remove expectation for abstract class to appear in task tree
    
    * Merge in task url work
    
    * Add ability to link veterans details to tasks or modals
    
    * Route to under construction if closed
    
    * Assign ReviewPackageTask before creating EfolderUploadFailedTask
    
    * give ids and labels to column items
    
    * Add CorrespondenceTaskHelpers module
    
    * Test: correspondene queue task links spec
    
    * Move url strings into constants file
    
    * Fix extra space
    
    ---------
    
    Co-authored-by: sulak-j <justin.sulak@va.gov>
    wmedders21 and sulak-j authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    16c6691 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fe9a42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    494e2b5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d605e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Ki/APPEALS-39894 - Update Test & Linting Errors (#20776)

    * APPEALS-39894 - Fixes for Linting and Props
    
    * Spec Updates
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    KiMauVA and cacevesva authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    a764bf4 View commit details
    Browse the repository at this point in the history
  2. Lint fixes (#20793)

    * update the length of line
    
    * update count
    
    * update paper_trail
    SanthiParakal133 authored Feb 14, 2024
    Configuration menu
    Copy the full SHA
    f7fe42d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1554b6c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Fixed Custom value (#20820)

    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    kamala-07 and cacevesva authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4e8761b View commit details
    Browse the repository at this point in the history
  2. Piedram/appeals 34975 b (#20800)

    * change continue buttom
    
    * Continue button
    
    * add space for taskupdatecallback
    
    ---------
    
    Co-authored-by: Kamala Madamanchi <kamala.madamanchi@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    3 people authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    4df8ed4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74726e5 View commit details
    Browse the repository at this point in the history
  4. Fixed Date sent (#20846)

    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    kamala-07 and cacevesva authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    a041fdc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4507bab View commit details
    Browse the repository at this point in the history
  6. Wmedders21/appeals 39237 (#20834)

    * Test: verifies no other open package action task on correspondence before creation
    
    * Rubocop style fixes
    
    * Update expectation to match new requirements
    
    * add more wait time to address flakiness in CI
    
    * fix issue where EfolderFailedUploadTasks had parent task belonging to wrong Correspondence
    
    * fix issue where correspondence queue breaks after completing intake form
    
    * fix wrong url for reassign package task
    
    * Fix test: when remove package task is pending review
    
    * use_history not needed
    
    * Revert "Fix test: when remove package task is pending review"
    
    This reverts commit f2dd043.
    wmedders21 authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c1954b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3980b58 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Create CorrespondenceAutoAssignmentLevers Seed File and Improve Seed …

    …File Naming (#20861)
    
    * Rework Seed Data Logic
    
    - Rename correspondence seeds files with correspondences in name
    in order to clarify their purpose.
    
    - Create seed file for creating correspondence auto-assignment
    levers.
    
    * Use organziation when finding OrganizationPermission
    tradesmanhelix authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    1b40114 View commit details
    Browse the repository at this point in the history
  2. Create Capacity Check (#20857)

    - Add logic for finding auto-assignable users with capacity for
    correspondence tasks.
    
    - Add supporting files and specs.
    
    Co-authored-by: youfoundmanesh <129548081+youfoundmanesh@users.noreply.github.com>
    tradesmanhelix and youfoundmanesh authored Feb 16, 2024
    Configuration menu
    Copy the full SHA
    13a25c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8aeb63 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    05945f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    beb95c4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Kev ma/appeals 38955 (#20749)

    * Added AutoAssignButton, AutoAssignAlertBanner. Updated Correspondence Auto Assign Logger and Assigner, added auto assign status polling route, added factory for BatchAutoAssignmnetAttempts, updated specs, updated bgs fakes service method, CodeClimate fixes, Linting fixes
    
    * Revert private methods placement
    
    * Only allow one job to be ran at a time per user
    Kevma50287 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    eaf23a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08afa71 View commit details
    Browse the repository at this point in the history
  3. Add Response Letters windows Alignment changing on selection of Custo…

    …m field (#20893)
    
    * align letter
    
    * fix size of selector
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    piedram and cacevesva authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    4a65390 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e46b97 View commit details
    Browse the repository at this point in the history
  5. Lint fixes (#20903)

    * fixing AutoTexts
    
    * Renamed Seed file
    
    ---------
    
    Co-authored-by: Kevin Ma <magavakevin10@gmail.com>
    SanthiParakal133 and Kevma50287 authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d002ea1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    571b530 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4c08910 View commit details
    Browse the repository at this point in the history
  8. Your Correspondence - In Progress Tab (#20888)

    * cherrypicked files
    
    * second cherrypick
    
    * more cherry picking.
    
    * Reformatted code to be more OOP friendly and less verbose.
    
    * big fix in logic
    
    * added appeal_type, fixing many errors.
    
    * added appeal type to factory
    
    * improved filter, and fixed some unit tests.
    
    * fixed efolder uploader spec
    
    * fixed task_spec
    
    * potential fix
    
    * unit test fix
    
    * fixed Correspondence Intake Task
    
    * fixed linting issues.
    
    * removed comments and binding pry
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    3 people authored Feb 21, 2024
    Configuration menu
    Copy the full SHA
    acb7d27 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Vinner57/appeals 40155 (#20845)

    * basic edit letters canges
    
    * edit section
    
    * refactoring and lint fixes
    
    * resolving conflicts
    
    * bug fix for date and custom value
    
    * fixing remove letter bug
    
    * fixing lint
    
    * fies for lint error
    
    * lint fix
    
    * adding response letters
    vinner57 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    d80c49d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec0a5a6 View commit details
    Browse the repository at this point in the history
  3. Wmedders21/appeals 35483 (#20896)

    * update seed file to create package action tasks with assigned_by value
    
    * Update tasks call for action required tab
    
    * Update columns in QUEUE_COLUMN constants file
    
    * Add sorting to columns
    
    * refactor query to use scope
    
    * always use task pages api for this workflow
    
    * ensure assigned by is a user
    
    * merge with ryan/APPEALS-35479-check
    
    * add cancel link to package action modals
    
    * add tests for action required tab
    
    * remove pry
    
    * refactor tasks method
    
    * refactor correspondence task filter
    
    * include appeal_type when creating
    
    * refactor test setup
    
    * remove duplicate tests
    
    * add current user
    
    * add appeal type
    
    * refactor to remove magic string
    
    * Add required fields for correspondence_intake_task creation
    
    * Add modal titles to constants file
    
    * remove pry
    
    * update test for new tab requirements
    
    * update jest snapshot
    wmedders21 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    abf4854 View commit details
    Browse the repository at this point in the history
  4. Div/appeals 35477 (#20792)

    * correspondence_queue_colomn.rb shell
    
    * Removing binding.pry
    
    * Reverted some changes on queue column
    
    * Updated correspondence_queue_colomn.rb shell
    
    * temporary seed data waiting for clarification
    
    * Initial commit for Veteran Detail sorting
    
    * resolved merge conflicts
    
    * CorrespondenceTask is now abstract
    
    * Correspondence Root Task no longer creates (it's abstract)
    
    * jolly postman seed data update
    
    * fixed error on corr queue column.
    
    * Sorting feature for Veteran details
    
    * sorting on Notes
    
    * Task filter setup
    
    * added filter option to VA DOR column
    
    * added isReceiptFilter to TableFilter props.
    
    * Added isReceiptFilter props to TableFilter.
    
    * Added  empty recieptdaterPicker component
    
    * fixed spelling mistakes.
    
    * Fixed the bug when changing to mailteamSupervisor user
    
    * Days waiting sorting functionality
    
    * Front end reciepdate picker now has basic functionality. Backend query sent.
    
    * Displaying tasks queues according to the Correspondence Cases and Your Correspondence Case
    
    * rubocop fixes
    
    * rubocop fixes
    
    * Commit for rubocop fix
    
    * checkpoint
    
    * Fixed team page pager issue
    
    * fixed list items showing for vaDor filter
    
    * Missing features from merge request
    
    * Updated changes to frontend.
    
    * Completed functionality for everything but between date filters.
    
    * Filter options for VA DOR
    
    * Updated ReceiptDatePicker to be standalone
    
    * updated filter to be a little more clear
    
    * add seed file to populate judges and attorneys from VACOLS
    
    * Revert "Revert "Feature/appeals 26736""
    
    * hotfix/APPEALS-39368: fix bug where nil ends up in @appeals array (#20668)
    
    * fix bug where nil ends up in @appeals array
    
    * add ama_statistics error handling
    
    * clarify error message when rescuing in ama_statistics
    
    * fix priority push job
    
    * fix tests
    
    * added nonpriority iterations to until clause in requested_distribution
    
    * add tests for limiting nonpriority iterations
    
    * change iterations limit to batch_size
    
    * fix test
    
    * Ki/APPEALS-39894 - Update Test & Linting Errors (#20776)
    
    * APPEALS-39894 - Fixes for Linting and Props
    
    * Spec Updates
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    
    * Commit for frontend changes for Date Completed column
    
    * debug and linting fix
    
    * Re-enabled filtering by veteran details.
    
    * Cleaned up code and fixed a bug in the filtering.
    
    * Added proptypes, removed unused variables.
    
    * Frontend datePicker changes for DateCompleted
    
    * Fixed receipt spelling.
    
    * fixed rubocop issues
    
    * Frontend datepicker changes
    
    * DateCompleted filtering updated with required options
    
    * reorganized the code so that styles don't get overwritten.
    
    * changed name column to be more consistent with wireframes.
    
    * Lint fixes
    
    * fixed linting issues and made UI match wireframes.
    
    * add seed file to populate judges and attorneys from VACOLS
    
    * Revert "Revert "Feature/appeals 26736""
    
    * hotfix/APPEALS-39368: fix bug where nil ends up in @appeals array (#20668)
    
    * fix bug where nil ends up in @appeals array
    
    * add ama_statistics error handling
    
    * clarify error message when rescuing in ama_statistics
    
    * fix priority push job
    
    * fix tests
    
    * added nonpriority iterations to until clause in requested_distribution
    
    * add tests for limiting nonpriority iterations
    
    * change iterations limit to batch_size
    
    * fix test
    
    * Wmedders21/appeals 39237 (#20834)
    
    * Test: verifies no other open package action task on correspondence before creation
    
    * Rubocop style fixes
    
    * Update expectation to match new requirements
    
    * add more wait time to address flakiness in CI
    
    * fix issue where EfolderFailedUploadTasks had parent task belonging to wrong Correspondence
    
    * fix issue where correspondence queue breaks after completing intake form
    
    * fix wrong url for reassign package task
    
    * Fix test: when remove package task is pending review
    
    * use_history not needed
    
    * Revert "Fix test: when remove package task is pending review"
    
    This reverts commit f2dd043.
    
    * Removed to_json and renamed method (#20839)
    
    * Reimplemented disabling of receiptdate filter.
    
    * fixed clear filters, made clicking the reset button more consistent in the UI.
    
    * filtering enabled and disabled feature
    
    * Lint issues
    
    * Lint fixes
    
    * updated notes to be a little more varied.
    
    * added support for correctly filtering veteran info & notes.
    
    * fixed VA DOR sorting.
    
    * fixed sorting for receipt date filter
    
    * Date filter dropdown issue fixed
    
    * Commit for lint fix and feature test cases
    
    * Removed commented lines
    
    * lint issues
    
    * PG::NotNullViolation issue fix
    
    * Jest errors snapshots updated
    
    * Modified the changes as requested
    
    * Rubocop fixes
    
    * Improvement for filter logic
    
    * Spec failing fixes
    
    * Some other rspec fail fix
    
    * Spec fixes
    
    * Spec fixes after merge
    
    * Modified completed tasks to aviod eager loading message in the logs
    
    ---------
    
    Co-authored-by: Dev-KRedd <khalin.redding@va.gov>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: IsaiahBar <isaiah.barnett@va.gov>
    Co-authored-by: Craig Reese <Reese_Craig@bah.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: Ki Mau <ki.mau@va.gov>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
    10 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    358cf44 View commit details
    Browse the repository at this point in the history
  5. Piedram/appeals 40814 b (#20917)

    * merge into feature
    
    * refactoring the code
    
    * Fix style issue
    
    * Add space in _table.css file
    piedram authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    40bf448 View commit details
    Browse the repository at this point in the history
  6. Kamalam7/appeals 40815 (#20915)

    * basic edit letters canges
    
    * edit section
    
    * refactoring and lint fixes
    
    * resolving conflicts
    
    * bug fix for date and custom value
    
    * fixing remove letter bug
    
    * fixing lint
    
    * fies for lint error
    
    * lint fix
    
    * adding response letters
    
    * fix for continue button after Edit section and space issue
    
    ---------
    
    Co-authored-by: vinner57 <128258952+vinner57@users.noreply.github.com>
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    3 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    05a9673 View commit details
    Browse the repository at this point in the history
  7. Ki/APPEALS-35482 - Correspondence Cases - Unassigned Tab (#20911)

    * update seed file to create package action tasks with assigned_by value
    
    * Update tasks call for action required tab
    
    * Update columns in QUEUE_COLUMN constants file
    
    * Add sorting to columns
    
    * refactor query to use scope
    
    * always use task pages api for this workflow
    
    * ensure assigned by is a user
    
    * merge with ryan/APPEALS-35479-check
    
    * add cancel link to package action modals
    
    * add tests for action required tab
    
    * remove pry
    
    * refactor tasks method
    
    * refactor correspondence task filter
    
    * include appeal_type when creating
    
    * APPEALS-35482 - CSS Fix
    
    * APPEALS-35482 - Linting and RSpecs
    
    * APPEALS-35482 - Rspecs, Filtering, Snapshots
    
    * Update QueueDropdownFilter.jsx
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    KiMauVA and wmedders21 authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    677e0fe View commit details
    Browse the repository at this point in the history
  8. Isaiah bar/appeals 35478 (#20918)

    * update seed file to create package action tasks with assigned_by value
    
    * Update tasks call for action required tab
    
    * Update columns in QUEUE_COLUMN constants file
    
    * Add sorting to columns
    
    * refactor query to use scope
    
    * always use task pages api for this workflow
    
    * ensure assigned by is a user
    
    * merge with ryan/APPEALS-35479-check
    
    * add cancel link to package action modals
    
    * add tests for action required tab
    
    * remove pry
    
    * refactor tasks method
    
    * refactor correspondence task filter
    
    * include appeal_type when creating
    
    * APPEALS-35482 - CSS Fix
    
    * APPEALS-35482 - Linting and RSpecs
    
    * APPEALS-35482 - Rspecs, Filtering, Snapshots
    
    * Update QueueDropdownFilter.jsx
    
    * updated task for Assigned tab
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: KiMauVA <Ki.Mau@va.gov>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    4 people authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    0037fc7 View commit details
    Browse the repository at this point in the history
  9. Update seeds to assign to superuser and have varied days waiting valu…

    …es (#20920)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    wmedders21 and HunJerBAH authored Feb 22, 2024
    Configuration menu
    Copy the full SHA
    fff2379 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Configuration menu
    Copy the full SHA
    537b4b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f31493e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67e4d58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f1dace View commit details
    Browse the repository at this point in the history
  5. fixing date error (#20924)

    vinner57 authored Feb 23, 2024
    Configuration menu
    Copy the full SHA
    39ed838 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b2f8e97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24ab6bc View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Wmedders21/appeals 40978 (#20947)

    * Change correspondence_task to abstract class
    
    * Refactor correspondence root task to not have a parent task
    
    * do not expect abstract correspondence_task to appear in task tree
    
    * Update test to not look for a now abstract class instance -CorrespondenceTask
    
    * Fix for appeals not loading on step 2 of intake form
    
    * add evidence submission window attribute to re-serializer
    
    * Remove package document type column to fix flaky test
    
    * Refresh to fix flaky test
    wmedders21 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    090b135 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    160a147 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba6b102 View commit details
    Browse the repository at this point in the history
  4. Package action task refactor for create verification and inheritance (#…

    …20960)
    
    * Package action task refactor for create verification and inheritance
    
    * fix typo
    wmedders21 authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    43b9ce6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c250cb3 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. Fix failing spec

    cacevesva committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    1a7e714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b58d8 View commit details
    Browse the repository at this point in the history
  3. Bugifx for banner color (#20977)

    * Bugifx for banner color
    
    * Fixed constants typo
    Kevma50287 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    4968288 View commit details
    Browse the repository at this point in the history
  4. Wmedders21/appeals 41354 (#20978)

    * randomize closed at for correspondence root task seeds
    
    * update seeds to have varying values to be able to test sorting columns
    wmedders21 authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    cd705cb View commit details
    Browse the repository at this point in the history
  5. Isaiah bar/appeals 35478 (#20964)

    * update seed file to create package action tasks with assigned_by value
    
    * Update tasks call for action required tab
    
    * Update columns in QUEUE_COLUMN constants file
    
    * Add sorting to columns
    
    * refactor query to use scope
    
    * always use task pages api for this workflow
    
    * ensure assigned by is a user
    
    * merge with ryan/APPEALS-35479-check
    
    * add cancel link to package action modals
    
    * add tests for action required tab
    
    * remove pry
    
    * refactor tasks method
    
    * refactor correspondence task filter
    
    * include appeal_type when creating
    
    * APPEALS-35482 - CSS Fix
    
    * APPEALS-35482 - Linting and RSpecs
    
    * APPEALS-35482 - Rspecs, Filtering, Snapshots
    
    * Update QueueDropdownFilter.jsx
    
    * updated task for Assigned tab
    
    * fix test
    
    * modified expect
    
    * fix tasks filter
    
    * test for tasks filter
    
    * fixed tasks
    
    * updating Tasks filter
    
    * update query for tasks
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: KiMauVA <Ki.Mau@va.gov>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    6 people authored Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5e34d25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b265733 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a65782b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f30f29 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Add Checks to Ensure Correspondence Auto Assignment Job Uniqueness (#…

    …20968)
    
    * Add Checks to Ensure Correspondence Auto Assignment Job Uniqueness
    
    - Update the CorrespondenceAutoAssigner to do validations before
    running to ensure we don't end up with parallel auto assign jobs.
    
    - Add and update specs as needed.
    
    * Update Incorrect Time Field Checks
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    tradesmanhelix and cacevesva authored Feb 29, 2024
    Configuration menu
    Copy the full SHA
    5e335d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. Ki/APPEALS-35482-hotfix - Supervisor Assign limitation (#20989)

    * APPEALS-35482 - Conditional assign button for mail team super
    
    * APPEALS-35482 - QueueTable pagination update
    
    * APPEALS-35482 - Undo currentPage Issue
    
    * Delete client/test/app/queue/__snapshots__/QueueTable.test.js.snap
    
    * Update snapshot
    KiMauVA authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6754a56 View commit details
    Browse the repository at this point in the history
  2. Khalin/appeals 40265 (#20841)

    * Rubocop stying errors fixed
    
    * Duplication Issues
    
    * Duplication issues
    
    * Duplication fix
    
    * Complexity Reek Errors WIP
    
    * De-couple CorrespondenceConfig from QueueConfig
    Co-authored-by: Jeremy Croteau <jcroteau@users.noreply.github.com>
    
    * Replace conditional with  Polymorphism
    
    * Reek Attribute comment
    
    * Removal of dead code
    
    * frozen_string_literal addition
    
    * Removal of dead code & addition of DataClump comment
    
    * Styling fixes
    
    * styling
    
    * Adding process_correspondence method back
    
    * Revert "Replace conditional with  Polymorphism"
    
    This reverts commit 4fa20e9.
    
    * Revert "De-couple CorrespondenceConfig from QueueConfig"
    
    This reverts commit 7b8e450.
    
    * Revert "Removal of dead code"
    
    This reverts commit b9ac6fc.
    
    * Revert "Removal of dead code & addition of DataClump comment"
    
    This reverts commit bb7ffe8.
    
    * Adding back from merge conflict
    
    * Wmedders21/appeals 40978 on my local(Will revert before PR)
    
    * Fixing tests
    
    * Syling Fixes
    
    * Rubocop Styling fixes
    
    * Complexity fixes
    
    * Duplication fix
    
    * Styling fix
    
    * Styling fix
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    6f23d56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ed8fb8 View commit details
    Browse the repository at this point in the history
  4. Div/appeals 35484 (#20939)

    * To get mail team users in the dropdown
    
    * made mail team users populate as a prop.
    
    * Added checkboxes that are functional, retain state after tab / index changes.
    
    * Backend update for mailteam users with selected tasks
    
    * Updated the flash message with the required banner status
    
    * Updated the flash message with the required banner status
    
    * Status update with assigned
    
    * prototype page reload
    
    * Banner success message
    
    * Syntax error fix
    
    * added tasks filter test for mail team admin
    
    * Banner message work updated
    
    * Commit for Assign button disable and enable
    
    * Modified dropdown fix for Assign button
    
    * code cleanup checkpoint
    
    * refactored correspondence_controller to handle different banner results
    
    * Feature test spec for batch assignment for unassigned tab
    
    * feature test cases for cob user
    
    * fixed COB issue and added feature flag.
    
    * added failure case for tasks
    
    * Removed the banner stuff for Nod
    
    * fixed logic on set_banner_params
    
    * swapped banner type to info
    
    * Clean up the code and lint issues
    
    * Changes to Reassigned work
    
    * Feature tests for Assigned tab for batch assignment
    
    * Spec issues fixes
    
    * Modified the suggested changes
    
    ---------
    
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    divyadasari-va and Rnmarshall93 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    57e0573 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8693606 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e29e2fa View commit details
    Browse the repository at this point in the history
  7. Your Correspondence - In Progress Tab (Bug fixes) (#21010)

    * merge issue on activrecord
    
    * Fixed tasks filter with multiple options
    
    * refactored to be cleaner
    
    * refactored CorrespondenceTaskFilter to be OOP best practices and added clarification comments.
    
    * Made suggested changes and fixed efolder upload failed task link on the backend.
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Rnmarshall93 and jimfoley25 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0c93ca0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1c6fedd View commit details
    Browse the repository at this point in the history
  9. Your Correspondence - Assigned Tab (#21014)

    * fix feature test
    
    * Revert "fix feature test"
    
    This reverts commit 948d637.
    
    * pushing up tests for ryan to run
    
    * feature tests
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    IsaiahBar and jimfoley25 authored Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4405469 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    867cf74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8a44d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cbc1a6e View commit details
    Browse the repository at this point in the history
  4. updated failing seed test

    HunJerBAH committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    5a646e2 View commit details
    Browse the repository at this point in the history
  5. updated failing test

    HunJerBAH committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    b347535 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f747711 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Update in_progress_tab query to prevent EfolderUploadFailedTasks from…

    … populating. (#21035)
    
    * updates query to prevent efolderuploadfailed tasks
    
    * updated query to look better
    
    * Fixed task sorting.
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Rnmarshall93 and jimfoley25 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2b8056a View commit details
    Browse the repository at this point in the history
  2. Wmedders21/appeals 35479 2 (#21018)

    * Add new correspondence tasks not related to appeal
    
    * Fix error when submitting correspondence intake
    
    * Add scope tasks_not_related_to_appeal
    
    * Change intake processor to create new correspondence tasks
    
    * Refactor to have new Correspondence task class names
    
    * Refactor to simplify and be less flaky
    
    * Refactor with the updated class names
    
    * add veteran full name
    
    * create abstract base class for tasks not related to an appeal
    
    * remove task not related to appeal scope
    
    * move correspondence mail tasks to folder
    
    * correspondence mail tasks inherit from CorrespondenceMailTask
    
    * remove hard coded true return for task creation verification
    
    * abstract class and create child class override
    
    * replace deleted verification bypass
    
    * revert task creation refactor
    wmedders21 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    2726e64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66172ae View commit details
    Browse the repository at this point in the history
  4. Piedram/appeals 40988 (#20992)

    * add nod column in correspondences
    
    * update seed data with the nod value
    
    * fix Reek Violation
    
    * Fix schema file
    
    * fix error about nod
    
    * Fix NOD Correspondence Spec Failure
    
    ---------
    
    Co-authored-by: Kamala Madamanchi <kamala.madamanchi@va.gov>
    Co-authored-by: Alexander Smith <alex.smith.99@thunderyard.com>
    3 people authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    d8f3d2f View commit details
    Browse the repository at this point in the history
  5. Wmedders21/appeals 35479 2 (#21018) (#21048)

    * Add new correspondence tasks not related to appeal
    
    * Fix error when submitting correspondence intake
    
    * Add scope tasks_not_related_to_appeal
    
    * Change intake processor to create new correspondence tasks
    
    * Refactor to have new Correspondence task class names
    
    * Refactor to simplify and be less flaky
    
    * Refactor with the updated class names
    
    * add veteran full name
    
    * create abstract base class for tasks not related to an appeal
    
    * remove task not related to appeal scope
    
    * move correspondence mail tasks to folder
    
    * correspondence mail tasks inherit from CorrespondenceMailTask
    
    * remove hard coded true return for task creation verification
    
    * abstract class and create child class override
    
    * replace deleted verification bypass
    
    * revert task creation refactor
    
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    jimfoley25 and wmedders21 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    7e5e98b View commit details
    Browse the repository at this point in the history
  6. Revert "Merge branch 'feature/APPEALS-32900' into feature/APPEALS-27311"

    This reverts commit 66172ae, reversing
    changes made to 2726e64.
    HunJerBAH committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    1599cfa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    41293b4 View commit details
    Browse the repository at this point in the history
  8. Revert "Revert "Merge branch 'feature/APPEALS-32900' into feature/APP…

    …EALS-27311""
    
    This reverts commit 1599cfa.
    HunJerBAH committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    34cebfe View commit details
    Browse the repository at this point in the history
  9. Khalin/APPEALS-35818 (#20986)

    * WIP for new seeds file
    
    * Updated query so data shows in table
    
    * Revert "WIP for new seeds file"
    
    This reverts commit ea1dd11.
    
    * Updated query so data shows in table
    
    * Your Correspondence completed tab completed test spec
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Dev-KRedd and jimfoley25 authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    3bd42df View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1565661 View commit details
    Browse the repository at this point in the history
  11. Fix Incorrect Error Banner Color (#21021)

    * Fix Incorrect Error Banner Color
    
    - Use copy error message to allow the frontend to correctly
    identify error messages generated by feature toggle.
    
    - Update controller and logging logic to ensure that errored
    auto assignment attempts get updated with the correct status when
    possible.
    
    * Fix Conditional Check
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    tradesmanhelix and cacevesva authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    cc0e922 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    41ce602 View commit details
    Browse the repository at this point in the history
  13. Update Correspondence Auto Assign Banner (#21031)

    * Fix Incorrect Error Banner Color
    
    - Use copy error message to allow the frontend to correctly
    identify error messages generated by feature toggle.
    
    - Update controller and logging logic to ensure that errored
    auto assignment attempts get updated with the correct status when
    possible.
    
    * Fix Conditional Check
    
    * Update Correspondence Auto Assign Banner
    
    - Update banner color to be the yellow warning color.
    
    - Update title verbiage for unsuccessful auto assignment run
    attempts.
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    tradesmanhelix and cacevesva authored Mar 6, 2024
    Configuration menu
    Copy the full SHA
    18b6839 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3a6108d View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Correspondence Cases - Assigned Tab: Batch Assignment - hotfix (#21051)

    * Changed to passdown isSupervisor and isSuperuser prop to correspondence table builder
    
    * updated logic for displaing bulk assign area.
    Rnmarshall93 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    033c849 View commit details
    Browse the repository at this point in the history
  2. Correspondence Days Waiting Sort - hotfix (#21054)

    * merge issue on activrecord
    
    * Fixed tasks filter with multiple options
    
    * refactored to be cleaner
    
    * refactored CorrespondenceTaskFilter to be OOP best practices and added clarification comments.
    
    * Made suggested changes and fixed efolder upload failed task link on the backend.
    
    * Reversed the sort order for days waiting.
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Rnmarshall93 and jimfoley25 authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    9e2dd77 View commit details
    Browse the repository at this point in the history
  3. Justin/APPEALS-35473 (#20870)

    * initial commit with some setup
    
    * fixing error in correspondence controller
    
    * adding variables for step and redux store objects from database
    
    * Working on resuming saved store
    
    * Some testing in the AddAppealRelatedTaskView for fixing step 2
    
    * somehow was not added to the merge
    
    * removing reduxStore from previous attempt
    
    * attempting fix for new correspondences looking for the saved intake
    
    * running some tests
    
    * cleaned up comments and set up pulled store to show on page 3 of intake
    
    * current intake data is being stored in the session
    
    * Bug when trying to edit the task the name should popup in the select box
    
    * Feature testcases
    
    * Lint fixes
    
    * Fix for spec changes
    
    * comment edits
    
    * comment edits
    
    * removing schema to match feature
    
    * testing a spec change with page text
    
    * testing with moving the post into the actions
    
    * Changes to post method to actions
    
    * removing current step from queue app
    
    * linting fix
    
    * removing extraneous code
    
    * added .then to cancel POST and resolved linting complaints
    
    * removed unused prop
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: divyadasari-va <divya.dasari@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    4 people authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    adfeb98 View commit details
    Browse the repository at this point in the history
  4. Correspondence type in general info review package and step 3 intake …

    …fixes (#21047)
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    kamala-07 and cacevesva authored Mar 7, 2024
    Configuration menu
    Copy the full SHA
    e0ccb0d View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Ki/APPEALS-35480 - Correspondence Cases - Pending Tab (#21060)

    * fix error processing intake
    
    * Add models for tasks not related to appeal
    
    * sub models for tasks not related to appeal
    
    * allow intake processor to create new models
    
    * add scope for tasks not related to appeal
    
    * write query for pending tab tasks
    
    * update seeds to create updated models
    
    * update task not related to appeal craetion at the end of intake
    
    * merge issue on activrecord
    
    * Fixed tasks filter with multiple options
    
    * refactored to be cleaner
    
    * refactored CorrespondenceTaskFilter to be OOP best practices and added clarification comments.
    
    * APPEALS-35480 - Filter Updates
    
    * Add new correspondence tasks not related to appeal
    
    * Fix error when submitting correspondence intake
    
    * Add scope tasks_not_related_to_appeal
    
    * Change intake processor to create new correspondence tasks
    
    * Refactor to have new Correspondence task class names
    
    * Refactor to simplify and be less flaky
    
    * Refactor with the updated class names
    
    * APPEALS-35480 - Pending Rspec Tests
    
    * Merge Conflict updates
    
    * add veteran full name
    
    * create abstract base class for tasks not related to an appeal
    
    * remove task not related to appeal scope
    
    * move correspondence mail tasks to folder
    
    * correspondence mail tasks inherit from CorrespondenceMailTask
    
    * remove hard coded true return for task creation verification
    
    * abstract class and create child class override
    
    * replace deleted verification bypass
    
    * revert task creation refactor
    
    * Spec Inbound update
    
    * Remove old tasks
    
    * Fix Task Call, Remove unneeded old code
    
    * current_user
    
    * merge conflicts
    
    * Remap Pending RSpec Tests
    
    * Reverting filter change
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    4 people authored Mar 8, 2024
    Configuration menu
    Copy the full SHA
    1ea88d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54ceb0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c021f3 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Hot fix to remove Intake from Veterans Details (#21087)

    * fix feature test
    
    * Revert "fix feature test"
    
    This reverts commit 948d637.
    
    * pushing up tests for ryan to run
    
    * feature tests
    
    * remove Intake from Veteran Details
    
    * resolve pr conflicts
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    IsaiahBar and HunJerBAH authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    6736cee View commit details
    Browse the repository at this point in the history
  2. Khalin/appeals 35818 - Bug Fix (#21091)

    * WIP for new seeds file
    
    * Updated query so data shows in table
    
    * Revert "WIP for new seeds file"
    
    This reverts commit ea1dd11.
    
    * Updated query so data shows in table
    
    * Your Correspondence completed tab completed test spec
    
    * The completed tab now showing dates
    
    * Bug Fix
    Dev-KRedd authored Mar 9, 2024
    Configuration menu
    Copy the full SHA
    c46619f View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    4bc858d View commit details
    Browse the repository at this point in the history
  2. Fix Misc. Auto Assign Correspondence Regressions (#21098)

    * Restore Code Deleted During Merge
    
    * Fix Misc. Issues
    
    - Add eager loading to various finder queries.
    
    - Fix spec failures.
    tradesmanhelix authored Mar 11, 2024
    Configuration menu
    Copy the full SHA
    03ab576 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

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

Commits on Mar 14, 2024

  1. APPEALS-35488: Update UAT Seed Scripts for Correspondence (#21129)

    * refactored correspondence seeds to accept vet and user. refactored create_correspondence.
    
    * refactored seed to create intake correspondence with upload failed task
    
    * updated seed to create correspondence with intake task
    
    * refactored rest of queue correspondence seed to be able to accept a user and veteran.
    
    * lowered count for correspondence seeds
    
    * refactored multi_correspondences to create review package tasks, handle user input, and use queue helpers
    
    * disabled linting check
    
    * added multi correspondence and queue correspondence seeds to rake task
    
    * cleaned up correspondence rake to be more DRY
    HunJerBAH authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    8c0ab31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c43ac71 View commit details
    Browse the repository at this point in the history
  3. Update Sensitivity Check (#21152)

    * Update Sensitivity Check
    
    - Generate a new BGS Client for each user whose sensitivity level
    is being inspected.
    
    - Update specs and supporting files.
    
    * Remove Unneeded Return
    tradesmanhelix authored Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c711a6c View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Khalin/appeals 35818 Date Completed Column Filtering Bug Fix (#21134)

    * WIP for new seeds file
    
    * Updated query so data shows in table
    
    * Revert "WIP for new seeds file"
    
    This reverts commit ea1dd11.
    
    * Updated query so data shows in table
    
    * Your Correspondence completed tab completed test spec
    
    * The completed tab now showing dates
    
    * Bug Fix
    
    * Date Completed Filtering Fixed
    
    * Updated changes
    
    * Fixing Failing test
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Dev-KRedd and jimfoley25 authored Mar 15, 2024
    Configuration menu
    Copy the full SHA
    47d8e83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7f17f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e2fdbd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33aae98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    04d890d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cb2fafb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7017522 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    068f945 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Wmedders21/appeals 41493 (#21162)

    * remove unused route and fix typo
    
    * standardize prop names
    
    * use standardized prop names
    
    * use standardized prop names and abstract magic strings
    
    * remove unnecessary scoping
    
    * CorrespondenceIntakeTask status in_progress on create
    
    * update spec for changes
    
    * update helper to reflect workflow
    
    * correspondence intake task status in progress on creation
    
    * efolder upload failed task no longer needs task url since its not displayed on the table
    
    * rubocop style fix
    
    * rubocop fix extra blank line
    wmedders21 authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    6ea083e View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Improve Code & Fix Linting Issues (#21193)

    * Fix Code Climate Issues
    
    * Improve Code
    
    - Add class comments to service files.
    
    - Add underscores to unused method params in the fake BGS Service.
    
    * Fix Bad Method Invocation
    
    * Fix Param Causing Spec Failures
    tradesmanhelix authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a413317 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Asmith/appeals 34964 fix code issues (#21219)

    * Fix Code Climate Issues
    
    * Improve Code
    
    - Add class comments to service files.
    
    - Add underscores to unused method params in the fake BGS Service.
    
    * Fix Bad Method Invocation
    
    * Fix Param Causing Spec Failures
    
    * Make BGS Service Method Static
    
    - This will allow the other static methods to use the init_client_params
    method.
    tradesmanhelix authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f7cbc31 View commit details
    Browse the repository at this point in the history
  2. Justin/APPEALS-42009 (#21118)

    * adding correspondence intake controller
    
    * moving methods that seem to be suited for the intake-specific controller
    
    * refactor conditional
    
    * updating the routes
    
    * Updating the remainder of intake routes
    
    * removing a repeated method found
    
    * moving intake specs to new intake controller spec
    
    * fixing file for failing tests
    
    * Fixing failing specs
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    3 people authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    c12d947 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea2acd View commit details
    Browse the repository at this point in the history
  4. Piedram/appeals 41494 (#21196)

    * modified to show error in date filter
    
    * modified datecomplete
    
    * change name in header
    
    * fix style issue
    
    * Fix spec file
    
    * Add new test in spec file
    piedram authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    cb58721 View commit details
    Browse the repository at this point in the history
  5. Error banner now working as intended (#21206)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Dev-KRedd and HunJerBAH authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f8b0516 View commit details
    Browse the repository at this point in the history
  6. Wmedders21/appeals 42552 (#21209)

    * sorting query for date completed column on correspondence tables
    
    * optimize task query for your correspondence completed tab
    
    * optimize task query for corresepondence cases completed tab
    
    * update correspondence task filter for new column name
    
    * add name props to avoid console errors
    
    * correct prop types
    
    * update with new column name
    
    * update seeds to reflect expected workflow
    
    * update broken tests
    
    * remove unnecessarily bloated test case setup
    
    * update broken test expectation
    wmedders21 authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    da29b1d View commit details
    Browse the repository at this point in the history
  7. Fix Misc. UAT Issues (#21223)

    * Fix Code Climate Issues
    
    * Improve Code
    
    - Add class comments to service files.
    
    - Add underscores to unused method params in the fake BGS Service.
    
    * Fix Bad Method Invocation
    
    * Fix Param Causing Spec Failures
    
    * Make BGS Service Method Static
    
    - This will allow the other static methods to use the init_client_params
    method.
    
    * Fix Misc. UAT Issues
    
    - Handle errors raised by the BGS service.
    
    - Update the auto assign status ping to include the correct
    assigned count.
    
    - Fix bug that caused CorrespondenceAutoAssignRunVerifier to
    incorrectly report that runs are OK.
    
    * Fix Incorrect Field Checked for Run Verification
    tradesmanhelix authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    d56f8fa View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Correspondence Cases - Action Required Tab: Remove / Reassign Modal (#…

    …21202)
    
    * mostly finished modal
    
    * added conditional rendering of textarea
    
    * updated RadioField name
    
    * added redux setup for selected veteran details.
    
    * added RadioFieldWithChildren component.
    
    * Added complete modal for reassign
    
    * stored veteran details on click
    
    * added diasbled button logic for confirm
    
    * wired button for remove package task.
    
    * Wired banner message prototype
    
    * fixed crash
    
    * task now reassigns properly
    
    * implemented failure banner and reject option
    
    * fixed banner messages.
    
    * fixed sizing issue and added textarea to reject
    
    * fixed frontend css
    
    * improved backend logic.
    
    * fixed modal closing X button
    
    * fixed error in method call, commented data changing code
    
    * backbone for reassign and remove modal tests
    
    * added parent_task_url
    
    * Implemented taskurl for remove/ reassign task
    
    * delete binding pry
    
    * tests suite for correspondence cases
    
    * refactored logic
    
    * data seeding and minor refactors
    
    * fix test suit
    
    * uncommented experimental code
    
    * added remove modal
    
    * cleaned up controller logic
    
    * final AC work in progress
    
    * Fixes for linting and update reviewpackagetask error
    
    * futher reduced code climate issues
    
    * mode code climate fixes
    
    * fixed more code climate issues
    
    * fixed linting errors. fixed submit disable logic
    
    * refined logic for cleaner user experience
    
    * added seed data for reassign / remove package task
    
    * fixed bug on buildMailUserData
    
    * swapped mismatched messages
    
    * finished spec tests
    
    * Hot fix to remove Intake from Veterans Details (#21087)
    
    * fix feature test
    
    * Revert "fix feature test"
    
    This reverts commit 948d637.
    
    * pushing up tests for ryan to run
    
    * feature tests
    
    * remove Intake from Veteran Details
    
    * resolve pr conflicts
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Khalin/appeals 35818 - Bug Fix (#21091)
    
    * WIP for new seeds file
    
    * Updated query so data shows in table
    
    * Revert "WIP for new seeds file"
    
    This reverts commit ea1dd11.
    
    * Updated query so data shows in table
    
    * Your Correspondence completed tab completed test spec
    
    * The completed tab now showing dates
    
    * Bug Fix
    
    * created completed_by_date and added business logic to root task (#21103)
    
    * APPEALS-35488: Update UAT Seed Scripts for Correspondence (#21129)
    
    * refactored correspondence seeds to accept vet and user. refactored create_correspondence.
    
    * refactored seed to create intake correspondence with upload failed task
    
    * updated seed to create correspondence with intake task
    
    * refactored rest of queue correspondence seed to be able to accept a user and veteran.
    
    * lowered count for correspondence seeds
    
    * refactored multi_correspondences to create review package tasks, handle user input, and use queue helpers
    
    * disabled linting check
    
    * added multi correspondence and queue correspondence seeds to rake task
    
    * cleaned up correspondence rake to be more DRY
    
    * Khalin/appeals 35818 Date Completed Column Filtering Bug Fix (#21134)
    
    * WIP for new seeds file
    
    * Updated query so data shows in table
    
    * Revert "WIP for new seeds file"
    
    This reverts commit ea1dd11.
    
    * Updated query so data shows in table
    
    * Your Correspondence completed tab completed test spec
    
    * The completed tab now showing dates
    
    * Bug Fix
    
    * Date Completed Filtering Fixed
    
    * Updated changes
    
    * Fixing Failing test
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    
    * updated completed filter to filter on closed_at value (#21166)
    
    * Edit VA DOR access for InboundOpsTeamAdmin user (#21150)
    
    * 🔀 jcroteau/APPEALS-38492 - Fix duplicate results from joins on certain AR associations (#21097)
    
    * refactored seed scripts for correspondence to have more detailed notes (#21170)
    
    * Wmedders21/appeals 41493 (#21162)
    
    * remove unused route and fix typo
    
    * standardize prop names
    
    * use standardized prop names
    
    * use standardized prop names and abstract magic strings
    
    * remove unnecessary scoping
    
    * CorrespondenceIntakeTask status in_progress on create
    
    * update spec for changes
    
    * update helper to reflect workflow
    
    * correspondence intake task status in progress on creation
    
    * efolder upload failed task no longer needs task url since its not displayed on the table
    
    * rubocop style fix
    
    * rubocop fix extra blank line
    
    * updated props to new branch props
    
    * sanitized string with react
    
    * fixed missing end in queue_correspondence
    
    * sanitize newUrl attempt #2
    
    * fixed buildMailUserData
    
    * added missing end statement
    
    * fixed linting
    
    * modified per github feedback
    
    * refactored redundant code
    
    * linting fix. refactored correspondence_controller logic
    
    * linting fix
    
    * partial refactor with code migrated to correspondence_controller_util
    
    * refactored a very large amount of code to the CorrespondenceControlletUtil
    
    * Justin/APPEALS-42009 (#21118)
    
    * adding correspondence intake controller
    
    * moving methods that seem to be suited for the intake-specific controller
    
    * refactor conditional
    
    * updating the routes
    
    * Updating the remainder of intake routes
    
    * removing a repeated method found
    
    * moving intake specs to new intake controller spec
    
    * fixing file for failing tests
    
    * Fixing failing specs
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    
    * Piedram/appeals 41494 (#21196)
    
    * modified to show error in date filter
    
    * modified datecomplete
    
    * change name in header
    
    * fix style issue
    
    * Fix spec file
    
    * Add new test in spec file
    
    * Error banner now working as intended (#21206)
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * added comment
    
    * Justin/APPEALS-42009 (#21118)
    
    * adding correspondence intake controller
    
    * moving methods that seem to be suited for the intake-specific controller
    
    * refactor conditional
    
    * updating the routes
    
    * Updating the remainder of intake routes
    
    * removing a repeated method found
    
    * moving intake specs to new intake controller spec
    
    * fixing file for failing tests
    
    * Fixing failing specs
    
    ---------
    
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    
    * Piedram/appeals 41494 (#21196)
    
    * modified to show error in date filter
    
    * modified datecomplete
    
    * change name in header
    
    * fix style issue
    
    * Fix spec file
    
    * Add new test in spec file
    
    * Wmedders21/appeals 42552 (#21209)
    
    * sorting query for date completed column on correspondence tables
    
    * optimize task query for your correspondence completed tab
    
    * optimize task query for corresepondence cases completed tab
    
    * update correspondence task filter for new column name
    
    * add name props to avoid console errors
    
    * correct prop types
    
    * update with new column name
    
    * update seeds to reflect expected workflow
    
    * update broken tests
    
    * remove unnecessarily bloated test case setup
    
    * update broken test expectation
    
    * updated linting
    
    * fixed linting issues
    
    ---------
    
    Co-authored-by: IsaiahBar <isaiah.barnett@va.gov>
    Co-authored-by: IsaiahBar <107133331+IsaiahBar@users.noreply.github.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: Dev-KRedd <134650238+Dev-KRedd@users.noreply.github.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: Kamala Madamanchi <110078646+kamala-07@users.noreply.github.com>
    Co-authored-by: Jeremy Croteau <jcroteau@users.noreply.github.com>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: William Medders <medders_william@bah.com>
    Co-authored-by: piedram <110848569+piedram@users.noreply.github.com>
    12 people authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    3f5d866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    424d92b View commit details
    Browse the repository at this point in the history
  3. Div/appeals 38964 (#21099)

    * Initial commit for search bar
    
    * Search bar chnages and removed post request
    
    * Modified the search results display
    
    * Removed unused code
    
    * Removed searchValue from unnecessary places
    
    * Search results on page load
    
    * APPEALS-38964 - Search criteria for all columns
    
    * moved search logic from table builder into queue table
    
    * Removed unused method
    
    * Made the changes back for tabPaginationOptions
    
    * Remove Console Log
    
    * Feature test cases for Search bar
    
    * Added few more feature test cases for Search bar
    
    * Added pagination spec
    
    * Failing spec
    
    * Added few more test cases
    
    * APPEALS-38964 - Additioanl RSpec tests, Fixed page visits
    
    * Edit VA DOR access for InboundOpsTeamAdmin user (#21150)
    
    * 🔀 jcroteau/APPEALS-38492 - Fix duplicate results from joins on certain AR associations (#21097)
    
    * refactored seed scripts for correspondence to have more detailed notes (#21170)
    
    * Modified the test spec for sorted by veteran details
    
    * APPEALS-38964 - Updated Flaky Test
    
    * APPEALS-38964 - Notes Update
    
    * Added serializer for few more columns
    
    * Added serializer for label and closed_at columns
    
    * APPEALS-38964 - Linting, Assigned_By
    
    * Sort and pagination column fix
    
    * Removed logic for sort and pagination fix
    
    * Modified column_names with self class in all the tab class
    
    * DRY all the tabs
    
    * Extra Linting and Test Updates
    
    * Can able to search with number
    
    * Updates for tabs and linting
    
    * Linting
    
    * fix for completed date serializer
    
    * Reverting Conditional for VetDetails and VADOR
    
    ---------
    
    Co-authored-by: KiMauVA <Ki.Mau@va.gov>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: Kamala Madamanchi <110078646+kamala-07@users.noreply.github.com>
    Co-authored-by: Jeremy Croteau <jcroteau@users.noreply.github.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    6 people authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    645614c View commit details
    Browse the repository at this point in the history
  4. Correspondence Cases - Unassigned Tab - Superuser | Remove Select Col…

    …umn (#21228)
    
    * fixed select column appearing in superuser table
    
    * linting fixes
    
    * fixed linter issues
    
    * fixed merge conflicts
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Rnmarshall93 and jimfoley25 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c983c1d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    b015e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65bf72a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c1c41c View commit details
    Browse the repository at this point in the history
  4. Wmedders21/appeals 42698 (#21230)

    * prevent overwriting correspondence uuid on page load
    
    * provide saved redux store to view if the intake form has been previously worked
    
    * Update test expectations
    
    * Merge with feature
    wmedders21 authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f1463e0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4f19273 View commit details
    Browse the repository at this point in the history
  6. 35485 text fix (#21242)

    * fixed missing text
    
    * updated instructions text
    
    * added instructions to action required tasks
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Rnmarshall93 and HunJerBAH authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ae232c1 View commit details
    Browse the repository at this point in the history
  7. text fix (#21246)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Rnmarshall93 and HunJerBAH authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    24de552 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    c7e43db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94bc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0dc125d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    523a7f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    0bb292b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06b1620 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a58cbfb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21ac0f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a052f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f268ef View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Div/appeals 42502 (#21267)

    * Initial commit for Optimize Correspondence Table Queries
    
    * Removed instance variable
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    divyadasari-va and jimfoley25 authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    81c9e82 View commit details
    Browse the repository at this point in the history
  2. fix for filter value VADOR and Date Completed (#21240)

    * fix for filter value VADOR and Date Completed
    
    * fix selected filter
    
    ---------
    
    Co-authored-by: piedram <maite.piedrayera@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    59dd568 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Modified selector style

    piedram committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    fdfe9dd View commit details
    Browse the repository at this point in the history
  2. changes in table style

    piedram committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    5e5d29b View commit details
    Browse the repository at this point in the history
  3. fix table style

    piedram committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    098a066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbf2ad View commit details
    Browse the repository at this point in the history
  5. fix assigned and unassigned banner (#21283)

    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    b8de3a2 View commit details
    Browse the repository at this point in the history
  6. change style

    piedram committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    e2e354c View commit details
    Browse the repository at this point in the history
  7. fix checkbox

    piedram committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    d8328ba View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Configuration menu
    Copy the full SHA
    508919d View commit details
    Browse the repository at this point in the history
  2. Ki/APPEALS-42721 & APPEALS-41062 - "Under Construction" Links Console…

    … Logs the Correspondence Explain Page (Test Environments) (#21290)
    
    * APPEALS-42721 - Under Construction rerouting
    
    * APPEALS-42721 - Explain Page Route Fix
    
    * Add to App Controller
    
    * APPEALS-42721 - Working Right-Click Explain Linking
    
    * Linting and Cleanup
    
    * Update correspondence_task_column_serializer.rb
    
    * Update correspondence_task_column_serializer.rb
    
    * Route
    
    * APPEALS-42721 - Update Spec Pathing for Correspondence Explain
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    KiMauVA and HunJerBAH authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    2a028bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20c1df5 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    5740584 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c15b1d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3463acc View commit details
    Browse the repository at this point in the history
  4. APPEALS-43181 - Remove view width and replace with standard percentage (

    #21312)
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    KiMauVA and jimfoley25 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3b7c386 View commit details
    Browse the repository at this point in the history
  5. Remove package actions from View package button Review package page (#…

    …21302)
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    kamala-07 and jimfoley25 authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4e9d0ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7a70c66 View commit details
    Browse the repository at this point in the history
  7. Package Document Type column APPEALS-40970 (#21273)

    * updated correspondence table
    
    * run correspondence nod column migration
    
    * Add nod value to seed helper for correspondence queue
    
    * semi functional nod column
    
    * Add package doc type filter options to constants file
    
    * Add column title to constants file
    
    * remove binding.pry
    
    * add filtering logic for package doc type
    
    * Add search logic for package doc type
    
    * Update package doc type column for filtering and searching
    
    * rollback nod migration
    
    * added feature test for package document type column
    
    * fixed several receipt date failures
    
    * test fixes
    
    * update selectors for specs to account for new column
    
    * fixed several failing rspecs
    
    * reverted taskCompletedDateColumn to master version
    
    * fixed failing rspecs
    
    * removed stray binding.pry
    
    * fied linting issues
    
    * fixed linting issue
    
    * removed binding.pry
    
    * fixed ordering of assigned columns
    
    ---------
    
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    3 people authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2861658 View commit details
    Browse the repository at this point in the history
  8. APPEALS-42996 - Removed Character Limit (#21314)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    KiMauVA and HunJerBAH authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    034f4cc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42fe6f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    476123a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d24d9d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5e69c81 View commit details
    Browse the repository at this point in the history
  13. Add VADOR label to filter (#21319)

    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    c2ac1d5 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    cb53480 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    338042e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e44b7b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    b80da33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    536645e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be78a14 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7432bf8 View commit details
    Browse the repository at this point in the history
  5. Move Auto Assign Button to Correspondence Queue (#21324)

    * Move Auto Assign Button to Correspondence Queue
    
    * Fix Lint Errors
    tradesmanhelix authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d200e12 View commit details
    Browse the repository at this point in the history
  6. testing

    piedram committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    139c5c8 View commit details
    Browse the repository at this point in the history
  7. remove space

    piedram committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    168c5ea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f9c440 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    560dca6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fbc9739 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a194c9b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c57d047 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c11118c View commit details
    Browse the repository at this point in the history
  14. Asmith/appeals 43476 uat integration (#21327)

    * Move Auto Assign Button to Correspondence Queue (#21324)
    
    * Move Auto Assign Button to Correspondence Queue
    
    * Fix Lint Errors
    
    * Include RunAsyncable
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    tradesmanhelix and cacevesva authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    89c006d View commit details
    Browse the repository at this point in the history
  15. Fix Broken Specs in Combo Branch (#21331)

    * Move Auto Assign Button to Correspondence Queue (#21324)
    
    * Move Auto Assign Button to Correspondence Queue
    
    * Fix Lint Errors
    
    * Include RunAsyncable
    
    * Fix Broken Task Factories
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    tradesmanhelix and cacevesva authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7aad0d3 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. APPEALS-42953: Renamed correspondences_appeal to correspondence_appeal (

    #21329)
    
    * replaced correspondences_appeals with correspondence_appeal
    
    * added safe indecies to new correspondence_appeals table
    
    * updated correspondence_appeal namespace
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    HunJerBAH and jimfoley25 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    df9af54 View commit details
    Browse the repository at this point in the history
  2. Justin/appeals 42114 (#21297)

    * Moving the queue method to a new controller
    
    * updating routing to the queue controller
    
    * Creating a spec file but leaving it empty for future changes
    
    * added a test for the correspondence_cases route
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    sulak-j and HunJerBAH authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1983008 View commit details
    Browse the repository at this point in the history
  3. Review Package: Reassign Package APPEALS-36344 (#21321)

    * changed contents of correspondence seed notes (#21259)
    <!-- Change JIRA-12345 to reflect the URL of the Jira item this PR is associated with -->
    Resolves [Jira Issue Title](https://jira.devops.va.gov/browse/JIRA-12345)
    
    # Description
    Please explain the changes you made here.
    
    ## Acceptance Criteria
    - [ ] Code compiles correctly
    
    ## Testing Plan
    <!-- Change JIRA-12345 to reflect the URL of the location of the test plan(s) for this PR -->
    1. Go to [Jira Issue/Test Plan Link](https://jira.devops.va.gov/browse/JIRA-12345) or list them below
    
    - [ ] For feature branches merging into master: Was this deployed to UAT?
    
    # Frontend
    ## User Facing Changes
     - [ ] Screenshots of UI changes added to PR & Original Issue
    
     BEFORE|AFTER
     ---|---
    
    ## Storybook Story
    *For Frontend (Presentation) Components*
    * [ ] Add a [Storybook](https://github.com/department-of-veterans-affairs/caseflow/wiki/Documenting-React-Components-with-Storybook) file alongside the component file (e.g. create `MyComponent.stories.js` alongside `MyComponent.jsx`)
    * [ ] Give it a title that reflects the component's location within the overall Caseflow hierarchy
    * [ ] Write a separate story (within the same file) for each discrete variation of the component
    
    # Backend
    ## Database Changes
    *Only for Schema Changes*
    
    * [ ] Add typical timestamps (`created_at`, `updated_at`) for new tables
    * [ ] Update column comments; include a "PII" prefix to indicate definite or potential [PII data content](https://github.com/department-of-veterans-affairs/appeals-team/blob/master/caseflow-team/0-how-we-work/pii-handbook.md#what-is-pii)
    * [ ] Have your migration classes inherit from `Caseflow::Migration`, especially when adding indexes (use `add_safe_index`) (see [Writing DB migrations](https://github.com/department-of-veterans-affairs/caseflow/wiki/Writing-DB-migrations))
    * [ ] Verify that `migrate:rollback` works as desired ([`change` supported functions](https://edgeguides.rubyonrails.org/active_record_migrations.html#using-the-change-method))
    * [ ] Perform query profiling (eyeball Rails log, check bullet and fasterer output)
    * [ ] For queries using raw sql was an explain plan run by System Team
    * [ ] Add appropriate indexes (especially for foreign keys, polymorphic columns, unique constraints, and Rails scopes)
    * [ ] Run `make check-fks`; add any missing foreign keys or add to `config/initializers/immigrant.rb` (see [Record associations and Foreign Keys](https://github.com/department-of-veterans-affairs/caseflow/wiki/Record-associations-and-Foreign-Keys))
    * [ ] Add `belongs_to` for associations to enable the [schema diagrams](https://department-of-veterans-affairs.github.io/caseflow/task_trees/schema/schema_diagrams) to be automatically updated
    * [ ] Document any non-obvious semantics or logic useful for interpreting database data at [Caseflow Data Model and Dictionary](https://github.com/department-of-veterans-affairs/caseflow/wiki/Caseflow-Data-Model-and-Dictionary)
    
    ## Integrations: Adding endpoints for external APIs
    * [ ] Check that Caseflow's external API code for the endpoint matches the code in the relevant integration repo
      * [ ] Request: Service name, method name, input field names
      * [ ] Response: Check expected data structure
      * [ ] Check that calls are wrapped in MetricService record block
    * [ ] Check that all configuration is coming from ENV variables
      * [ ] Listed all new ENV variables in description
      * [ ] Worked with or notified System Team that new ENV variables need to be set
    * [ ] Update Fakes
    * [ ] For feature branches: Was this tested in Caseflow UAT
    
    # Best practices
    ## Code Documentation Updates
    - [ ] Add or update code comments at the top of the class, module, and/or component.
    
    ## Tests
    ### Test Coverage
    Did you include any test coverage for your code? Check below:
    - [ ] RSpec
    - [ ] Jest
    - [ ] Other
    
    ### Code Climate
    Your code does not add any new code climate offenses? If so why?
    - [ ] No new code climate issues added
    
    ## Monitoring, Logging, Auditing, Error, and Exception Handling Checklist
    
    ### Monitoring
    - [ ] Are performance metrics (e.g., response time, throughput) being tracked?
    - [ ] Are key application components monitored (e.g., database, cache, queues)?
    - [ ] Is there a system in place for setting up alerts based on performance thresholds?
    
    ### Logging
    - [ ] Are logs being produced at appropriate log levels (debug, info, warn, error, fatal)?
    - [ ] Are logs structured (e.g., using log tags) for easier querying and analysis?
    - [ ] Are sensitive data (e.g., passwords, tokens) redacted or omitted from logs?
    - [ ] Is log retention and rotation configured correctly?
    - [ ] Are logs being forwarded to a centralized logging system if needed?
    
    ### Auditing
    - [ ] Are user actions being logged for audit purposes?
    - [ ] Are changes to critical data being tracked ?
    - [ ] Are logs being securely stored and protected from tampering or exposing protected data?
    
    ### Error Handling
    - [ ] Are errors being caught and handled gracefully?
    - [ ] Are appropriate error messages being displayed to users?
    - [ ] Are critical errors being reported to an error tracking system (e.g., Sentry, ELK)?
    - [ ] Are unhandled exceptions being caught at the application level ?
    
    ### Exception Handling
    - [ ] Are custom exceptions defined and used where appropriate?
    - [ ] Is exception handling consistent throughout the codebase?
    - [ ] Are exceptions logged with relevant context and stack trace information?
    - [ ] Are exceptions being grouped and categorized for easier analysis and resolution?
    
    * WIP
    
    * Working as intended
    
    * Spec tests
    
    * Added instructions to modal
    
    * Linting Errors
    
    * Addressing comments
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    3 people authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    eae63f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    bc2afbc View commit details
    Browse the repository at this point in the history
  2. APPEALS-43678 and APPEALS-36344 (#21340)

    * refactored props being passed down to child components
    
    * refactored permissions checks for reassign and remove package tasks
    
    * removed unecessary router useage
    
    * addressed name change concerns for supervisor/superuser to be more in line with correspondence workflow
    HunJerBAH authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    0387cb0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bb7acb View commit details
    Browse the repository at this point in the history
  4. Modified height for resolution 100% (#21338)

    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    piedram and HunJerBAH authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    d055a2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f442adc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    10996bf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0036812 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8582e67 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a27a3ee View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    6585b47 View commit details
    Browse the repository at this point in the history
  2. Fix corner and size font in dropdown (#21358)

    Co-authored-by: Jim Foley <james.foley4@va.gov>
    piedram and jimfoley25 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b5ff1da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    393f20d View commit details
    Browse the repository at this point in the history
  4. Use New BGS Gem Sensitivity Check Methods (#21356)

    * Reset BGS Service
    
    * Add New Sensitivity Check Method
    
    - Create new method in BGSService for checking participant
    sensitivity using the BGS gem.
    
    - Update auto assign logic to use new method for checking
    sensitivity for user/veteran pairs.
    
    * Fix Lint Error
    
    * Update Sensitivity Check Logic
    
    - Use new method in BGS gem for checking user sensitivity levels.
    
    - Update specs and supporting files accordingly.
    tradesmanhelix authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4976847 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. APPEALS-34964 -> APPEALS-13579 Merge (#21366)

    * Move Auto Assign Button to Correspondence Queue (#21324)
    
    * Move Auto Assign Button to Correspondence Queue
    
    * Fix Lint Errors
    
    * Reset BGS Service (#21352)
    
    * Use New BGS Gem Sensitivity Check Methods (#21356)
    
    * Reset BGS Service
    
    * Add New Sensitivity Check Method
    
    - Create new method in BGSService for checking participant
    sensitivity using the BGS gem.
    
    - Update auto assign logic to use new method for checking
    sensitivity for user/veteran pairs.
    
    * Fix Lint Error
    
    * Update Sensitivity Check Logic
    
    - Use new method in BGS gem for checking user sensitivity levels.
    
    - Update specs and supporting files accordingly.
    
    ---------
    
    Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
    Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
    3 people authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1e1943f View commit details
    Browse the repository at this point in the history
  2. Div/appeals 37797 (#21357)

    * Initial commit for UI/UX changes
    
    * Added the existing caseflow search properties
    
    * Updated the checkboxes style fix
    
    * Changes for spec file with the latest code changes
    
    * Modified the seed data to check pagination
    divyadasari-va authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    98c7234 View commit details
    Browse the repository at this point in the history
  3. Div/appeals 37797 fix lint error (#21368)

    * Initial commit for UI/UX changes
    
    * Added the existing caseflow search properties
    
    * Updated the checkboxes style fix
    
    * Changes for spec file with the latest code changes
    
    * Modified the seed data to check pagination
    
    * Modified the lint issue change for if condition
    
    * Modified the lint issue change for if condition
    divyadasari-va authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    6feac9e View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. APPEALS-43927: Create Correspondence Admin Page CMP Seed Data Logic (#…

    …21371)
    
    * create CMP rake task to generate correspondence data in UAT
    
    * added vbms doc types to rake task
    
    * removed useless method
    HunJerBAH authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    19f66dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    978eb2d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58017cc View commit details
    Browse the repository at this point in the history
  4. change eFolderUploadFailedTask Routing (#21372)

    * change eFolderUploadFailedTask Routing
    
    * change condicion for efolder
    
    ---------
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    piedram and jimfoley25 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6376e86 View commit details
    Browse the repository at this point in the history
  5. Justin/APPEALS-42113_CorrespondenceReviewPackageController (#21348)

    * creating review package controller, moving methods, editing routing
    
    * Moving review package spec tests to new RP Spec file
    
    * cleaning up code from intake controller spec
    sulak-j authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1579d2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62df37f View commit details
    Browse the repository at this point in the history
  7. added supervisor only banner as default for review package banner (#2…

    …1380)
    
    Co-authored-by: Jim Foley <james.foley4@va.gov>
    HunJerBAH and jimfoley25 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5c5c7f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    4ac6c65 View commit details
    Browse the repository at this point in the history
  2. Fix Auto Assign VA DOR Bug (#21385)

    - Fix bug causing correspondences not be sorted by VA DOR in
    ascending (oldest -> newest) order.
    
    - Update specs to test this scenario.
    tradesmanhelix authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    da2fa65 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    52cdf7d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Merging Feature/APPEALS-32900 into Integration Branch (#21426)

    * Added a join clause of appeal_type = 'Appeal' to the with_original_appeal_and_judge_task method in the distribution_scopes.rb to prevent a sequential table scan which was causing a database timeout with large datasets in the tasks table in production and prod test. (#21386)
    
    Co-authored-by: = <tyler.broyles@va.gov>
    
    * Hotfix/appeals 21696 (#21343)
    
    * fix(create conference): update test for nil appellant email
    
    * fix(create conference): nil appellant email check
    
    * fix(conference job): lint
    
    * fix(create conference): minor
    
    * null
    
    * null
    
    * null
    
    ---------
    
    Co-authored-by: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com>
    
    * Hotfix/appeals 23420 v3 (#21347)
    
    * Add LegacyAppealSearchSerializer to rendering
    
    * Make additional improvements to the Legacy Serializer
    
    * Add MST and PACT to both search serializers respectively
    
    * schema check-in
    
    ---------
    
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com>
    
    * hotfix/APPEALS-27522 (#21326)
    
    * update erroneous db cleaner syntax and add temp fix to changeset_at_index_for_task method
    
    * update changeset_at_index_for_task method to account for lint error
    
    * fix lint error and code climate error
    
    ---------
    
    Co-authored-by: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com>
    
    * Hotfix/appeals 10993 v2 (#21349)
    
    * added logic for deciding aod on attorney claimant
    
    * added tests
    
    * refactored test to return true when motion is granted
    
    ---------
    
    Co-authored-by: Andrew Hadley <hadley_andrew@bah.com>
    Co-authored-by: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com>
    
    * Fixed a bug where some of the Specialty Case Team assign queue settings would take priority over judge assign queue settings for judges who were also members of the specialty case team organization. (#21387)
    
    Co-authored-by: = <tyler.broyles@va.gov>
    
    * Merge hotfix/APPEALS-43956 into release/FY24Q2.7.0 (#21389)
    
    * Added additional logic checks to the attorney task cancel to fix a bug where the cancel attorney task would attempt to update a non existing SpecialtyCaseTeamAssignTask when the appeal matches the sct_appeal? criteria of a 'vha' benefit type.
    
    * Removed feature toggle from the checks since the cancel task should work properly for appeals that were disributed while the feature toggle used in distribution was turned on.
    
    * Added a regression test.
    
    ---------
    
    Co-authored-by: = <tyler.broyles@va.gov>
    
    * Merge hotfix/APPEALS-43990 into release/FY24Q2.7.0 (#21388)
    
    * Added a nil value to the inclusion field of the distributed case validation for the sct_appeal boolean that was causing an error when calling the rename_for_redistribution! on a distributed case where the value was not already set to true and false
    
    * Added a regression test for the sct_appeal validation.
    
    ---------
    
    Co-authored-by: = <tyler.broyles@va.gov>
    
    * Added a null coalesce to prevent a javascript error caused by a race condition where remaining users could be nil instead of an array if the user is searching for a user at the same time they are adding a user. (#19487)
    
    * APPEALS-43712, APPEALS-43835: Open VeteranRecordRequest and QualityReviewTask are causing distributions to fail (#21354)
    
    * remove Appeal.can_redistribute_appeal? from JudgeAssignTask creation during normal distribution
    
    * update test
    
    * re-add tests for validating each bug scenario
    
    * disable mail task test that is failing due to how it is written
    
    * updating hearing_shift_date to prevent future hearing dates from occuring in local/demo (#21306)
    
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    
    * Lint fixes (#21383)
    
    * APPEALS-43423 - AssignedReassignPackageTask remove user limitation (#21400)
    
    * Ryandwill/appeals 43393 (#21339)
    
    * refactored correspondence_controller_util into correspondence_controller_concern
    
    * refactor correspondence_controller
    
    * updated method to be class level and in CorrespondenceTask model
    
    * Updating the class methods from controller to model
    
    * Updated the correspondence_task.rb
    
    * Update intake endpoint with custom serialization and move logic to models
    
    * update QueueApp with new props
    
    * remove controller passed props from redux
    
    * update frontend components for correspondence objects new data shape
    
    * Update test for controller changes
    
    * update test for new controller changes
    
    * update test for controller changes
    
    * fix typo in error msg and related tests
    
    * remove unused argument
    
    * remove unneeded prop validation
    
    * move task update logic and banner presentation to correspondence tasks controller
    
    * move team action to queue controller
    
    * rubocop fix
    
    * remove review package methods to prepare for feature merge
    
    * clean up review package veteran update
    
    * fix test to follow assertion
    
    * update spec for new pagination requirements
    
    * fix typo
    
    * refactor reassign/remove package modals for RP page
    
    * fix test setup to create RemovePackageTask properly
    
    * fix test selector
    
    * fix test - quotation marks and hyphen character in string
    
    * fix style issues
    
    * rspec fixes
    
    * update rp controller inbound ops team check
    
    * remove pry
    
    * removed leftover binding pry
    
    * remove pry
    
    * remove previously deleted code
    
    * fix flaky test
    
    * fix tests
    
    ---------
    
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: divyadasari-va <divya.dasari@va.gov>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    
    * Move Correspondence ART CSS Styling Into a Single Stylesheet- Queue - APPEALS-43392 (#21384)
    
    * WIP
    
    * All styling has meen moved to scss
    
    * Small fixes
    
    * fixed inbound ops team being listed in queuetable dropdown (#21405)
    
    * fixed inbound ops team being listed in queuetable dropdown
    
    * refactored isMailTeamAffiliated
    
    * removed commented out code
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Reassign Correspondence Allows Reassignment over 60 Limit (#21403)
    
    * Reassign Correspondence Allows Reassignment over 60 Limit
    
    * Reassign Correspondence Allows Reassignment over 60 Limit
    
    * added limit check to banner message and resolve linting error with safety operator
    
    * remove file app/models/concerns/correspondence_controller_util.rb
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    
    * Kamalam7/appeals 35469 (#21407)
    
    * Return to queue from the Intake form
    
    * specs for Return to queue from Intake form
    
    * Resolved merge conflicts for Return to queue Intake form
    
    * Lint fix in Correspondence intake file
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Wmedders21/appeals 44301 (#21413)
    
    * correspondence controller specs live in spec/requests
    
    * Remove unused veteran endpoint
    
    * Add request tests for user access and feature flag
    
    * add tests for review package controller
    
    * remove unnecessary line
    
    * refactor test for simplecov coverage
    
    * remove unneeded test
    
    * add intake spec
    
    * add controller tests
    
    * add erroneously removed method
    
    * Fix rubocop style
    
    * fix selector in flaky test
    
    * add error class to rescue
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Justin/appeals 43606 (#21399)
    
    * lining up misaligned brackets
    
    * CorrespondencePdfFooter inline styles removed
    
    * removing unused class and styling
    
    * CmpDocuments.jsx styles into a stylesheet
    
    * CorrespondenceReviewPackage.jsx styles into a stylesheet
    
    * ReviewForm.jsx WIP
    
    * moving css out of ReviewPackageCaseTitle
    
    * ReviewForm.jsx styles into a stylesheet
    
    * scss fix
    
    * CorrespondencePdfToolBar.jsx  styles into a stylesheet
    
    * ReviewPackageData file scss
    
    * removing excess styling to keep textarea at application default sizing
    
    * updated test on intake spec
    
    * cleaned up old binding pry
    
    ---------
    
    Co-authored-by: Dev-KRedd <khalin.redding@va.gov>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    
    * Add unit tests (#21421)
    
    * added completed_by_date
    
    * APPEALS-44300 - Prior Mail test
    
    * created approve unit test on ReassignPackageTask model.
    
    * added tests
    
    * added remove package tasks approve and reject methods
    
    * Reassign Correspondence Allows Reassignment over 60 Limit (#21403)
    
    * Reassign Correspondence Allows Reassignment over 60 Limit
    
    * Reassign Correspondence Allows Reassignment over 60 Limit
    
    * added limit check to banner message and resolve linting error with safety operator
    
    * remove file app/models/concerns/correspondence_controller_util.rb
    
    ---------
    
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    
    * Kamalam7/appeals 35469 (#21407)
    
    * Return to queue from the Intake form
    
    * specs for Return to queue from Intake form
    
    * Resolved merge conflicts for Return to queue Intake form
    
    * Lint fix in Correspondence intake file
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    * Wmedders21/appeals 44301 (#21413)
    
    * correspondence controller specs live in spec/requests
    
    * Remove unused veteran endpoint
    
    * Add request tests for user access and feature flag
    
    * add tests for review package controller
    
    * remove unnecessary line
    
    * refactor test for simplecov coverage
    
    * remove unneeded test
    
    * add intake spec
    
    * add controller tests
    
    * add erroneously removed method
    
    * Fix rubocop style
    
    * fix selector in flaky test
    
    * add error class to rescue
    
    ---------
    
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: KiMauVA <Ki.Mau@va.gov>
    Co-authored-by: piedram <110848569+piedram@users.noreply.github.com>
    Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
    Co-authored-by: Kamala Madamanchi <110078646+kamala-07@users.noreply.github.com>
    Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Robert Travis Pierce <robert@roberttravispierce.com>
    Co-authored-by: = <tyler.broyles@va.gov>
    Co-authored-by: Christian Cain <149622375+christian-cain-bah@users.noreply.github.com>
    Co-authored-by: Raymond Hughes <131811099+raymond-hughes@users.noreply.github.com>
    Co-authored-by: Aiman Kayad <Akaya005@fiu.edu>
    Co-authored-by: raymond-hughes <raymond.hughes2@va.gov>
    Co-authored-by: Dani Coleman <60626984+dcoleman21@users.noreply.github.com>
    Co-authored-by: Drew Hadley <50673809+VandelayUtd@users.noreply.github.com>
    Co-authored-by: Andrew Hadley <hadley_andrew@bah.com>
    Co-authored-by: Tyler Broyles <109369527+TylerBroyles@users.noreply.github.com>
    Co-authored-by: Craig Reese <109101548+craigrva@users.noreply.github.com>
    Co-authored-by: Isaiah Saucedo <irsaucedo5@gmail.com>
    Co-authored-by: divyadasari-va <135847343+divyadasari-va@users.noreply.github.com>
    Co-authored-by: Ki Mau <ki.mau@va.gov>
    Co-authored-by: Will Medders <93014155+wmedders21@users.noreply.github.com>
    Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
    Co-authored-by: divyadasari-va <divya.dasari@va.gov>
    Co-authored-by: Dev-KRedd <134650238+Dev-KRedd@users.noreply.github.com>
    Co-authored-by: Rnmarshall93 <110805785+Rnmarshall93@users.noreply.github.com>
    Co-authored-by: piedram <110848569+piedram@users.noreply.github.com>
    Co-authored-by: Kamala Madamanchi <110078646+kamala-07@users.noreply.github.com>
    Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
    Co-authored-by: Dev-KRedd <khalin.redding@va.gov>
    24 people authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8cfe159 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18a144e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. WIP

    Dev-KRedd committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0a2ad74 View commit details
    Browse the repository at this point in the history
  2. VA DOR update

    vinner57 committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    f179f22 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    0857971 View commit details
    Browse the repository at this point in the history
  2. APPEALS-42958: Consolidated Superuser Permissions Check (#21454)

    * consolidated backend checks to use inbound_ops_team_superuser over mail_superuser
    
    * updated superuser namespace in the frontend
    HunJerBAH authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    0960bf7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. APPEALS-44391: Intake Correspondence Rerouting (#21447)

    * cleaned up magic string usage
    
    * updated cancel routing for superusers
    
    * fixed linting issues
    
    * added rerouting for users that cannot access a specific intake
    
    * updated Review Package task to be the same user that was assigned the Intake
    
    * resolved linting issues
    
    * updated inbound ops team superuser check
    
    * refactored intake controller test
    
    * refactored reassign package task specs and reassignment on cancel
    
    * refactored task specs to be more DRY
    
    * added intake task fix to intake_form_spec
    
    * cleaned up test failures related to intake task within intake.
    
    * refactored related correspondence spec tests
    
    * updated test to click correct section
    
    * updated failing snapshots
    
    * fixed typo on prop validations
    HunJerBAH authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    adeecbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62c0924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f9cb4f View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Ki/APPEALS-41707 - Intake: Update and remove fields (#21473)

    * APPEALS-41707 - Functionality and some CSS
    
    * APPEALS-41707 - Updates
    
    * APPEALS-41707 - Unrelated Specs and Correspondence CSS Lint fixes
    
    * APPEALS-41707 - Additional Linting
    
    * APPEALS-41707 - More Clean up
    KiMauVA authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    864c7fb View commit details
    Browse the repository at this point in the history
  2. APPEALS-44390: Soft Delete Correspondence Intake (#21508)

    * added migrations to refactor correspondence intake relationship to task instead of user/correspondence
    
    * updated model relations and controller check for an open intake
    
    * updated specs to reflect code changes.
    
    * removed leftover pry
    HunJerBAH authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3e45809 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d83734c View commit details
    Browse the repository at this point in the history
  4. Styling

    Dev-KRedd committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    a28d284 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. CPM info removed

    Dev-KRedd committed May 1, 2024
    Configuration menu
    Copy the full SHA
    35e3379 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de4723a View commit details
    Browse the repository at this point in the history
  3. Fixed some failing tests

    Dev-KRedd committed May 1, 2024
    Configuration menu
    Copy the full SHA
    5400cc8 View commit details
    Browse the repository at this point in the history
  4. WIP

    Dev-KRedd committed May 1, 2024
    Configuration menu
    Copy the full SHA
    f8db4d1 View commit details
    Browse the repository at this point in the history
  5. VA DOR Read Only Styling

    Dev-KRedd committed May 1, 2024
    Configuration menu
    Copy the full SHA
    4ee5686 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Edit CMP Test Passing

    Dev-KRedd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    b4142e9 View commit details
    Browse the repository at this point in the history
  2. Fix Jest Job Test

    Dev-KRedd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    2d56c85 View commit details
    Browse the repository at this point in the history
  3. Jest test fix WIP

    Dev-KRedd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    52b03a2 View commit details
    Browse the repository at this point in the history
  4. APPEALS-42281 - displaying NOD of correspondence in review package pa…

    …ge (#21528)
    
    * APPEALS-42281 - displaying NOD of correspondence in review package page
    
    * fixing package document type alignment
    vinner57 authored May 2, 2024
    Configuration menu
    Copy the full SHA
    4ef954f View commit details
    Browse the repository at this point in the history
  5. Jest test fix WIP #2

    Dev-KRedd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    3799df6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3b2296 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    475a968 View commit details
    Browse the repository at this point in the history
  8. Styling

    Dev-KRedd committed May 2, 2024
    Configuration menu
    Copy the full SHA
    f5f9bf3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0b8e913 View commit details
    Browse the repository at this point in the history