Skip to content
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

Products reviews and ratings GraphQL schema #289

Closed

Conversation

lenaorobei
Copy link
Contributor

@lenaorobei lenaorobei commented Sep 23, 2019

Goal

Implement product reviews and ratings GraphQL functionality.

Solution

Proposed by @sky-hub schema and interfaces in following PRs:

Core interfaces:

  • Magento\ReviewApi\Api\Data\CreateReviewsInterface
  • Magento\ReviewApi\Api\Data\RatingEntityInterface
  • Magento\ReviewApi\Api\Data\RatingOptionInterface
  • Magento\ReviewApi\Api\Data\RatingOptionSearchResultsInterface
  • Magento\ReviewApi\Api\Data\RatingOptionVoteInterface
  • Magento\ReviewApi\Api\Data\ReviewInterface for Magento\Review\Model\Review
  • Magento\ReviewApi\Api\Data\RatingInterface for Magento\Review\Model\Rating
  • Magento\ReviewApi\Api\Data\ReviewSearchResultsInterface
  • Magento\ReviewApi\Api\Data\ReviewStatusInterface
  • Magento\ReviewApi\Api\Data\ReviewSummaryInterface
  • Magento\ReviewApi\Api\Data\DeleteReviewsInterface
  • Magento\ReviewApi\Api\Data\GetReviewsInterface
  • Magento\ReviewApi\Api\Data\ReviewOperationResponseInterface
  • Magento\ReviewApi\Api\Data\UpdateReviewsInterface
  • Magento\ReviewApi\Api\Data\AggregatorInterface
  • Magento\ReviewApi\Api\Data\ReviewValidatorInterface

Requested Reviewers

@paliarush
@akaplya

@paliarush
Copy link
Contributor

@lenaorobei "Core Updates" section does not match the contents of the PR, please update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants