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

Min/APPEALS-43140 #21640

Merged
merged 19 commits into from
May 28, 2024
Merged

Min/APPEALS-43140 #21640

merged 19 commits into from
May 28, 2024

Conversation

minhazur9
Copy link
Contributor

@minhazur9 minhazur9 commented May 14, 2024

Resolves APPEALS-43140

Description

Create a transcription file dispatch view with an unassigned, assigned, completed, and all transcription tab. Make a table for unassigned. Also set user permissions for this page.

Acceptance Criteria

  • Code compiles correctly
  • A route is created in routes.rb
    • /hearings/transcription_files
  • A new component is created called TranscriptionFileDispatchView.jsx
    • This component is rendered as a child component of the HearingsApp component
    • The component is accessible by all Transcription Team members
  • The Switch View button is present in this component
  • Tabs are added (functional with different sample "Transcriptions owned by..." text for each tab)
    - [ ] Unassigned
    - [ ] Assigned
    - [ ] Completed
    - [ ] All Transcriptions
  • The Unassigned Tab is populated with
    • the search bar (non-functional for now)
    • the transcription settings link (non-functional)
    • the package files/cancel button (non-functional)
    • the transcription files table with pagination
      • Select box
      • "Docket Number" w/Filter By icon
      • "Case Details" id
        • Appellants Name
        • Case ID (file number)
        • Link to the Case Details page for the
          • Appellant
          • Associated Case ID (file number)
        • Appeal Stream "Type" 'AOD/CVAC/Original' w/Filter By icon
        • "Hearing Date" w/Filter By icon
        • "Hearing Type" w/Filter By icon
        • "Status" w/Filter By icon

Testing Plan

Go to APPEALS-45926

  • For feature branches merging into master: Was this deployed to UAT?

Frontend

User Facing Changes

image

Tests

Test Coverage

Did you include any test coverage for your code? Check below:

  • RSpec
  • Jest
  • Other

Wireframes

Go to Wireframe link

@minhazur9 minhazur9 marked this pull request as ready for review May 14, 2024 21:22
@jefftmarks
Copy link
Contributor

The select column on the table, as well as clear filter for the columns (including date filter), are not functional yet. Just double checkout that this is outside scope of AC

jefftmarks and others added 6 commits May 15, 2024 08:27
…-affairs/caseflow into min/APPEALS-43140

* 'min/APPEALS-43140' of github.com:department-of-veterans-affairs/caseflow: (57 commits)
  APPEALS-45503 created table for transcription_packages (#21685)
  Wmedders21/appeals 43231 (#21670)
  Remove unused styles after merge
  hotfix/APPEALS-45828 (#21625)
  Piedram/appeals 45696 (#21655)
  msteele/APPEALS-45285-v2 Fix delete_conference in PexipService (#21634)
  APPEALS-44878 refactor for retry and upon success kickoff  zip file job (#21652)
  Hotfix/APPEALS-45818 (#21632)
  hotfix/APPEALS-45472 (#21562)
  lint error resolution (#21631)
  APPEALS-42941 copied over Matt's work (#21624)
  APPEALS-44423: Remove therubyracer and jshint gems (#21443)
  APPEALS-45199: Update Quality Review selection probabilities #21518
  APPEALS-44310: add notification for unexpected task trees and update tests (#21474)
  feature/APPEALS-44188-44282 - Deprecation fixes for Rails 6.1 (release) (#21614)
  Added a customizable per page task limitation attribute to QueueTab that is used by task_pager to allow an adjustable maximum number of tasks per tab. (#21594)
  gggg
  gggg
  ccc
  hotfix/APPEALS-45399-45401-45472 (#21555)
  ...
@msteele96 msteele96 merged commit 47faf97 into feature/APPEALS-25125 May 28, 2024
14 of 16 checks passed
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.

None yet

3 participants