Skip to content
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

Email Signup Submission Fixed #1119

Merged
merged 7 commits into from
Aug 8, 2024

Conversation

BHS-Harish
Copy link
Contributor

Issue that this pull request solves

Closes: #878

Proposed changes

Integrated into backend and toast message added.

Types of changes

Put an x in the boxes that apply

  • Bugfix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Screenshots

Screenshot 2024-08-07 214247

@auto-assign auto-assign bot requested a review from Kajol-Kumari August 7, 2024 16:16
@BHS-Harish
Copy link
Contributor Author

Hey @Kajol-Kumari

Please review it and merge it

Copy link
Member

@Kajol-Kumari Kajol-Kumari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I hope we gave unique subscribers email check on backend

e.preventDefault();
//if isValid = true, form submission trigger
const isValid = validation();
if (isValid) {
setSubmited(true);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For every new user, there should be a welcome email sent to the subscribers

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a frontend part... the email sent part should be done in backend.
Merge the request and i will add the email functionality in new issue.

@BHS-Harish
Copy link
Contributor Author

I hope we gave unique subscribers email check on backend

Yeah It not stored if email already exists.

@BHS-Harish
Copy link
Contributor Author

@Kajol-Kumari

Close the current request

I will add email functionality on issue #1120

Assign me that issue

@Kajol-Kumari Kajol-Kumari added level1 Wiki or Major Documentation work. gssoc GSSoC'24 Label labels Aug 8, 2024
@Kajol-Kumari Kajol-Kumari merged commit 0081e4a into HITK-TECH-Community:main Aug 8, 2024
7 checks passed
@BHS-Harish BHS-Harish deleted the fix-issue-878 branch August 8, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSoC'24 Label level1 Wiki or Major Documentation work.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Email Signup Submission Error
2 participants