UCDavisLibrary / ucdlib-travel

Travel Request Application for the UC Davis Library
0 stars 0 forks source link

Questions or Comments component #72

Closed spelkey-ucd closed 1 month ago

spelkey-ucd commented 4 months ago

Throughout the design, you will see the following:

image

When clicked, this should bring up a dedicated modal that has a text-area field in which the user can fill out to submit a question or comment.

Upon confirmation, a POST should be sent, and the email service will send an email:

  1. from the user's email address
  2. to the admin email address from settings
  3. with text-area content from modal
  4. additionally, the email body should have the page they were on and basic information about the approval and/or reimbursement request.
<app-questions-or-comments
  approvalRequestId=1
  reimbursementRequestId=2
>
</app-questions-or-comments>