-
Notifications
You must be signed in to change notification settings - Fork 165
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
Added "Feedback Form/Page" to "Star Connect Hub" Website #466
Conversation
❌ Deploy Preview for startconnect-hub failed.
|
@MastanSayyad deploy preview isn't there |
@Priyaaa1 Try merging it and see if it is working correctly, as previously when we created Privacy policy, terms and conditions and other required pages it worked even after no preview. so you can try it. |
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
@MastanSayyad yeah I'll see. |
@Priyaaa1 then either you have to create a new separate Mail id for only start connect hub website like [email protected] or we have to remove the mail feature |
@Priyaaa1 To ensure that users do not see your email address while sending feedback, we have to initialize the backend server to handle the form submission and also send the email without exposing your email address in the frontend code. I will try to do it, it will take some more time as backend initialization needs to Set up a Node.js backend server using Express as our website don't have backend functionality and Axios in the frontend to send POST requests to the backend |
@MastanSayyad yeah, created new mail id for the website. You can change mail id from old one to [email protected] now, I will merge it. |
Hey @Priyaaa1 | Closes #444
I have added Feedback form for the website, The feedback form allows users to submit their opinions directly from the application interface, enhancing our ability to collect valuable insights for future enhancements.
Feature:
name
,email
, andfeedback
.This feature integrates smoothly with our existing application architecture, maintaining consistency in user experience and design.
Screenshots
Users can select a rating from 1 to 5, each represented by a unique set of emojis ranging from less satisfied to highly satisfied.
😡 for rating 1
😒 for rating 2
😐 for rating 3
😊 for rating 4
😁 for rating 5
😶 for No rating
Overall Screen Record
feedbackform.mp4
Please take a look and review it, Thank You!!