bscf-core 0.2.0 → 0.2.1
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.
- checksums.yaml +4 -4
- data/lib/bscf/core/version.rb +1 -1
- metadata +2 -55
- data/spec/dummy/Rakefile +0 -6
- data/spec/dummy/app/assets/stylesheets/application.css +0 -15
- data/spec/dummy/app/controllers/application_controller.rb +0 -2
- data/spec/dummy/app/jobs/application_job.rb +0 -7
- data/spec/dummy/app/mailers/application_mailer.rb +0 -4
- data/spec/dummy/app/models/application_record.rb +0 -3
- data/spec/dummy/app/views/layouts/mailer.html.erb +0 -13
- data/spec/dummy/app/views/layouts/mailer.text.erb +0 -1
- data/spec/dummy/bin/dev +0 -2
- data/spec/dummy/bin/rails +0 -4
- data/spec/dummy/bin/rake +0 -4
- data/spec/dummy/bin/setup +0 -34
- data/spec/dummy/config/application.rb +0 -43
- data/spec/dummy/config/boot.rb +0 -5
- data/spec/dummy/config/cable.yml +0 -10
- data/spec/dummy/config/database.yml +0 -17
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -67
- data/spec/dummy/config/environments/production.rb +0 -86
- data/spec/dummy/config/environments/test.rb +0 -53
- data/spec/dummy/config/initializers/cors.rb +0 -16
- data/spec/dummy/config/initializers/filter_parameter_logging.rb +0 -8
- data/spec/dummy/config/initializers/inflections.rb +0 -16
- data/spec/dummy/config/locales/en.yml +0 -31
- data/spec/dummy/config/puma.rb +0 -38
- data/spec/dummy/config/routes.rb +0 -3
- data/spec/dummy/config/storage.yml +0 -34
- data/spec/dummy/config.ru +0 -6
- data/spec/dummy/db/schema.rb +0 -246
- data/spec/dummy/log/development.log +0 -2077
- data/spec/dummy/log/test.log +0 -69259
- data/spec/dummy/tmp/local_secret.txt +0 -1
- data/spec/examples.txt +0 -167
- data/spec/models/bscf/core/address_spec.rb +0 -12
- data/spec/models/bscf/core/business_spec.rb +0 -64
- data/spec/models/bscf/core/category_spec.rb +0 -43
- data/spec/models/bscf/core/order_item_spec.rb +0 -26
- data/spec/models/bscf/core/order_spec.rb +0 -16
- data/spec/models/bscf/core/product_spec.rb +0 -47
- data/spec/models/bscf/core/quotation_item_spec.rb +0 -44
- data/spec/models/bscf/core/quotation_spec.rb +0 -41
- data/spec/models/bscf/core/request_for_quotation_spec.rb +0 -13
- data/spec/models/bscf/core/rfq_item_spec.rb +0 -14
- data/spec/models/bscf/core/role_spec.rb +0 -14
- data/spec/models/bscf/core/user_profile_spec.rb +0 -20
- data/spec/models/bscf/core/user_role_spec.rb +0 -13
- data/spec/models/bscf/core/user_spec.rb +0 -22
- data/spec/models/bscf/core/virtual_account_spec.rb +0 -111
- data/spec/models/bscf/core/virtual_account_transaction_spec.rb +0 -133
- data/spec/rails_helper.rb +0 -46
- data/spec/spec_helper.rb +0 -37
- data/spec/support/models/shared_examples.rb +0 -49
- data/spec/support/requests/shared_requests.rb +0 -126
@@ -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
data/spec/dummy/db/schema.rb
DELETED
@@ -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
|