3 posts
• Page 1 of 1
Reviews with filtering and tags?
I would like to implement a feedback system where you can sort them by date, rating, and usefulness, see individual reviews with photos, and check if the person actually made a purchase before publishing the review.
Posts: 829
Re: Reviews with filtering and tags?
To make the reviews as useful as possible, it is worth implementing filters by date, rating, usefulness, availability of photos and other criteria. This helps users find relevant information faster. An excellent example is . It supports a flexible filtering system and allows users to select only the types of reviews they are interested in.
Posts: 766
Re: Reviews with filtering and tags?
I had to build a system like this for a client — sorting by date, rating, usefulness, adding photos, and verifying if someone actually made a purchase. It was far from simple. The hardest part was confirming verified buyers — we matched emails with order records in the database and used tokens for confirmation. Photos were uploaded via a form with size/type limits, and sorting required custom database indexing. At last, we decided to use it’s great for quizzes and lead capture.
Posts: 11
3 posts
• Page 1 of 1