bscf-core 0.2.0 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +43 -0
  3. data/app/controllers/bscf/core/application_controller.rb +33 -0
  4. data/app/services/token_service.rb +14 -0
  5. data/lib/bscf/core/version.rb +1 -1
  6. metadata +3 -55
  7. data/spec/dummy/Rakefile +0 -6
  8. data/spec/dummy/app/assets/stylesheets/application.css +0 -15
  9. data/spec/dummy/app/controllers/application_controller.rb +0 -2
  10. data/spec/dummy/app/jobs/application_job.rb +0 -7
  11. data/spec/dummy/app/mailers/application_mailer.rb +0 -4
  12. data/spec/dummy/app/models/application_record.rb +0 -3
  13. data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
  14. data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
  15. data/spec/dummy/bin/dev +0 -2
  16. data/spec/dummy/bin/rails +0 -4
  17. data/spec/dummy/bin/rake +0 -4
  18. data/spec/dummy/bin/setup +0 -34
  19. data/spec/dummy/config/application.rb +0 -43
  20. data/spec/dummy/config/boot.rb +0 -5
  21. data/spec/dummy/config/cable.yml +0 -10
  22. data/spec/dummy/config/database.yml +0 -17
  23. data/spec/dummy/config/environment.rb +0 -5
  24. data/spec/dummy/config/environments/development.rb +0 -67
  25. data/spec/dummy/config/environments/production.rb +0 -86
  26. data/spec/dummy/config/environments/test.rb +0 -53
  27. data/spec/dummy/config/initializers/cors.rb +0 -16
  28. data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -8
  29. data/spec/dummy/config/initializers/inflections.rb +0 -16
  30. data/spec/dummy/config/locales/en.yml +0 -31
  31. data/spec/dummy/config/puma.rb +0 -38
  32. data/spec/dummy/config/routes.rb +0 -3
  33. data/spec/dummy/config/storage.yml +0 -34
  34. data/spec/dummy/config.ru +0 -6
  35. data/spec/dummy/db/schema.rb +0 -246
  36. data/spec/dummy/log/development.log +0 -2077
  37. data/spec/dummy/log/test.log +0 -69259
  38. data/spec/dummy/tmp/local_secret.txt +0 -1
  39. data/spec/examples.txt +0 -167
  40. data/spec/models/bscf/core/address_spec.rb +0 -12
  41. data/spec/models/bscf/core/business_spec.rb +0 -64
  42. data/spec/models/bscf/core/category_spec.rb +0 -43
  43. data/spec/models/bscf/core/order_item_spec.rb +0 -26
  44. data/spec/models/bscf/core/order_spec.rb +0 -16
  45. data/spec/models/bscf/core/product_spec.rb +0 -47
  46. data/spec/models/bscf/core/quotation_item_spec.rb +0 -44
  47. data/spec/models/bscf/core/quotation_spec.rb +0 -41
  48. data/spec/models/bscf/core/request_for_quotation_spec.rb +0 -13
  49. data/spec/models/bscf/core/rfq_item_spec.rb +0 -14
  50. data/spec/models/bscf/core/role_spec.rb +0 -14
  51. data/spec/models/bscf/core/user_profile_spec.rb +0 -20
  52. data/spec/models/bscf/core/user_role_spec.rb +0 -13
  53. data/spec/models/bscf/core/user_spec.rb +0 -22
  54. data/spec/models/bscf/core/virtual_account_spec.rb +0 -111
  55. data/spec/models/bscf/core/virtual_account_transaction_spec.rb +0 -133
  56. data/spec/rails_helper.rb +0 -46
  57. data/spec/spec_helper.rb +0 -37
  58. data/spec/support/models/shared_examples.rb +0 -49
  59. data/spec/support/requests/shared_requests.rb +0 -126
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Configure parameters to be partially matched (e.g. passw matches password) and filtered from the log file.
4
- # Use this to limit dissemination of sensitive information.
5
- # See the ActiveSupport::ParameterFilter documentation for supported notations and behaviors.
6
- Rails.application.config.filter_parameters += [
7
- :passw, :email, :secret, :token, :_key, :crypt, :salt, :certificate, :otp, :ssn, :cvv, :cvc
8
- ]
@@ -1,16 +0,0 @@
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
@@ -1,31 +0,0 @@
1
- # Files in the config/locales directory are used for internationalization and
2
- # are automatically loaded by Rails. If you want to use locales other than
3
- # English, add the necessary files in this directory.
4
- #
5
- # To use the locales, use `I18n.t`:
6
- #
7
- # I18n.t "hello"
8
- #
9
- # In views, this is aliased to just `t`:
10
- #
11
- # <%= t("hello") %>
12
- #
13
- # To use a different locale, set it with `I18n.locale`:
14
- #
15
- # I18n.locale = :es
16
- #
17
- # This would use the information in config/locales/es.yml.
18
- #
19
- # To learn more about the API, please read the Rails Internationalization guide
20
- # at https://guides.rubyonrails.org/i18n.html.
21
- #
22
- # Be aware that YAML interprets the following case-insensitive strings as
23
- # booleans: `true`, `false`, `on`, `off`, `yes`, `no`. Therefore, these strings
24
- # must be quoted to be interpreted as strings. For example:
25
- #
26
- # en:
27
- # "yes": yup
28
- # enabled: "ON"
29
-
30
- en:
31
- hello: "Hello world"
@@ -1,38 +0,0 @@
1
- # This configuration file will be evaluated by Puma. The top-level methods that
2
- # are invoked here are part of Puma's configuration DSL. For more information
3
- # about methods provided by the DSL, see https://puma.io/puma/Puma/DSL.html.
4
- #
5
- # Puma starts a configurable number of processes (workers) and each process
6
- # serves each request in a thread from an internal thread pool.
7
- #
8
- # You can control the number of workers using ENV["WEB_CONCURRENCY"]. You
9
- # should only set this value when you want to run 2 or more workers. The
10
- # default is already 1.
11
- #
12
- # The ideal number of threads per worker depends both on how much time the
13
- # application spends waiting for IO operations and on how much you wish to
14
- # prioritize throughput over latency.
15
- #
16
- # As a rule of thumb, increasing the number of threads will increase how much
17
- # traffic a given process can handle (throughput), but due to CRuby's
18
- # Global VM Lock (GVL) it has diminishing returns and will degrade the
19
- # response time (latency) of the application.
20
- #
21
- # The default is set to 3 threads as it's deemed a decent compromise between
22
- # throughput and latency for the average Rails application.
23
- #
24
- # Any libraries that use a connection pool or another resource pool should
25
- # be configured to provide at least as many connections as the number of
26
- # threads. This includes Active Record's `pool` parameter in `database.yml`.
27
- threads_count = ENV.fetch("RAILS_MAX_THREADS", 3)
28
- threads threads_count, threads_count
29
-
30
- # Specifies the `port` that Puma will listen on to receive requests; default is 3000.
31
- port ENV.fetch("PORT", 3000)
32
-
33
- # Allow puma to be restarted by `bin/rails restart` command.
34
- plugin :tmp_restart
35
-
36
- # Specify the PID file. Defaults to tmp/pids/server.pid in development.
37
- # In other environments, only set the PID file if requested.
38
- pidfile ENV["PIDFILE"] if ENV["PIDFILE"]
@@ -1,3 +0,0 @@
1
- Rails.application.routes.draw do
2
- mount Bscf::Core::Engine => "/bscf-core"
3
- end
@@ -1,34 +0,0 @@
1
- test:
2
- service: Disk
3
- root: <%= Rails.root.join("tmp/storage") %>
4
-
5
- local:
6
- service: Disk
7
- root: <%= Rails.root.join("storage") %>
8
-
9
- # Use bin/rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
10
- # amazon:
11
- # service: S3
12
- # access_key_id: <%= Rails.application.credentials.dig(:aws, :access_key_id) %>
13
- # secret_access_key: <%= Rails.application.credentials.dig(:aws, :secret_access_key) %>
14
- # region: us-east-1
15
- # bucket: your_own_bucket-<%= Rails.env %>
16
-
17
- # Remember not to checkin your GCS keyfile to a repository
18
- # google:
19
- # service: GCS
20
- # project: your_project
21
- # credentials: <%= Rails.root.join("path/to/gcs.keyfile") %>
22
- # bucket: your_own_bucket-<%= Rails.env %>
23
-
24
- # Use bin/rails credentials:edit to set the Azure Storage secret (as azure_storage:storage_access_key)
25
- # microsoft:
26
- # service: AzureStorage
27
- # storage_account_name: your_account_name
28
- # storage_access_key: <%= Rails.application.credentials.dig(:azure_storage, :storage_access_key) %>
29
- # container: your_container_name-<%= Rails.env %>
30
-
31
- # mirror:
32
- # service: Mirror
33
- # primary: local
34
- # mirrors: [ amazon, google, microsoft ]
data/spec/dummy/config.ru DELETED
@@ -1,6 +0,0 @@
1
- # This file is used by Rack-based servers to start the application.
2
-
3
- require_relative "config/environment"
4
-
5
- run Rails.application
6
- Rails.application.load_server
@@ -1,246 +0,0 @@
1
- # This file is auto-generated from the current state of the database. Instead
2
- # of editing this file, please use the migrations feature of Active Record to
3
- # incrementally modify your database, and then regenerate this schema definition.
4
- #
5
- # This file is the source Rails uses to define your schema when running `bin/rails
6
- # db:schema:load`. When creating a new database, `bin/rails db:schema:load` tends to
7
- # be faster and is potentially less error prone than running all of your
8
- # migrations from scratch. Old migrations may fail to apply correctly if those
9
- # migrations use external dependencies or application code.
10
- #
11
- # It's strongly recommended that you check this file into your version control system.
12
-
13
- ActiveRecord::Schema[8.0].define(version: 2025_03_27_112412) do
14
- # These are extensions that must be enabled in order to support this database
15
- enable_extension "pg_catalog.plpgsql"
16
-
17
- create_table "bscf_core_addresses", force: :cascade do |t|
18
- t.string "city"
19
- t.string "sub_city"
20
- t.string "woreda"
21
- t.string "latitude"
22
- t.string "longitude"
23
- t.string "house_number"
24
- t.datetime "created_at", null: false
25
- t.datetime "updated_at", null: false
26
- end
27
-
28
- create_table "bscf_core_businesses", force: :cascade do |t|
29
- t.bigint "user_id", null: false
30
- t.string "business_name", null: false
31
- t.string "tin_number", null: false
32
- t.integer "business_type", default: 0, null: false
33
- t.datetime "verified_at"
34
- t.integer "verification_status", default: 0, null: false
35
- t.datetime "created_at", null: false
36
- t.datetime "updated_at", null: false
37
- t.index ["user_id"], name: "index_bscf_core_businesses_on_user_id"
38
- end
39
-
40
- create_table "bscf_core_categories", force: :cascade do |t|
41
- t.string "name", null: false
42
- t.string "description", null: false
43
- t.bigint "parent_id"
44
- t.datetime "created_at", null: false
45
- t.datetime "updated_at", null: false
46
- end
47
-
48
- create_table "bscf_core_order_items", force: :cascade do |t|
49
- t.bigint "order_id", null: false
50
- t.bigint "product_id", null: false
51
- t.bigint "quotation_item_id"
52
- t.float "quantity", null: false
53
- t.float "unit_price", null: false
54
- t.float "subtotal", null: false
55
- t.datetime "created_at", null: false
56
- t.datetime "updated_at", null: false
57
- t.index ["order_id"], name: "index_bscf_core_order_items_on_order_id"
58
- t.index ["product_id"], name: "index_bscf_core_order_items_on_product_id"
59
- t.index ["quotation_item_id"], name: "index_bscf_core_order_items_on_quotation_item_id"
60
- end
61
-
62
- create_table "bscf_core_orders", force: :cascade do |t|
63
- t.bigint "ordered_by_id"
64
- t.bigint "ordered_to_id"
65
- t.bigint "quotation_id"
66
- t.integer "order_type", default: 0, null: false
67
- t.integer "status", default: 0, null: false
68
- t.float "total_amount"
69
- t.datetime "created_at", null: false
70
- t.datetime "updated_at", null: false
71
- t.index ["ordered_by_id"], name: "index_bscf_core_orders_on_ordered_by_id"
72
- t.index ["ordered_to_id"], name: "index_bscf_core_orders_on_ordered_to_id"
73
- t.index ["quotation_id"], name: "index_bscf_core_orders_on_quotation_id"
74
- end
75
-
76
- create_table "bscf_core_products", force: :cascade do |t|
77
- t.string "sku", null: false
78
- t.string "name", null: false
79
- t.string "description", null: false
80
- t.bigint "category_id", null: false
81
- t.decimal "base_price", default: "0.0", null: false
82
- t.datetime "created_at", null: false
83
- t.datetime "updated_at", null: false
84
- t.index ["category_id"], name: "index_bscf_core_products_on_category_id"
85
- t.index ["sku"], name: "index_bscf_core_products_on_sku", unique: true
86
- end
87
-
88
- create_table "bscf_core_quotation_items", force: :cascade do |t|
89
- t.bigint "quotation_id", null: false
90
- t.bigint "rfq_item_id", null: false
91
- t.bigint "product_id", null: false
92
- t.integer "quantity", null: false
93
- t.decimal "unit_price", null: false
94
- t.integer "unit", null: false
95
- t.decimal "subtotal", null: false
96
- t.datetime "created_at", null: false
97
- t.datetime "updated_at", null: false
98
- t.index ["product_id"], name: "index_bscf_core_quotation_items_on_product_id"
99
- t.index ["quotation_id"], name: "index_bscf_core_quotation_items_on_quotation_id"
100
- t.index ["rfq_item_id"], name: "index_bscf_core_quotation_items_on_rfq_item_id"
101
- end
102
-
103
- create_table "bscf_core_quotations", force: :cascade do |t|
104
- t.bigint "request_for_quotation_id", null: false
105
- t.bigint "business_id", null: false
106
- t.decimal "price", null: false
107
- t.date "delivery_date", null: false
108
- t.datetime "valid_until", null: false
109
- t.integer "status", default: 0, null: false
110
- t.text "notes"
111
- t.datetime "created_at", null: false
112
- t.datetime "updated_at", null: false
113
- t.index ["business_id"], name: "index_bscf_core_quotations_on_business_id"
114
- t.index ["request_for_quotation_id"], name: "index_bscf_core_quotations_on_request_for_quotation_id"
115
- end
116
-
117
- create_table "bscf_core_request_for_quotations", force: :cascade do |t|
118
- t.bigint "user_id", null: false
119
- t.integer "status", default: 0, null: false
120
- t.text "notes"
121
- t.datetime "created_at", null: false
122
- t.datetime "updated_at", null: false
123
- t.index ["user_id"], name: "index_bscf_core_request_for_quotations_on_user_id"
124
- end
125
-
126
- create_table "bscf_core_rfq_items", force: :cascade do |t|
127
- t.bigint "request_for_quotation_id", null: false
128
- t.bigint "product_id", null: false
129
- t.float "quantity", null: false
130
- t.text "notes"
131
- t.datetime "created_at", null: false
132
- t.datetime "updated_at", null: false
133
- t.index ["product_id"], name: "index_bscf_core_rfq_items_on_product_id"
134
- t.index ["request_for_quotation_id"], name: "index_bscf_core_rfq_items_on_request_for_quotation_id"
135
- end
136
-
137
- create_table "bscf_core_roles", force: :cascade do |t|
138
- t.string "name", null: false
139
- t.datetime "created_at", null: false
140
- t.datetime "updated_at", null: false
141
- end
142
-
143
- create_table "bscf_core_user_profiles", force: :cascade do |t|
144
- t.bigint "user_id", null: false
145
- t.date "date_of_birth", null: false
146
- t.string "nationality", null: false
147
- t.string "occupation", null: false
148
- t.string "source_of_funds", null: false
149
- t.integer "kyc_status", default: 0
150
- t.integer "gender", null: false
151
- t.datetime "verified_at"
152
- t.bigint "verified_by_id"
153
- t.bigint "address_id", null: false
154
- t.string "fayda_id"
155
- t.datetime "created_at", null: false
156
- t.datetime "updated_at", null: false
157
- t.index ["address_id"], name: "index_bscf_core_user_profiles_on_address_id"
158
- t.index ["user_id"], name: "index_bscf_core_user_profiles_on_user_id"
159
- t.index ["verified_by_id"], name: "index_bscf_core_user_profiles_on_verified_by_id"
160
- end
161
-
162
- create_table "bscf_core_user_roles", force: :cascade do |t|
163
- t.bigint "user_id", null: false
164
- t.bigint "role_id", null: false
165
- t.datetime "created_at", null: false
166
- t.datetime "updated_at", null: false
167
- t.index ["role_id"], name: "index_bscf_core_user_roles_on_role_id"
168
- t.index ["user_id"], name: "index_bscf_core_user_roles_on_user_id"
169
- end
170
-
171
- create_table "bscf_core_users", force: :cascade do |t|
172
- t.string "first_name", null: false
173
- t.string "middle_name", null: false
174
- t.string "last_name", null: false
175
- t.string "email", null: false
176
- t.string "phone_number", null: false
177
- t.string "password_digest", null: false
178
- t.datetime "created_at", null: false
179
- t.datetime "updated_at", null: false
180
- t.index ["email"], name: "index_bscf_core_users_on_email", unique: true
181
- t.index ["phone_number"], name: "index_bscf_core_users_on_phone_number", unique: true
182
- end
183
-
184
- create_table "bscf_core_virtual_account_transactions", force: :cascade do |t|
185
- t.bigint "from_account_id", null: false
186
- t.bigint "to_account_id", null: false
187
- t.decimal "amount", null: false
188
- t.integer "transaction_type", null: false
189
- t.integer "status", default: 0, null: false
190
- t.string "reference_number", null: false
191
- t.text "description"
192
- t.datetime "created_at", null: false
193
- t.datetime "updated_at", null: false
194
- t.index ["from_account_id", "reference_number"], name: "idx_on_from_account_id_reference_number_ecc8e65d8f"
195
- t.index ["from_account_id"], name: "idx_on_from_account_id_643ea7341d"
196
- t.index ["reference_number"], name: "idx_on_reference_number_9aa4ea6333", unique: true
197
- t.index ["to_account_id", "reference_number"], name: "idx_on_to_account_id_reference_number_6f4048491d"
198
- t.index ["to_account_id"], name: "index_bscf_core_virtual_account_transactions_on_to_account_id"
199
- end
200
-
201
- create_table "bscf_core_virtual_accounts", force: :cascade do |t|
202
- t.bigint "user_id", null: false
203
- t.string "account_number", null: false
204
- t.string "cbs_account_number", null: false
205
- t.decimal "balance", default: "0.0", null: false
206
- t.decimal "interest_rate", default: "0.0", null: false
207
- t.integer "interest_type", default: 0, null: false
208
- t.boolean "active", default: true, null: false
209
- t.string "branch_code", null: false
210
- t.string "product_scheme", null: false
211
- t.string "voucher_type", null: false
212
- t.integer "status", default: 0, null: false
213
- t.datetime "created_at", null: false
214
- t.datetime "updated_at", null: false
215
- t.index ["account_number"], name: "index_bscf_core_virtual_accounts_on_account_number", unique: true
216
- t.index ["branch_code"], name: "index_bscf_core_virtual_accounts_on_branch_code"
217
- t.index ["cbs_account_number"], name: "index_bscf_core_virtual_accounts_on_cbs_account_number", unique: true
218
- t.index ["user_id", "account_number"], name: "index_bscf_core_virtual_accounts_on_user_id_and_account_number"
219
- t.index ["user_id"], name: "index_bscf_core_virtual_accounts_on_user_id"
220
- end
221
-
222
- add_foreign_key "bscf_core_businesses", "bscf_core_users", column: "user_id"
223
- add_foreign_key "bscf_core_order_items", "bscf_core_orders", column: "order_id"
224
- add_foreign_key "bscf_core_order_items", "bscf_core_products", column: "product_id"
225
- add_foreign_key "bscf_core_order_items", "bscf_core_quotation_items", column: "quotation_item_id"
226
- add_foreign_key "bscf_core_orders", "bscf_core_quotations", column: "quotation_id"
227
- add_foreign_key "bscf_core_orders", "bscf_core_users", column: "ordered_by_id"
228
- add_foreign_key "bscf_core_orders", "bscf_core_users", column: "ordered_to_id"
229
- add_foreign_key "bscf_core_products", "bscf_core_categories", column: "category_id"
230
- add_foreign_key "bscf_core_quotation_items", "bscf_core_products", column: "product_id"
231
- add_foreign_key "bscf_core_quotation_items", "bscf_core_quotations", column: "quotation_id"
232
- add_foreign_key "bscf_core_quotation_items", "bscf_core_rfq_items", column: "rfq_item_id"
233
- add_foreign_key "bscf_core_quotations", "bscf_core_businesses", column: "business_id"
234
- add_foreign_key "bscf_core_quotations", "bscf_core_request_for_quotations", column: "request_for_quotation_id"
235
- add_foreign_key "bscf_core_request_for_quotations", "bscf_core_users", column: "user_id"
236
- add_foreign_key "bscf_core_rfq_items", "bscf_core_products", column: "product_id"
237
- add_foreign_key "bscf_core_rfq_items", "bscf_core_request_for_quotations", column: "request_for_quotation_id"
238
- add_foreign_key "bscf_core_user_profiles", "bscf_core_addresses", column: "address_id"
239
- add_foreign_key "bscf_core_user_profiles", "bscf_core_users", column: "user_id"
240
- add_foreign_key "bscf_core_user_profiles", "bscf_core_users", column: "verified_by_id"
241
- add_foreign_key "bscf_core_user_roles", "bscf_core_roles", column: "role_id"
242
- add_foreign_key "bscf_core_user_roles", "bscf_core_users", column: "user_id"
243
- add_foreign_key "bscf_core_virtual_account_transactions", "bscf_core_virtual_accounts", column: "from_account_id"
244
- add_foreign_key "bscf_core_virtual_account_transactions", "bscf_core_virtual_accounts", column: "to_account_id"
245
- add_foreign_key "bscf_core_virtual_accounts", "bscf_core_users", column: "user_id"
246
- end