rdmo
rdmo copied to clipboard
Interview contact modal
This PR adds the possibility to send questions though a contact form directly from the interview. It contains:
-
PROJECT_CONTACT
andPROJECT_CONTACT_RECIPIENTS
settings - different templates to customize emails and help texts
- API endpoints to create the message and the subject, which then can be edited by the user, and to send it via email
-
fetchContact
,sendContact
,closeContact
actions and acontactResolver
for the Redux store -
QuestionContact
(the button) andContact
(the modal) components
Resolves: #502
Screenshot: