-
Notifications
You must be signed in to change notification settings - Fork 19
How do I create specific demo data for Queue?
Matt Wagner edited this page Apr 28, 2021
·
6 revisions
Oftentimes, developers, product, and training alike will find themselves needing something specific to test—maybe a case to dispatch, or an AOD appeal? Fear not: this document seeks to answer those questions!
-
Add a substitute appellant: Enable the
recognized_granted_substitution_after_dd
feature flag, log in as a Clerk of the Board user ("Clark Bard" in dev), and then visit an appeal which has been dispatched.
- Log in as a BVA Dispatch user like
BVAGWHITE
- Go to their queue and click on the "Completed" tab. CaseflowDemo.com link
- Pick a case and copy the link
original_appeal = FactoryBot.create(:appeal, :dispatched,
associated_judge: JudgeTeam.first.judge,
associated_attorney: JudgeTeam.first.attorneys.first);
FactoryBot.create_list(:request_issue, 2, :rating, :with_rating_decision_issue,
decision_review: original_appeal,
veteran_participant_id: Veteran.first.participant_id
);
# Then go to /queue/appeals/THIS_UUID_BELOW
original_appeal.uuid
- Home
- Acronyms and Glossary
- Caseflow products
- Caseflow Intake
- Caseflow Queue
- Appeals Consumer
- Caseflow Reader
- Caseflow eFolder
- Caseflow Hearings
- Caseflow Certification
- Caseflow APIs
- Appeal Status API
- Caseflow Dispatch
-
CSUM Roles
- System Admin
- VHA Team Management
- Active Record Queries Resource
- External Integrations
- Caseflow Demo
- Caseflow ProdTest
- Background
- Stuck Jobs
- VA Notify
-
Caseflow-Team
- Tier 4
- Bat Team
- Technical Documentation
- Backend Code Patterns
- Backend Working Group
- FACOLS, VACOLS DB Schema
- Asyncable Models
- External Data: where and why
- Data Fetching Scripts
- Caseflow Data Model and Dictionary
- User Access Permissions
- Controller Schemas
- Constants
- Frontend Best Practices
- Accessibility
- How-To
- Debugging Tips
- Adding a Feature Flag with FeatureToggle
- Editing AMA issues
- Editing a decision review
- Fixing task trees
- Investigating and diagnosing issues
- Data and Metric Request Workflow
- Exporting and Importing Appeals
- Explain page for Appeals
- Record associations and Foreign Keys
- Upgrading Ruby
- Stuck Appeals
- Testing Action Mailer Messages Locally
- Re-running Seed Files
- Rake Generator for Legacy Appeals
- Manually running Scheduled Jobs
- System Admin UI
- Caseflow Makefile
- Upgrading Postgresql from v11.7 to v14.8 Locally
- VACOLS VM Trigger Fix M1
- Using SlackService to Send a Job Alert
- Technical Talks