spree-quotes-management

Provides user's quotes management for spree. Registered Users can create quote from home page. Admin can create, update, publish, un-publish, and delete quotes. A carousel on home page to show selected quotes.

Last updated on: December 01 at 05:42 AM

source code bug tracker
Opensource
3 3 9
owner:  vinsol-spree-contrib

Spree Quotes Management

Provides user's quotes management for spree.

Features

  • Registered Users can create quote from home page.
  • Admin can create, update, publish, un-publish, and delete quotes.
  • A carousel on home page to show selected quotes.

Demo

Try Spree Qoutes Management for Spree master with direct deployment on Heroku:

Deploy

Try Spree Qoutes Management for Spree 3-4 with direct deployment on Heroku:

Deploy

Installation

  1. Add this extension to your Gemfile with this line:

#### Spree >= 3.2

 gem 'spree_quotes_management', github: 'vinsol-spree-contrib/spree-quotes-management'

#### Spree < 3.2

 gem 'spree_quotes_management', github: 'vinsol-spree-contrib/spree-quotes-management', branch: 'X-X-stable'

The branch option is important: it must match the version of Spree you're using. For example, use 3-0-stable if you're using Spree 3-0-stable or any 3.0.x version.

  1. Bundle your dependencies and run the installation generator:
 bundle
bundle exec rails g spree_quotes_management:install

Working

New Quotes by client:

  1. Logged in user can submit quote from home page, in 'How was your experience with us?' form.
  2. User can leave the 'Quoted By' field to submit quote as anonymous user.

Admin Management Interface:

  1. Admin can view all quotes in Admin Panel -> Quotes tab.
  2. Admin can publish/un-publish quotes from there.
  3. Admin can edit any quote by clicking on Edit button.

Testing

#### Spree >= 3.1

For Building Dependencies: shell appraisal install

The dummy app can be regenerated by using: ```shell appraisal spree-3-1 rake test_app

 This will run rake test_app using the dependencies configured for Spree 3.1. Similarly you can use spree-3-2 and spree-master for generating dummy applications using dependencies for Spree 3.2 and latest version of Spree
```shell
appraisal spree-3-1 rspec

This will run rspec using the dependencies configured for Spree 3.1. Similarly you can use spree-3-2 and spree-master to run rspec using dependencies for Spree 3.2 and latest version of Spree

#### Spree 3.0 and Spree 2.x

First bundle your dependencies, then run rake. 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 rake test_app.

 bundle
bundle exec rspec spec

See It In Action

Youtube Video Tutorial

Contributing

  1. Fork the project
  2. Make one or more well commented and clean commits to the repository. You can make a new branch here if you are modifying more than one part or feature.
  3. Add tests for it. This is important so I don’t break it in a future version unintentionally.
  4. Perform a pull request in github's web interface.

Credits

vinsol.com: Ruby on Rails, iOS and Android developers

Copyright (c) 2017 vinsol.com, released under the New MIT License

video
tags
admin quote quotes management quote management testimonial testimonials quote show user quote show
compatible spree versions
tags spree versions
master >= 3.2.0, < 4.0
v1.0 ~> 3.0.0
v3.0 ~> 3.0.0
v3.1 ~> 3.1.0
v3.1.1 ~> 3.1.0
v3.2.0 >= 3.2.0, < 4.0
v3.3.0 >= 3.2.0, < 4.0
authors
Pratibha Mansinghka