scandipwa / reviews-graphql
scandipwa/reviews-graphql
N/A
ScandiPWA_ReviewsGraphQl
ReviewsGraphQl provides basic types and resolvers for adding and displaying customer reviews.
Module also adds new fields to ProductInterface:
-
review_summarywhich includes information about product review summary:-
rating_summary, -
review_count.
-
-
reviews- a list of product reviews containing following review information:-
review_id, -
entity_id, -
entity_code, -
entity_pk_value, -
status_id, -
store_id, -
customer_id, -
nickname, -
title, -
detail_id, -
detail, -
created_at, -
rating_votes.
-
addProductReview
mutation AddProductReview($productReviewItem: ProductReviewInput!) {
addProductReview(productReviewItem: $productReviewItem) {
review_id
entity_id
entity_pk_value
status_id
store_id
customer_id
nickname
title
detail
created_at
}
}
{
"productReviewItem": {
"nickname": "John",
"title": "Review Title",
"detail": "Review Detail",
"product_sku": "n31191497",
"rating_data":[
{
"rating_id": 1,
"option_id": 4
},{
"rating_id": 2,
"option_id": 8
}
]
}
}
getRatings
query GetRatings {
getRatings {
rating_id
rating_code
rating_options {
option_id
value
}
}
}
No changelog yet
The vendor hasn't published a changelog. Tagged releases appear in the Versions tab.
| Version | Stability | QA Status | Compatibility | Released |
|---|---|---|---|---|
| 1.6.0 | stable | Fail | Magento 2.4.7 Details | 2020-10-06 10:27:59 |
| 1.5.0 | stable | Not tested | Not yet tested Details | 2020-09-07 11:07:31 |
| 1.4.2 | stable | Not tested | Not yet tested Details | 2020-03-13 13:51:24 |
| 1.4.1 | stable | Not tested | Not yet tested Details | 2020-01-23 12:19:34 |
| 1.4.0 | stable | Not tested | Not yet tested Details | 2020-01-07 10:11:24 |
| 1.3.0 | stable | Not tested | Not yet tested Details | 2019-11-11 14:20:35 |
| 1.2.0 | stable | Not tested | Not yet tested Details | 2019-10-23 05:32:58 |
| 1.1.0 | stable | Not tested | Not yet tested Details | 2019-07-29 12:16:07 |
| 1.0.0 | stable | Not tested | Not yet tested Details | 2019-07-05 10:54:04 |
Requires 6
| Package | Constraint |
|---|---|
| magento/framework | * |
| magento/module-customer | * |
| magento/module-catalog | * |
| magento/module-store | * |
| magento/module-review | ^100.3 |
| scandipwa/performance | ^1.0 |
Compatibility
Each Magento release line is installed on its supported PHP versions, then the module is built (DI compilation + static-content deploy) and its unit and integration suites are run. The matrix shows the lines and PHP versions the module is confirmed to install and run on. Code-quality results further down (phpstan, phpcs, …) are reported separately and never affect compatibility.
Code Quality
Advisory checks against the module's source. Static analysis runs once across the whole module; PHPStan re-runs per Magento + PHP version because resolvable symbols differ between releases. These NEVER affect the Compatibility badge. A phpcs finding can't make a module incompatible.
Static analysis
Coding standards (phpcs), mess detection (phpmd), copy-pasted code (cpd), PHP cross-version compatibility, composer.json validity. Each runs once for the whole module.
PHPStan
Type-checks the module's PHP against a real Magento install at the configured gate level. Re-runs per Magento and PHP version because resolvable symbols differ between releases.
Tests
Unit and integration suites, run for each applicable Magento and PHP version. A test failure speaks to the module's behaviour, not its compatibility with a Magento line, so it is reported here separately and never reddens the compatibility matrix.
Unit tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Integration tests
| Magento | PHP 8.2 | PHP 8.3 | PHP 8.4 | PHP 8.5 |
|---|---|---|---|---|
| 2.4.7 | N/A | N/A | ||
| 2.4.8 | N/A | N/A | ||
| 2.4.9 | N/A | N/A |
Security
Security checks run directly against the module: an audit of its declared dependencies for known vulnerabilities (composer audit) and a scan of its source for malware and web-shell signatures. Each runs once. A malware detection fails the version outright.
More from scandipwa
View vendorReview specific modifications for ScandiPWA
Contact-specific modifications for ScandiPWA
Downloadable product support for ScandiPWA
Turn an existing module into recurring revenue.
If you already maintain a Magento 2 module on GitHub or GitLab, listing it on Packagento takes about five minutes. We mirror your tags, handle distribution signing, and route paid licenses through Stripe Connect, so you can keep shipping the way you already do.