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
281 stars 201 forks source link

Support POSTing to `/requests/{requestId}/messages` #2977

Closed markgreenburg closed 4 years ago

markgreenburg commented 4 years ago

Story

As a backend developer, I want to be able to call a service to submit a message to a scheduling clerk so that the front end can support submitting a message to a scheduler in the appointment request flow.

AC

markgreenburg commented 4 years ago

Not sure we'll need this - @jbalboni to confirm. I think the initial message gets submitted as part of the appointment request itself rather than as a separate call. Since we're not planning a UI to send follow-up messages after the request is made, I don't think we'll need the endpoint.

jbalboni commented 4 years ago

Yeah, I don't think we need this now

markgreenburg commented 4 years ago

I think we all know about it at this point, but just to close the loop - we do need this, and submitting a message does require a separate service call from the request / appointment POST.