All Projects → solidusio-contrib → solidus_reviews

solidusio-contrib / solidus_reviews

Licence: BSD-3-Clause License
Product review/rating functionality for your Solidus store.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
shell
77523 projects
SCSS
7915 projects

Projects that are alternatives of or similar to solidus reviews

React Native Store Review
Rate on App/Play Store directly in your React Native app
Stars: ✭ 437 (+2470.59%)
Mutual labels:  review, rating
React Native In App Review
The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
Stars: ✭ 175 (+929.41%)
Mutual labels:  review, rating
Laravel Reviewable
Adds a reviewable feature to your laravel app.
Stars: ✭ 57 (+235.29%)
Mutual labels:  review, rating
Dashi
💯 Get a notification in Slack every time someone asks you to check some code on Github or Bitbucket.
Stars: ✭ 29 (+70.59%)
Mutual labels:  review, reviews
Laravel Review Rateable
Review & Rating System For Lavavel 5, 6 & 7
Stars: ✭ 72 (+323.53%)
Mutual labels:  review, rating
goodreads-toolbox
9 tools for Goodreads.com, for finding people based on the books they’ve read, finding books popular among the people you follow, following new book reviews, etc
Stars: ✭ 56 (+229.41%)
Mutual labels:  rating, reviews
rating
⭐ A true Bayesian rating system with scope and cache enabled
Stars: ✭ 49 (+188.24%)
Mutual labels:  rating
karmahub
Compares the amount of issues and pull requests you created with the amount of comments and code reviews you did.
Stars: ✭ 17 (+0%)
Mutual labels:  review
solidus virtual gift card
Virtual gift cards for your Solidus store.
Stars: ✭ 22 (+29.41%)
Mutual labels:  solidus
graphite-cli
Graphite's CLI makes creating and submitting stacked changes easy.
Stars: ✭ 125 (+635.29%)
Mutual labels:  review
TripAdvisor-Crawling-Suite
Fetching hotel data from TripAdvisor.
Stars: ✭ 17 (+0%)
Mutual labels:  reviews
react-native-rating-element
A simple rating library for react native supporting: decimal points, direction aware icons, custom icon set from Ionicons, custom images and record rating given by users.
Stars: ✭ 19 (+11.76%)
Mutual labels:  rating
pkgreviewr
R package to facilitate rOpenSci package reviews.
Stars: ✭ 35 (+105.88%)
Mutual labels:  review
open-gat
Open source software for geographic transport data analysis and planning
Stars: ✭ 80 (+370.59%)
Mutual labels:  review
kubernetes-branch-review
🚟 Review clusters of GitHub pull requests / Examen des groupes de demandes de tirage de GitHub
Stars: ✭ 22 (+29.41%)
Mutual labels:  review
devrating
A tool that suggests minimal PR size for contributors
Stars: ✭ 19 (+11.76%)
Mutual labels:  rating
SuperBadge
🚀 📛 SuperBadge Android Library 🔥
Stars: ✭ 34 (+100%)
Mutual labels:  rating
pr-reviews-reminder-action
A GitHub Action to send Slack/Teams notification for Pull Request that are waiting for reviewers.
Stars: ✭ 18 (+5.88%)
Mutual labels:  reviews
zabbix-review-export-import
Clone of zabbix-review-export with added import object(s) feature
Stars: ✭ 36 (+111.76%)
Mutual labels:  review
react-star-ratings
A customizable svg star rating component for selecting x stars or visualizing x stars
Stars: ✭ 128 (+652.94%)
Mutual labels:  rating

Solidus Reviews

CircleCI

Straightforward review/rating functionality, updated for Solidus.

While the gem's name has changed, the module namespace and commands are still spree for now.

Installation

Add the following to your Gemfile to install from git:

gem 'solidus_reviews', github: 'solidusio-contrib/solidus_reviews'

Now bundle up with:

$ bundle

Next, run the rake task that copies the necessary migrations and assets to your project:

$ rails g solidus_reviews:install

And finish with a migrate:

$ rake db:migrate

Now you should be able to boot up your server with:

$ rails s

That's all!

Usage

The Spree::ReviewsController controller provides all the CRUD functionality for product reviews.

The Spree::FeedbackReviewsController allows user to express their feedback on a specific review. You can think of these as meta-reviews (e.g. the classic "Was this useful?" modal).

You can approve, edit and delete reviews and feedback reviews from the backend.

Factories

If you want factories for our models available in your application, simply require our factories in your spec_helper.rb:

require 'solidus_reviews/factories'

Testing the extension

First bundle your dependencies, then run bin/rake. bin/rake will default to building the dummy

app if it does not exist, then it will run specs. The dummy app can be regenerated by using bin/rake extension:test_app.

bin/rake

To run Rubocop static code analysis run

bundle exec rubocop

Running the sandbox

To run this extension in a sandboxed Solidus application, you can run bin/sandbox. The path for

the sandbox app is ./sandbox and bin/rails will forward any Rails commands to sandbox/bin/rails.

Here's an example:

$ bin/rails server
=> Booting Puma
=> Rails 6.0.2.1 application starting in development
* Listening on tcp://127.0.0.1:3000
Use Ctrl-C to stop

Updating the changelog

Before and after releases the changelog should be updated to reflect the up-to-date status of the project:

bin/rake changelog
git add CHANGELOG.md
git commit -m "Update the changelog"

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/solidusio-contrib/solidus_reviews.

License

Copyright (c) 2009-2020 Solidus and contributors, released under the New BSD License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].