You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current review extension does not function on the new front-end and comes with very outdated code. Considering the discussions made in the following two issues it was decided to make a hard fork into a new extension as the burden of maintenance seems to have reached the limit of what's possible. #63 #120
Planed Features
The new extension will contain following features:
Endpoints and starter frontend integration to allow users / customers to leave a review on a 5 star scale (1-5) and a comment with the review and an approval process;
Integration on the PDP of the starter frontend
Integration on the taxon pages inside the product cards
Endpoints to allow users / customers to upvote or downvote a review (thumbs up / thumbs down) reflected also in the frontend with the possibility to toggle the entire feature or negative votes on and off;
An Endpoint to report a review;
A Management Interface to approve or disapprove reviews;
New Columns in the admin interface to show upvotes / downvotes
A verification if the user is a "Verified Review" and has purchased the product before;
The model of reviews will also be extended to include the store id allowing at a later point to return reviews only on the matching store considering also multi store environments in addition to multi-language environments through the local;
A method of configuration to allow toggling the feature on store fronts in a multistore environment
Future Features
Integration with the new frontend
Dropped Features
The legacy Front-End will not be supported
All endpoints allowing users to review reviews (no, they are there, it's not a pun), will be fully removed
What will be responsibility of the operator of the store
While the feature will allow moderation in either offensive (approve reviews before publication) or defensive (disapprove published reviews) manor, bot and spam protection will be left to the operator of the store. Suggestions will be given in the readme.md.
The text was updated successfully, but these errors were encountered:
fthobe
changed the title
Restore and enhance review functionality on Starter-Frontend
Restore Reviews into a new Extension moved from contrib to solidusio
Dec 12, 2024
is cache counting and a table an acceptable way to count the thumbs up thumbs down actions? It is outlined in a guide in the edge documetation as a reference implementation to count likes
The current review extension does not function on the new front-end and comes with very outdated code. Considering the discussions made in the following two issues it was decided to make a hard fork into a new extension as the burden of maintenance seems to have reached the limit of what's possible.
#63
#120
Planed Features
The new extension will contain following features:
Future Features
Dropped Features
What will be responsibility of the operator of the store
While the feature will allow moderation in either offensive (approve reviews before publication) or defensive (disapprove published reviews) manor, bot and spam protection will be left to the operator of the store. Suggestions will be given in the readme.md.
Features that are nice to have
The text was updated successfully, but these errors were encountered: