-
Notifications
You must be signed in to change notification settings - Fork 19
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
Wmedders21/appeals 63034 #23580
Wmedders21/appeals 63034 #23580
Conversation
…rans-affairs/caseflow into wmedders21/APPEALS-63034
Code Climate has analyzed commit b786f5d and detected 97 issues on this pull request. Here's the issue category breakdown:
Note: there is 1 critical issue. View more on Code Climate. |
…rans-affairs/caseflow into wmedders21/APPEALS-63034
…rans-affairs/caseflow into wmedders21/APPEALS-63034
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check out the failing test Hearings::VaBoxUploadJob#perform happy path updates the associated transcription records L81
Failure/Error: expect(t.transcription_status == "in_transcription").to eq true
…eterans-affairs/caseflow into wmedders21/APPEALS-63034
…tionship definition
Resolves APPEALS-63034
Description
Please explain the changes you made here.
Hearings::VaBoxUploadJob
to meet Ruby style and address functionality issuesHearings::VaBoxUploadJob
TranscriptionPackages
workflow to incorporateZipAndUploadTranscriptionPackageJob
Acceptance Criteria
Testing Plan
Frontend
User Facing Changes
Storybook Story
For Frontend (Presentation) Components
MyComponent.stories.js
alongsideMyComponent.jsx
)Backend
Database Changes
Only for Schema Changes
created_at
,updated_at
) for new tablesCaseflow::Migration
, especially when adding indexes (useadd_safe_index
) (see Writing DB migrations)migrate:rollback
works as desired (change
supported functions)make check-fks
; add any missing foreign keys or add toconfig/initializers/immigrant.rb
(see Record associations and Foreign Keys)belongs_to
for associations to enable the schema diagrams to be automatically updatedIntegrations: Adding endpoints for external APIs
Best practices
Code Documentation Updates
Tests
Test Coverage
Did you include any test coverage for your code? Check below:
Code Climate
Your code does not add any new code climate offenses? If so why?
Monitoring, Logging, Auditing, Error, and Exception Handling Checklist
Monitoring
Logging
Auditing
Error Handling
Exception Handling