monorepo icon indicating copy to clipboard operation
monorepo copied to clipboard

Add `ProfileEmailForm` form and SocialMedia/Phone/WhatsApp Links

Open MustafaTRKYLMZ opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe.

As an admin, I want to be able to send an email to profiles easily in the dashboard.

I also want to be able to go to their social media profiles in a new tab (preferably in a small browser window).

Describe the solution you'd like

  • [ ] Add new ProfileContact component in between Observations and ModelEditForm.
  • [ ] The section contains SocialButtons and ProfileEmailForm Email form will contain only title and text fields. Use profile email as the receiver and [email protected] as the sender. Sender email can be provided in the backend from the SMTP_USERNAME env variable
  • [ ] Use existing /contact/email endpoint or create a new custom endpoint /profiles/email Consider that /contact/email may need recaptcha token

MustafaTRKYLMZ avatar May 16 '24 06:05 MustafaTRKYLMZ