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

API-6: Foodsoft-shop plugin #581

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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