department-of-veterans-affairs / va.gov-team

Public resources for building on and in support of VA.gov. Visit complete Knowledge Hub:
https://depo-platform-documentation.scrollhelp.site/index.html
283 stars 204 forks source link

VetsApi: consolidate Appointment read feature flag with use_vpg #84592

Closed drewconnelly closed 4 months ago

drewconnelly commented 5 months ago

The current implementation of the va_online_scheduling_enable_OH_reads flag routes Appointment Read requests to VPG if enabled. This flag is redundant and will be removed. Appointment Read requests should be updated to route to VPG if va_online_scheduling_use_vpg is enabled.

Note: the va_online_scheduling_use_vpg flag should accept a user context, allowing it to be toggled on/off for specific logged in users.

drewconnelly commented 4 months ago

Updated description and title to match new approach to feature flags.