workarea-shipping_estimation 1.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. checksums.yaml +7 -0
  2. data/.editorconfig +20 -0
  3. data/.github/ISSUE_TEMPLATE/bug_report.md +37 -0
  4. data/.github/ISSUE_TEMPLATE/documentation-request.md +17 -0
  5. data/.github/ISSUE_TEMPLATE/feature_request.md +20 -0
  6. data/.gitignore +13 -0
  7. data/CHANGELOG.md +58 -0
  8. data/CODE_OF_CONDUCT.md +3 -0
  9. data/CONTRIBUTING.md +3 -0
  10. data/Gemfile +6 -0
  11. data/LICENSE +52 -0
  12. data/README.md +62 -0
  13. data/Rakefile +52 -0
  14. data/app/assets/stylesheets/workarea/storefront/shipping_estimation/components/_shipping_estimation.scss +7 -0
  15. data/app/controllers/workarea/storefront/carts_controller.decorator +17 -0
  16. data/app/controllers/workarea/storefront/shipping_estimations_controller.rb +17 -0
  17. data/app/models/workarea/shipping/address.decorator +30 -0
  18. data/app/services/workarea/set_shipping_estimation_address.rb +48 -0
  19. data/app/views/workarea/storefront/carts/_shipping_estimation_form.html.haml +12 -0
  20. data/bin/rails +19 -0
  21. data/config/initializers/appends.rb +9 -0
  22. data/config/initializers/configuration.rb +8 -0
  23. data/config/locales/en.yml +5 -0
  24. data/config/routes.rb +5 -0
  25. data/lib/tasks/shipping_estimation_tasks.rake +4 -0
  26. data/lib/workarea/shipping_estimation.rb +10 -0
  27. data/lib/workarea/shipping_estimation/engine.rb +8 -0
  28. data/lib/workarea/shipping_estimation/version.rb +5 -0
  29. data/test/dummy/Rakefile +6 -0
  30. data/test/dummy/app/controllers/application_controller.rb +3 -0
  31. data/test/dummy/app/controllers/concerns/.keep +0 -0
  32. data/test/dummy/app/helpers/application_helper.rb +2 -0
  33. data/test/dummy/app/mailers/application_mailer.rb +4 -0
  34. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  35. data/test/dummy/app/views/layouts/mailer.html.erb +13 -0
  36. data/test/dummy/app/views/layouts/mailer.text.erb +1 -0
  37. data/test/dummy/bin/bundle +3 -0
  38. data/test/dummy/bin/rails +4 -0
  39. data/test/dummy/bin/rake +4 -0
  40. data/test/dummy/bin/setup +34 -0
  41. data/test/dummy/bin/update +29 -0
  42. data/test/dummy/config.ru +5 -0
  43. data/test/dummy/config/application.rb +30 -0
  44. data/test/dummy/config/boot.rb +5 -0
  45. data/test/dummy/config/cable.yml +9 -0
  46. data/test/dummy/config/environment.rb +5 -0
  47. data/test/dummy/config/environments/development.rb +54 -0
  48. data/test/dummy/config/environments/production.rb +86 -0
  49. data/test/dummy/config/environments/test.rb +43 -0
  50. data/test/dummy/config/initializers/application_controller_renderer.rb +6 -0
  51. data/test/dummy/config/initializers/assets.rb +11 -0
  52. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  53. data/test/dummy/config/initializers/cookies_serializer.rb +5 -0
  54. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  55. data/test/dummy/config/initializers/inflections.rb +16 -0
  56. data/test/dummy/config/initializers/mime_types.rb +4 -0
  57. data/test/dummy/config/initializers/new_framework_defaults.rb +18 -0
  58. data/test/dummy/config/initializers/session_store.rb +3 -0
  59. data/test/dummy/config/initializers/workarea.rb +5 -0
  60. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  61. data/test/dummy/config/puma.rb +47 -0
  62. data/test/dummy/config/routes.rb +5 -0
  63. data/test/dummy/config/secrets.yml +22 -0
  64. data/test/dummy/config/spring.rb +6 -0
  65. data/test/dummy/lib/assets/.keep +0 -0
  66. data/test/dummy/log/.keep +0 -0
  67. data/test/models/shipping/address_estimation_validation_test.rb +42 -0
  68. data/test/services/workarea/set_shipping_estimation_address_test.rb +114 -0
  69. data/test/system/workarea/storefront/shipping_estimation_system_test.rb +100 -0
  70. data/test/test_helper.rb +10 -0
  71. data/test/vcr_cassettes/geolocation.yml +205 -0
  72. data/test/vcr_cassettes/geolocation_19106.yml +104 -0
  73. data/workarea-shipping_estimation.gemspec +21 -0
  74. metadata +129 -0
@@ -0,0 +1,43 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Do not eager load code on boot. This avoids loading your whole application
11
+ # just for the purpose of running a single test. If you are using a tool that
12
+ # preloads Rails for running tests, you may have to set it to true.
13
+ config.eager_load = false
14
+
15
+ # Configure public file server for tests with Cache-Control for performance.
16
+ config.public_file_server.enabled = true
17
+ config.public_file_server.headers = {
18
+ 'Cache-Control' => 'public, max-age=3600'
19
+ }
20
+
21
+ # Show full error reports and disable caching.
22
+ config.consider_all_requests_local = true
23
+ config.action_controller.perform_caching = false
24
+
25
+ # Raise exceptions instead of rendering exception templates.
26
+ config.action_dispatch.show_exceptions = false
27
+
28
+ # Disable request forgery protection in test environment.
29
+ config.action_controller.allow_forgery_protection = false
30
+ config.action_mailer.perform_caching = false
31
+
32
+ # Tell Action Mailer not to deliver emails to the real world.
33
+ # The :test delivery method accumulates sent emails in the
34
+ # ActionMailer::Base.deliveries array.
35
+ config.action_mailer.delivery_method = :test
36
+
37
+ # Print deprecation notices to the stderr.
38
+ config.active_support.deprecation = :stderr
39
+
40
+ # Raises error for missing translations
41
+ # config.action_view.raise_on_missing_translations = true
42
+ config.cache_store = :null_store
43
+ end
@@ -0,0 +1,6 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # ApplicationController.renderer.defaults.merge!(
4
+ # http_host: 'example.org',
5
+ # https: false
6
+ # )
@@ -0,0 +1,11 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Version of your assets, change this if you want to expire all your assets.
4
+ Rails.application.config.assets.version = '1.0'
5
+
6
+ # Add additional assets to the asset load path
7
+ # Rails.application.config.assets.paths << Emoji.images_path
8
+
9
+ # Precompile additional assets.
10
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
11
+ # Rails.application.config.assets.precompile += %w( search.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,5 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Specify a serializer for the signed and encrypted cookie jars.
4
+ # Valid options are :json, :marshal, and :hybrid.
5
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,18 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains migration options to ease your Rails 5.0 upgrade.
4
+ #
5
+ # Read the Rails 5.0 release notes for more info on each option.
6
+
7
+ # Enable per-form CSRF tokens. Previous versions had false.
8
+ Rails.application.config.action_controller.per_form_csrf_tokens = true
9
+
10
+ # Enable origin-checking CSRF mitigation. Previous versions had false.
11
+ Rails.application.config.action_controller.forgery_protection_origin_check = true
12
+
13
+ # Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
14
+ # Previous versions had false.
15
+ ActiveSupport.to_time_preserves_timezone = true
16
+
17
+ # Configure SSL options to enable HSTS with subdomains. Previous versions had false.
18
+ Rails.application.config.ssl_options = { hsts: { subdomains: true } }
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,5 @@
1
+ Workarea.configure do |config|
2
+ # Basic site info
3
+ config.site_name = 'Workarea Shipping Estimation'
4
+ config.domain = 'www.example.com'
5
+ end
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json]
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,47 @@
1
+ # Puma can serve each request in a thread from an internal thread pool.
2
+ # The `threads` method setting takes two numbers a minimum and maximum.
3
+ # Any libraries that use thread pools should be configured to match
4
+ # the maximum value specified for Puma. Default is set to 5 threads for minimum
5
+ # and maximum, this matches the default thread size of Active Record.
6
+ #
7
+ threads_count = ENV.fetch('RAILS_MAX_THREADS') { 5 }.to_i
8
+ threads threads_count, threads_count
9
+
10
+ # Specifies the `port` that Puma will listen on to receive requests, default is 3000.
11
+ #
12
+ port ENV.fetch('PORT') { 3000 }
13
+
14
+ # Specifies the `environment` that Puma will run in.
15
+ #
16
+ environment ENV.fetch('RAILS_ENV') { 'development' }
17
+
18
+ # Specifies the number of `workers` to boot in clustered mode.
19
+ # Workers are forked webserver processes. If using threads and workers together
20
+ # the concurrency of the application would be max `threads` * `workers`.
21
+ # Workers do not work on JRuby or Windows (both of which do not support
22
+ # processes).
23
+ #
24
+ # workers ENV.fetch("WEB_CONCURRENCY") { 2 }
25
+
26
+ # Use the `preload_app!` method when specifying a `workers` number.
27
+ # This directive tells Puma to first boot the application and load code
28
+ # before forking the application. This takes advantage of Copy On Write
29
+ # process behavior so workers use less memory. If you use this option
30
+ # you need to make sure to reconnect any threads in the `on_worker_boot`
31
+ # block.
32
+ #
33
+ # preload_app!
34
+
35
+ # The code in the `on_worker_boot` will be called if you are using
36
+ # clustered mode by specifying a number of `workers`. After each worker
37
+ # process is booted this block will be run, if you are using `preload_app!`
38
+ # option you will want to use this block to reconnect to any threads
39
+ # or connections that may have been created at application boot, Ruby
40
+ # cannot share connections between processes.
41
+ #
42
+ # on_worker_boot do
43
+ # ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
44
+ # end
45
+
46
+ # Allow puma to be restarted by `rails restart` command.
47
+ plugin :tmp_restart
@@ -0,0 +1,5 @@
1
+ Rails.application.routes.draw do
2
+ mount Workarea::Core::Engine => '/'
3
+ mount Workarea::Admin::Engine => '/admin', as: 'admin'
4
+ mount Workarea::Storefront::Engine => '/', as: 'storefront'
5
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rails secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: 870eee0f7420be138166670bd1b5e304173db0f7cdcfe790f5c83b1a5697db5d0b88214b4fa1b3e738299ae941abc4cb3334651ced32f2ae34c3de255e8b3279
15
+
16
+ test:
17
+ secret_key_base: 64265df703401873d5f2fe9fb2966fbe7ea426bef025900aa023a0945b0e0b3eb3d2a424ac619c48acd5014fc5d738419fde608a3987ed390993f2fd6633d23a
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
@@ -0,0 +1,6 @@
1
+ %w(
2
+ .ruby-version
3
+ .rbenv-vars
4
+ tmp/restart.txt
5
+ tmp/caching-dev.txt
6
+ ).each { |path| Spring.watch(path) }
File without changes
File without changes
@@ -0,0 +1,42 @@
1
+ require 'test_helper'
2
+
3
+ module Workarea
4
+ class Shipping
5
+ class AddressEstimationValidationTest < TestCase
6
+ def test_validation
7
+ address = Shipping::Address.new(
8
+ region: 'PA',
9
+ country: 'US',
10
+ postal_code: '19106'
11
+ )
12
+
13
+ refute(address.valid?)
14
+
15
+ address.used_for_shipping_estimation = true
16
+ assert(address.valid?)
17
+ assert(address.first_name.nil?)
18
+ assert(address.last_name.nil?)
19
+ assert(address.street.nil?)
20
+ assert(address.city.nil?)
21
+
22
+ address.used_for_shipping_estimation = false
23
+ refute(address.valid?)
24
+
25
+ address.assign_attributes(
26
+ first_name: 'Test',
27
+ last_name: 'User',
28
+ street: '12 N. 3rd St.',
29
+ city: 'Philadelphia'
30
+ )
31
+ assert(address.valid?)
32
+
33
+ address.used_for_shipping_estimation = true
34
+ assert(address.valid?)
35
+ assert_equal('Test', address.first_name)
36
+ assert_equal('User', address.last_name)
37
+ assert_equal('12 N. 3rd St.', address.street)
38
+ assert_equal('Philadelphia', address.city)
39
+ end
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,114 @@
1
+ require 'test_helper'
2
+
3
+ module Workarea
4
+ class SetShippingEstimationAddressTest < TestCase
5
+ setup :set_shipping_service
6
+
7
+ def set_shipping_service
8
+ create_shipping_service(
9
+ name: 'Ground',
10
+ tax_code: '001',
11
+ rates: [{ price: 7.to_m }]
12
+ )
13
+ end
14
+
15
+ def user
16
+ @user ||= create_user.tap do |user|
17
+ user.auto_save_shipping_address(
18
+ first_name: 'Ben',
19
+ last_name: 'Crouse',
20
+ street: '22 S. 3rd St.',
21
+ city: 'Philadelphia',
22
+ region: 'PA',
23
+ postal_code: '19106',
24
+ country: 'US',
25
+ phone_number: '2159251800'
26
+ )
27
+ end
28
+ end
29
+
30
+ def location
31
+ @location ||= Geolocation.new(
32
+ 'HTTP_GEOIP_CITY_COUNTRY_CODE' => 'US',
33
+ 'HTTP_GEOIP_REGION' => 'PA',
34
+ 'HTTP_GEOIP_POSTAL_CODE' => '19106'
35
+ )
36
+ end
37
+
38
+ def order
39
+ @order ||= create_order(items: [{ product_id: '1234', sku: 'SKU' }])
40
+ end
41
+
42
+ def test_setting_address_from_user_saved_addresses
43
+ checkout = Checkout.new(order, user)
44
+
45
+ SetShippingEstimationAddress.new(
46
+ checkout,
47
+ Geolocation.new({}),
48
+ user
49
+ ).perform
50
+
51
+ assert(checkout.shipping.reload.address.present?)
52
+
53
+ address = checkout.shipping.address
54
+ assert_equal('22 S. 3rd St.', address.street)
55
+ assert_equal('Philadelphia', address.city)
56
+ assert_equal('19106', address.postal_code)
57
+ assert_equal('PA', address.region)
58
+ assert_equal('US', address.country.alpha2)
59
+ end
60
+
61
+ def test_setting_address_from_gelocation_data
62
+ checkout = Checkout.new(order)
63
+
64
+ SetShippingEstimationAddress.new(checkout, location).perform
65
+
66
+ assert(checkout.shipping.reload.address.present?)
67
+
68
+ address = checkout.shipping.address
69
+ assert_equal('19106', address.postal_code)
70
+ assert_equal('PA', address.region)
71
+ assert_equal('US', address.country.alpha2)
72
+ end
73
+
74
+ def test_recalculate_shipping_price_when_quantity_changes
75
+ item = order.items.first
76
+ pricing = create_pricing_sku(id: item.sku)
77
+ pricing.prices.create!(regular: 10.to_m)
78
+ checkout = Checkout.new(order)
79
+ service = create_shipping_service(
80
+ rates: [
81
+ { price: 1.to_m, tier_max: 19.to_m },
82
+ { price: 2.to_m, tier_min: 20.to_m }
83
+ ]
84
+ )
85
+ address_params = {
86
+ first_name: 'Bob',
87
+ last_name: 'Clams',
88
+ street: '123 Fake Street',
89
+ city: 'Philadelphia',
90
+ region: 'PA',
91
+ country: 'US',
92
+ postal_code: '19145'
93
+ }
94
+
95
+ checkout.shipping.set_shipping_service(service.attributes)
96
+ checkout.shipping.set_address(address_params)
97
+ SetShippingEstimationAddress.new(checkout, location).perform
98
+ Pricing.perform(order, checkout.shippings)
99
+
100
+ assert_equal(10.to_m, order.subtotal_price)
101
+ assert_equal(1.to_m, checkout.shipping.shipping_total)
102
+
103
+ item.update!(quantity: 2)
104
+ order.reload
105
+ checkout.shipping.set_shipping_service(service.attributes)
106
+ checkout.shipping.set_address(address_params)
107
+ SetShippingEstimationAddress.new(checkout, location).perform
108
+ Pricing.perform(order, checkout.shippings)
109
+
110
+ assert_equal(20.to_m, order.subtotal_price)
111
+ assert_equal(2.to_m, checkout.shipping.shipping_total)
112
+ end
113
+ end
114
+ end
@@ -0,0 +1,100 @@
1
+ require 'test_helper'
2
+
3
+ module Workarea
4
+ module Storefront
5
+ class ShippingEstimationSystemTest < Workarea::SystemTest
6
+ setup :product, :tax_category, :shipping_service
7
+
8
+ def product
9
+ @product = create_product(
10
+ name: 'Integration Product',
11
+ variants: [
12
+ { name: 'SKU1', sku: 'SKU1', regular: 5.to_m },
13
+ { name: 'SKU2', sku: 'SKU2', regular: 6.to_m }
14
+ ]
15
+ )
16
+ create_inventory(id: 'SKU1', policy: 'standard', available: 2)
17
+ end
18
+
19
+ def tax_category
20
+ create_tax_category(
21
+ name: 'Sales Tax',
22
+ code: '001',
23
+ rates: [{ percentage: 0.07, country: 'US', region: 'PA' }]
24
+ )
25
+ end
26
+
27
+ def shipping_service
28
+ create_shipping_service(
29
+ name: 'Ground',
30
+ tax_code: '001',
31
+ rates: [{ price: 7.to_m }]
32
+ )
33
+ end
34
+
35
+ def set_and_login_user
36
+ user = create_user(email: 'bcrouse@workarea.com', password: 'w3bl1nc')
37
+ user.auto_save_shipping_address(
38
+ first_name: 'Ben',
39
+ last_name: 'Crouse',
40
+ street: '22 S. 3rd St.',
41
+ city: 'Philadelphia',
42
+ region: 'PA',
43
+ postal_code: '19106',
44
+ country: 'US',
45
+ phone_number: '2159251800'
46
+ )
47
+
48
+ visit storefront.login_path
49
+ within '#login_form' do
50
+ fill_in 'email', with: 'bcrouse@workarea.com'
51
+ fill_in 'password', with: 'w3bl1nc'
52
+ click_button t('workarea.storefront.users.login')
53
+ end
54
+ end
55
+
56
+ def test_estimating_shipping
57
+ visit storefront.product_path(@product)
58
+ select @product.skus.first, from: 'sku'
59
+ click_button t('workarea.storefront.products.add_to_cart')
60
+ click_link t('workarea.storefront.carts.view_cart')
61
+
62
+ VCR.use_cassette('geolocation') do
63
+ within '#estimate_shipping_form' do
64
+ fill_in 'postal_code', with: '19143'
65
+ click_button 'estimate_shipping'
66
+ end
67
+
68
+ within '#estimate_shipping_form' do
69
+ select 'Ground - $7.00', from: 'shipping_service'
70
+ click_button 'estimate_shipping'
71
+ end
72
+
73
+ assert(page.has_content?('0.49'))
74
+ assert(page.has_content?('12.49'))
75
+ end
76
+ end
77
+
78
+ def test_estimating_shipping_automatically_for_logged_in_user
79
+ set_and_login_user
80
+
81
+ visit storefront.product_path(@product)
82
+ select @product.skus.first, from: 'sku'
83
+ click_button t('workarea.storefront.products.add_to_cart')
84
+
85
+ VCR.use_cassette('geolocation_19106') do
86
+ click_link t('workarea.storefront.carts.view_cart')
87
+
88
+ within '#estimate_shipping_form' do
89
+ assert_equal('19106', find_field('postal_code').value)
90
+ select 'Ground - $7.00', from: 'shipping_service'
91
+ click_button 'estimate_shipping'
92
+ end
93
+ end
94
+
95
+ assert(page.has_content?('0.49'))
96
+ assert(page.has_content?('12.49'))
97
+ end
98
+ end
99
+ end
100
+ end