You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.
This section should probably go below the services section (#4) and should include,
Front End
The address, email and phone number of the company
A form where the customer can type their Name, Email and message.
The customer need to be able to attach a small file(s) to the form before sending. This can be handled in a separate PR if needed.
Display feedback to user upon clicking send if the operation was successful.
API
Create a REST endpoint to handle the email contact from response.
Since storing attachments and stuff are costly (given we will initially use a small db), we could just forward the information (along with attachments) that the customer enters to the business email address.
Give feedback to the UI on whether the operation is successful.
The text was updated successfully, but these errors were encountered:
This section should probably go below the services section (#4) and should include,
Front End
The address, email and phone number of the company
A form where the customer can type their Name, Email and message.
The customer need to be able to attach a small file(s) to the form before sending. This can be handled in a separate PR if needed.
Display feedback to user upon clicking send if the operation was successful.
API
Create a REST endpoint to handle the email contact from response.
Since storing attachments and stuff are costly (given we will initially use a small db), we could just forward the information (along with attachments) that the customer enters to the business email address.
Give feedback to the UI on whether the operation is successful.
The text was updated successfully, but these errors were encountered: