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 Mar 8, 2021
1 parent d48320f commit 82dda57
Show file tree
Hide file tree
Showing 17 changed files with 8,500 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ gem 'foodsoft_documents', path: 'plugins/documents'
gem 'foodsoft_discourse', path: 'plugins/discourse'
gem 'foodsoft_links', path: 'plugins/links'
gem 'foodsoft_polls', path: 'plugins/polls'
gem 'foodsoft_shop', path: 'plugins/shop'

# plugins not enabled by default
# gem 'foodsoft_current_orders', path: 'plugins/current_orders'
Expand Down
11 changes: 10 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ PATH
deface (~> 1.0)
rails

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

PATH
remote: plugins/wiki
specs:
Expand Down Expand Up @@ -211,9 +218,10 @@ GEM
rails (>= 4.0.0)
globalid (0.4.2)
activesupport (>= 4.2.0)
glyphicons (1.0.2)
tilt
haml (5.2.1)
temple (>= 0.8.0)
tilt
haml-rails (2.0.1)
actionpack (>= 5.1)
activesupport (>= 5.1)
Expand Down Expand Up @@ -592,6 +600,7 @@ DEPENDENCIES
foodsoft_links!
foodsoft_messages!
foodsoft_polls!
foodsoft_shop!
foodsoft_wiki!
gaffe
haml
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 82dda57

Please sign in to comment.