-
Notifications
You must be signed in to change notification settings - Fork 19
Reader Monitoring
SHarshain edited this page Jun 6, 2023
·
5 revisions
Where in Code | Key ID | Method Used | Level | Description |
---|---|---|---|---|
ApplicationController .authenticate() |
request.original_url request.referer |
Rails.logger | info | Logs page that was trying to be accessed and the page the user was coming from when user is not authenticated |
Test::UsersController .index() |
current_user | Rails.logger | debug | Logs the current user and file number they are attempting to fetch |
Reader::DocumentsController .index() |
appeal_id | Rails.logger | info | If current user doesn't have access User with roles (current_user roles) couldn't access ROOT_URL/reader/appeal/:appeal_id/documents |
Reader::DocumentsController .index() |
appeal_id | index() | error | throws a standard error if serialize_response is not defined |
The most current information can be found here: https://github.com/department-of-veterans-affairs/appeals-notebook/tree/main/Reader%20ART
| ----------- | ----------- | ----------- |
| Location | Key identifier | Description |
| ----------- | ----------- | ----------- |
Location | Key identifier | Description |
---|
Location | Key identifier | Description |
---|
Location | Key identifier | Description |
---|
- 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
- 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