This website requires JavaScript.
Explore
Help
Register
Sign in
Docker
/
Maybe
Watch
1
Star
0
Fork
You've already forked Maybe
0
mirror of
https://github.com/maybe-finance/maybe.git
synced
2025-07-20 05:39:39 +02:00
Code
Issues
Releases
Activity
Actions
1
ac9703031f
Maybe
/
app
/
controllers
/
account
/
valuations_controller.rb
4 lines
92 B
Ruby
Raw
Normal View
History
Unescape
Escape
Allow user to add buy and sell trade transactions for investment accounts (#1066) * Consolidate modal form structure into partial + helper * Scaffold out trade transaction form * Normalize translations * Add buy and sell trade form with tests * Move entryable lists to dedicated controllers * Delegate entry group contents rendering * More cleanup * Extract transaction and valuation update logic from entries controller * Delegate edit and show actions to entryables * Trade builder * Update paths for transaction updates
2024-08-09 11:22:57 -04:00
class
Account
::
ValuationsController
<
ApplicationController
Improve account transaction, trade, and valuation editing and sync experience (#1506) * Consolidate entry controller logic * Transaction builder * Update trades controller to use new params * Load account charts in turbo frames, fix PG overflow * Consolidate tests * Tests passing * Remove unused code * Add client side trade form validations
2024-11-27 16:01:50 -05:00
include
EntryableResource
Allow user to add buy and sell trade transactions for investment accounts (#1066) * Consolidate modal form structure into partial + helper * Scaffold out trade transaction form * Normalize translations * Add buy and sell trade form with tests * Move entryable lists to dedicated controllers * Delegate entry group contents rendering * More cleanup * Extract transaction and valuation update logic from entries controller * Delegate edit and show actions to entryables * Trade builder * Update paths for transaction updates
2024-08-09 11:22:57 -04:00
end
Copy permalink