Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged

Conversation

zachgoll
Copy link
Collaborator

@zachgoll zachgoll commented Aug 9, 2024

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 zachgoll linked an issue Aug 9, 2024 that may be closed by this pull request
@zachgoll zachgoll marked this pull request as ready for review August 10, 2024 00:06
price: this.priceInputTarget
}
}
}
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@zachgoll zachgoll merged commit 94be117 into main Aug 10, 2024
4 checks passed
@zachgoll zachgoll deleted the 1050-user-can-create-depositwithdrawal-investment-transactions branch August 10, 2024 00:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

User can create deposit/withdrawal investment transactions
1 participant