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

BUG: API call to retrieve details for a single claim is failing #103360

Closed
24 tasks
liztownd opened this issue Feb 18, 2025 · 0 comments
Closed
24 tasks

BUG: API call to retrieve details for a single claim is failing #103360

liztownd opened this issue Feb 18, 2025 · 0 comments

Comments

@liztownd
Copy link
Contributor

Issue Description

Context

Now that there is a link from a different FE app (appointments) directly to the claim details page it is clear that the call to the API to retrieve claim details for a single travel claim is not configured properly.

In staging, the FE is attempting to call:
https://staging-api.va.gov/travel_pay/v0/claims/undefined

(i.e., the ID of the claim is not being pulled in from the URL params before the API call is being made)

Design

screenshot of the design

Impact

Notes

URL

va.gov URL here. Like: va.gov/my-health/travel_pay/status

Front end tasks

  • Component written
  • Component integrated with backend (if a full-stack story)
  • Config
  • Tests written
    • Unit
      • Happy path
      • Exhaustive failure paths
    • Integration
    • E2E Cypress Tests
    • Tests created in TestRail
  • Testing
    • Unit tests pass
    • Cypress tests pass
    • QA testing - try to break it in staging
  • Accessibility testing
    • Axe checks pass
    • Heading checks pass
    • Screen reader testing passes
  • Improve 1 thing about the codebase - here are some ideas

Acceptance Criteria

  • Frontend tasks complete
  • I can navigate to the URL above and see the intended feature shown above
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants