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

Expose find-appointment endpoint on vets-api #94493

Open
27 tasks
kjduensing opened this issue Oct 8, 2024 · 1 comment
Open
27 tasks

Expose find-appointment endpoint on vets-api #94493

kjduensing opened this issue Oct 8, 2024 · 1 comment

Comments

@kjduensing
Copy link
Contributor

kjduensing commented Oct 8, 2024

Issue Description

Context

The service and client that integrate with the Travel Pay API have been written and tested. We need to expose an endpoint for SMOC and future use.

Impact

Allows completion of SMOC work

Endpoint Path

/travel_pay/v0/appointments?appt_datetime=1999-01-01T00:00:00Z

Response Schema

{
  appointmentId: UUID
}

Back end tasks

  • Client code written - calls correct endpoint
  • Service code written - transforms/processes response from client
    • Handle errors
  • Controller endpoint written
  • Config
  • Tests written
    • Unit
      • Happy path
      • Exhaustive failure paths
    • Integration
    • VCR Cassettes
    • Betamocks registration
  • Mock data
  • Testing
    • Unit tests pass
    • QA testing - try to break it in staging
  • Improve 1 thing about the codebase
  • Swagger docs updated

Acceptance Criteria

  • Backend tasks complete
  • I can hit the endpoint defined above using postman or another testing tool and see the response defined above
@kjduensing
Copy link
Contributor Author

Hey team! Please add your planning poker estimate with Zenhub @hinzed1127 @liztownd

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

1 participant