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

Sivakesh/APPEALS-42522 - Completed Mail Tasks #22303

Merged
merged 14 commits into from
Jul 25, 2024

Conversation

psivakeshva
Copy link

Resolves Fix paragraph text in the Correspondence Mail Task Component APPEALS-52600

Description

Added aria-label to each list item to provide a clear description for screen readers.

Acceptance Criteria

  • Code compiles correctly

Testing Plan

  1. Navigate to correspondence queue (Your Correspondences or Correspondence Cases page)
  2. Select a correspondence and notice link (i.e. http://localhost:3000/queue/correspondence/bde5e263-d85b-4e8a-a49d-4a158087fc82/review_package)
  3. Remove the review_package (or any other after-pathways) to navigate to the correspondence details page
    1. i.e. http://localhost:3000/queue/correspondence/bde5e263-d85b-4e8a-a49d-4a158087fc82
  4. Verify if Completed Mail Tasks section is added on the Correspondence and Appeal Tasks tab on the Correspondence Details page:
    1. This should be the first section
    2. This is titled "Completed Mail Tasks"
    3. The section should contain any mail task that was marked completed during Intake of this Correspondence
    4. Completed mail tasks should be in a grid
    5. No previously completed mail tasks prior to intake. should be shown when there are not any completed mail tasks.
  5. Repeat test steps as necessary for different correspondences.

@cacevesva cacevesva merged commit 25b6ccf into feature/APPEALS-34965 Jul 25, 2024
13 of 17 checks passed
Rnmarshall93 pushed a commit that referenced this pull request Jul 26, 2024
* #42522 - correspondence mail tasks

* #42522 - correspondence mail tasks via serializer

* #42522 - Update CSS styling for frontend

* #42522 - specs

* #42522 - jest tests

* #42522 - fixed some lint issues

* #42522 - css and AC2

* #42522 - css and AC2

* #42522 - filtered correspondence mail tasks

* #52600 - 508 compliance code fix

* #52600 - 508 compliance code fix

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
cacevesva added a commit that referenced this pull request Jul 26, 2024
…an Appeal (#22262)

* backend serializer updated, regressions fixed

* pushing up correspondence timeline

* Fixed import issue.

* added correspondence versions of case timeline. fixed some data appearing.

* changes to timeline

* Fixed the extra line issue

* additional changes

* additional formatting fix

* additional fixes, refined taskrows

* task dropdown added

* checkpoint for testing

* lenting fixes

* fff

* Fixed organization having the ability to edit tasks.

* Removed stray console logs

* fixed assigned_to not being displayed. lint fixes.

* linting fixes

* css improvements

* added label method to give correct tasks

* fixed show instructions bug

* component cleanup

* refactored out unused logic

* fixed CSS, added missed AC point.

* removed binding pry

* Correspondence CSS Issues - Using Glamor instead of classnames (#22173)

* removed all glamor css.

* fixed linting.

* add Errno::EISDIR to clear_cache rescue block (#22114)

* APPEALS-51230: Add tmp/examples.txt to Github Actions artifacts (#22124)

* add examples.txt to gha workflow

* rename examples and bullet files even if failure

* APPEALS-42516 - CSS Updates (#22191)

* APPEALS-42516 - CSS Updates

* APPEALS-42516 - Additional CSS for View all link

* Deleting empty rulesets for linter

* Lintagain

* &nsp removal

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* Completed Tabs link code modifications (#22192)

* Completed Tabs link code modifications

* Modified the code changes as commented

* verbiage change (#22217)

* APPEALS-51992: Veteran Name Does Not update when file number changed (#22218)

* return the updated serialized correspondence when updating

* removed unused veteranInformation (#22221)

* made edit to review form so that only supervisors could edit the VA DOR date (#22227)

* APPEALS-51383: Resolve Bugs with Inbound Ops team Queues on Switch Views Dropdown (#22230)

* added correspondence dropdown checks on the user model

* refactored Switch Views dropdown to populate values from backend

* removed unused props

* added missing param that was passed to method.

* APPEALS-51552: Test Appeal Organization tables (#22237)

* filtered attorney tasks to not include correspondence

* added correspondence filtering for other Appeal Queues.

* Justin/APPEALS-50741 (#22219)

* overriding method for all caseflow users to access correspondence details page

* Adding tests for other caseflow users on correspondence details page

* updating lint failure

* Linting fix

* adding back true, hopefully fixing lint errors

* adding temporary under_constructions task urls for merge and split tasks. (#22256)

* overriding method for all caseflow users to access correspondence details page

* Adding tests for other caseflow users on correspondence details page

* updating lint failure

* Linting fix

* adding back true, hopefully fixing lint errors

* adding temporary under_constructions task urls for merge and split tasks.

* Ki/APPEALS-42518 - All users: Can view correspondence record status (#22226)

* APPEALS-32518 - Added recordStatus to page pathways

* APPEALS-42518 - Updated Correspondence Status pathways, controller

* APPEALS-42518 - Remap status to live in correspondence model

* Remove unedited file linting changes

* Second filechange

* APPEALS-42518 - Updated RSpecs

* Linting

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* Sivakesh/APPEALS-42522 - Completed Mail Tasks (#22254)

* #42522 - correspondence mail tasks

* #42522 - correspondence mail tasks via serializer

* #42522 - Update CSS styling for frontend

* #42522 - specs

* #42522 - jest tests

* #42522 - fixed some lint issues

* #42522 - css and AC2

* #42522 - css and AC2

* #42522 - filtered correspondence mail tasks

* Div/appeals 50296 (#22266)

* Fix for pdf not loading in review package task

* Added a comment line

* Rubocp fix

* Codeclimite fixes

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* Removed the Inbound ops Team from rejected_orgs (#22284)

* fixed missing comma breaking code

* Completed Tabs link code modifications (#22192)

* Completed Tabs link code modifications

* Modified the code changes as commented

* Justin/APPEALS-50741 (#22219)

* overriding method for all caseflow users to access correspondence details page

* Adding tests for other caseflow users on correspondence details page

* updating lint failure

* Linting fix

* adding back true, hopefully fixing lint errors

* Ki/APPEALS-42518 - All users: Can view correspondence record status (#22226)

* APPEALS-32518 - Added recordStatus to page pathways

* APPEALS-42518 - Updated Correspondence Status pathways, controller

* APPEALS-42518 - Remap status to live in correspondence model

* Remove unedited file linting changes

* Second filechange

* APPEALS-42518 - Updated RSpecs

* Linting

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* Sivakesh/APPEALS-42522 - Completed Mail Tasks (#22254)

* #42522 - correspondence mail tasks

* #42522 - correspondence mail tasks via serializer

* #42522 - Update CSS styling for frontend

* #42522 - specs

* #42522 - jest tests

* #42522 - fixed some lint issues

* #42522 - css and AC2

* #42522 - css and AC2

* #42522 - filtered correspondence mail tasks

* removed unused code. fixed jest tests.

* changed if to unless

* changed styling of attribute for assigned_to

* removed whitespace

* Khalin/appeals 42564 v3 (#22304)

* WIP

* Modified few changes for this relations to work

* added create logic in intake

* cleaned up associations

* Associations and up/down migrations working

* WIP Failing tests

* Fixed spec/lib/helpers/association_wrapper_spec.rb

* Rubocop fixes

* Updated migration file

* Fixing migration error

* Rubocop fix

* All tests passing

---------

Co-authored-by: divyadasari-va <divya.dasari@va.gov>
Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>
Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>

* Vinner57/appeals 42526 Correspondence and Appeal Tasks: Can view existing appeals related to the Veteran (#22261)

* Adding the veteran related changes in correspondence details

* Adding the changes to correspondence serializer

* Adding the changes to correspondence details for the veteran information

* fix for code climate and table border

* #50661 - Jest tests for existing appeals

* #50661 - undo yarn lock file

* #42526 - css, jest tests, lint and merge conflicts

* #42526 - lint and jest fixes

* addressing PR comments

* fix rubocop

* #42526 - removed AptUtil usages

---------

Co-authored-by: psivakeshva <sivakesh.pachipulusu@va.gov>
Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* Sivakesh/APPEALS-42522 - Completed Mail Tasks (#22303)

* #42522 - correspondence mail tasks

* #42522 - correspondence mail tasks via serializer

* #42522 - Update CSS styling for frontend

* #42522 - specs

* #42522 - jest tests

* #42522 - fixed some lint issues

* #42522 - css and AC2

* #42522 - css and AC2

* #42522 - filtered correspondence mail tasks

* #52600 - 508 compliance code fix

* #52600 - 508 compliance code fix

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* APPEALS-49005 - Bugfix: Reassign Correspondence Allows Reassignment to Admins (#22297)

* APPEALS-49005 - Added non_admin function for more limited user list

* Unneeded Prop

* Update admin check

---------

Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* APPEALS-44287: Excluding disposition held and select that appeal for distribution  (#22277)

* first run at an SQL query removing duplicate appeals from distribution

* code refactor and excluding disposition held and select that appeal for distribution

* automated test for the duplicate hearing bug

* fix rubocop offense SpaceInsideBlockBraces

---------

Co-authored-by: Sean Parker <Sean.Parker3@va.gov>
Co-authored-by: samasudhirreddy <sudhirreddy.sama@va.gov>

* Kev ma/appeals 51520 seeddata fix (#22307)

* Removed non valid ce api documents types from uat

* Added ce api valid vbms document type ids for uat

---------

Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>

* fixed css on margin for text

* Vinner57/appeals 42526 Correspondence and Appeal Tasks: Can view existing appeals related to the Veteran (#22261)

* Adding the veteran related changes in correspondence details

* Adding the changes to correspondence serializer

* Adding the changes to correspondence details for the veteran information

* fix for code climate and table border

* #50661 - Jest tests for existing appeals

* #50661 - undo yarn lock file

* #42526 - css, jest tests, lint and merge conflicts

* #42526 - lint and jest fixes

* addressing PR comments

* fix rubocop

* #42526 - removed AptUtil usages

---------

Co-authored-by: psivakeshva <sivakesh.pachipulusu@va.gov>
Co-authored-by: cacevesva <109166981+cacevesva@users.noreply.github.com>

* fixed linting error.

* fixed tests

* lint fix

* fixed linting issue

---------

Co-authored-by: Ryan Marshall <rnmarshall1993@gmail.com>
Co-authored-by: Rnmarshall93 <110805785+Rnmarshall93@users.noreply.github.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: divyadasari-va <135847343+divyadasari-va@users.noreply.github.com>
Co-authored-by: HunJerBAH <99915461+HunJerBAH@users.noreply.github.com>
Co-authored-by: sulak-j <95875751+sulak-j@users.noreply.github.com>
Co-authored-by: psivakeshva <168677299+psivakeshva@users.noreply.github.com>
Co-authored-by: Dev-KRedd <134650238+Dev-KRedd@users.noreply.github.com>
Co-authored-by: divyadasari-va <divya.dasari@va.gov>
Co-authored-by: HunJerBAH <Jeremy.Hunton@va.gov>
Co-authored-by: Christopher Aceves <christopher.aceves@va.gov>
Co-authored-by: vinner57 <128258952+vinner57@users.noreply.github.com>
Co-authored-by: psivakeshva <sivakesh.pachipulusu@va.gov>
Co-authored-by: Sean Parker <Sean.Parker3@va.gov>
Co-authored-by: samasudhirreddy <sudhirreddy.sama@va.gov>
Co-authored-by: Kevma50287 <104021955+Kevma50287@users.noreply.github.com>
@cacevesva cacevesva deleted the sivakesh/APPEALS-42522 branch October 9, 2024 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants