Skip to content

Commit

Permalink
refactor: move credit-facility to core (#1453)
Browse files Browse the repository at this point in the history
* refactor: move credit-facility to core

* chore: rename to credit

* feat: create CoreCreditObject

* chore: genericise cvl job

* wip: making compiler checks to pass

* wip: more compiler error fixes

* chore: core/credit compiles

* chore: extract out credit_facility

---------

Co-authored-by: bodymindarts <[email protected]>
  • Loading branch information
thevaibhav-dixit and bodymindarts authored Feb 21, 2025
1 parent 33f61c0 commit b13e84e
Show file tree
Hide file tree
Showing 843 changed files with 14,045 additions and 13,933 deletions.
37 changes: 37 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ members = [
"core/chart-of-accounts",
"core/deposit",
"core/price",
"core/credit",

"lib/authz",
"lib/audit",
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ sqlx-prepare:
cd core/customer && cargo sqlx prepare
cd core/user && cargo sqlx prepare
cd core/deposit && cargo sqlx prepare
cd core/credit && cargo sqlx prepare
cd core/chart-of-accounts && cargo sqlx prepare
cd lana/app && cargo sqlx prepare
cd lana/dashboard && cargo sqlx prepare
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit b13e84e

Please sign in to comment.