rdmo icon indicating copy to clipboard operation
rdmo copied to clipboard

Interview contact modal

Open jochenklar opened this issue 5 months ago • 0 comments

This PR adds the possibility to send questions though a contact form directly from the interview. It contains:

  • PROJECT_CONTACT and PROJECT_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 a contactResolver for the Redux store
  • QuestionContact (the button) and Contact (the modal) components

Resolves: #502

Screenshot:

Screen Shot 2024-09-27 at 18 20 35

Screen Shot 2024-09-27 at 18 20 42

jochenklar avatar Sep 27 '24 16:09 jochenklar