-
Notifications
You must be signed in to change notification settings - Fork 4
#630: Implement the contact us form submission #434
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15ec631 to
8d262a8
Compare
8d262a8 to
b2df1cc
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #434 +/- ##
==========================================
Coverage ? 16.53%
==========================================
Files ? 100
Lines ? 3870
Branches ? 1093
==========================================
Hits ? 640
Misses ? 3219
Partials ? 11 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
b2df1cc to
3d45281
Compare
3d45281 to
c98c6d5
Compare
c98c6d5 to
aaf7b85
Compare
aaf7b85 to
20c695e
Compare
20c695e to
6cbf66a
Compare
6cbf66a to
d18c785
Compare
d18c785 to
1e9f2b5
Compare
1e9f2b5 to
7034eb6
Compare
GSinseswa721
approved these changes
Nov 19, 2024
niyobertin
approved these changes
Nov 20, 2024
mpanoathos
approved these changes
Nov 20, 2024
ncutixavier
approved these changes
Nov 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
This PR handles contact form submissions, where the data is processed and an email is sent to the admin
Description of tasks that were expected to be completed
Functionality
On the frontend when a user sends data via contactus form the data will be sent to the admin email
How has this been tested?
In apollo studio, run the SEND_MESSAGE_MUTATION mutation with the name, email, message, and optional phone variables, and they will be sent to the admin's email.
PR Checklist:
Track PR
Trello Link (#DP-?)
Screenshots (If appropriate)