Deposit, Withdrawal, and Interest Transactions for Investment View #1075

Merged
zachgoll merged 4 commits from 1050-user-can-create-depositwithdrawal-investment-transactions into main 2024-08-10 08:11:28 +08:00
zachgoll commented 2024-08-10 05:06:19 +08:00 (Migrated from github.com)

Initial concept of a dynamic trade / transaction form.

Account::EntryBuilder is the entrypoint where a flattened params hash can be passed in with a type and then the relevant trade, transaction, or transfer is created based on this type.

Likely will need to rework some of this as we add more types, but wanted to get this in so users can start building up portfolios.

Initial concept of a dynamic trade / transaction form. `Account::EntryBuilder` is the entrypoint where a flattened params hash can be passed in with a `type` and then the relevant trade, transaction, or transfer is created based on this type. Likely will need to rework some of this as we add more types, but wanted to get this in so users can start building up portfolios.
zachgoll (Migrated from github.com) reviewed 2024-08-10 08:10:59 +08:00
@@ -0,0 +61,4 @@
price: this.priceInputTarget
}
}
}
zachgoll (Migrated from github.com) commented 2024-08-10 08:08:13 +08:00

This is a very rudimentary controller, highly coupled to the trade forms. Ideally we'll abstract this a bit in the future

This is a very rudimentary controller, highly coupled to the trade forms. Ideally we'll abstract this a bit in the future
Sign in to join this conversation.