You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now we are using ${IntakeFlowPageRoute.Welcome.path.replace(':schedule-type', 'provider').replace(':slug', 'daniel').replace(':visit-service', 'in-person').replace(':visit-type', 'prebook')} as a default request visit choice, which wouldn't work for the other projects. Need to propose a different solution for the request visit button.
The text was updated successfully, but these errors were encountered:
We should have an intermediate page that generates a list of available schedules of locations, providers and groups. The user picks from those to see a schedule. If none have been set up you display a message saying “No location, provider or group schedules have been created.”
Right now we are using ${IntakeFlowPageRoute.Welcome.path.replace(':schedule-type', 'provider').replace(':slug', 'daniel').replace(':visit-service', 'in-person').replace(':visit-type', 'prebook')} as a default request visit choice, which wouldn't work for the other projects. Need to propose a different solution for the request visit button.
The text was updated successfully, but these errors were encountered: