-
Notifications
You must be signed in to change notification settings - Fork 106
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
Main #219
Main #219
Conversation
✅ Deploy Preview for multiverse-dataverse ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you for your contribution! Your pull request has been submitted successfully. A maintainer from Dataverse
team will review it as soon as possible. We appreciate your support in making this project better
@snehas-05 Attach relevant screenshots. |
Hello @snehas-05, looks like you have created a separate page for the Star review system. Can you integrate it in the existing form: as discussed in the issue #167? Also, there is some problem with the Let me know if I'm doing it wrong. Hope you can fix the stated changes : ) |
Hey @Tejas-Gupta-7 I have made some changes and committed them. Can you have a look at them for once? |
Hey @snehas-05, a new form has been created in this PR which appears at the top of hop page. I was expecting a new field like this being added to the existing form. The feedback is being stored on netlify. You just need to add some radio buttons as stars that will work as rating to the existing form: |
You can create a new PR when you solve the issue, I'm closing this one |
Issue number #405
This PR introduces a 5-star rating and review system to the Dataverse platform, allowing users to provide feedback and rate the platform. The system is designed to engage the community, encourage quality feedback, and help potential users assess the platform's performance based on user ratings.
Key Features:
Rating System: Users can rate Dataverse from 1 to 5 stars using a user-friendly interface.
Review Submission: Alongside the rating, users can submit a detailed review describing their experience with the platform.
Real-Time Feedback Display: Submitted ratings and reviews are stored in a MySQL database and displayed immediately on the page, showing the average rating and the most recent reviews.
Data Storage: Reviews are stored in a MySQL database, including user information (name, email), the rating score, review text, and a timestamp.
Frontend: The user interface includes a responsive form for rating and review submission, as well as a section that displays the most recent reviews. The UI has been styled using custom CSS for a clean and consistent look.
Type of change
Checklist