Skip to content

Commit

Permalink
Add foodsoft-shop plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
wvengen committed Nov 4, 2018
1 parent 7bf3204 commit ccde69e
Show file tree
Hide file tree
Showing 17 changed files with 8,499 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ gem 'foodsoft_wiki', path: 'plugins/wiki'
gem 'foodsoft_messages', path: 'plugins/messages'
gem 'foodsoft_documents', path: 'plugins/documents'
gem 'foodsoft_discourse', path: 'plugins/discourse'
gem 'foodsoft_shop', path: 'plugins/shop'

# plugins not enabled by default
#gem 'foodsoft_current_orders', path: 'plugins/current_orders'
Expand Down
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ PATH
mail
rails

PATH
remote: plugins/shop
specs:
foodsoft_shop (0.1.0)
glyphicons
rails

PATH
remote: plugins/wiki
specs:
Expand Down Expand Up @@ -186,6 +193,7 @@ GEM
rails (>= 4.0.0)
globalid (0.4.1)
activesupport (>= 4.2.0)
glyphicons (1.0.2)
grease (0.3.1)
haml (4.0.7)
tilt
Expand Down Expand Up @@ -530,6 +538,7 @@ DEPENDENCIES
foodsoft_discourse!
foodsoft_documents!
foodsoft_messages!
foodsoft_shop!
foodsoft_wiki!
gaffe
haml (~> 4.0)
Expand Down
8 changes: 8 additions & 0 deletions plugins/shop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FoodsoftShop
============

Replaces the Foodsoft member ordering screens with a single web application,
[foodsoft-shop](https://github.com/foodcoops/foodsoft-shop).

Enable it from the configuration screen, or set the foodcoop config option
`use_foodsoft_shop` to `true`.
77 changes: 77 additions & 0 deletions plugins/shop/app/assets/javascripts/foodsoft_shop/bundle.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/*
*= require glyphicons
*= require foodsoft_shop/bootstrap
*= require foodsoft_shop/famfamfam-flags
*/
Loading

0 comments on commit ccde69e

Please sign in to comment.