1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/test/models
Zach Gollwitzer dbf575c02a
Basic Account Balance Sync Algorithm (#501)
* Sketch out sync interface

* Add basic account sync algorithm

* Update logic for final balance in series

* Remove start_date concept

* Clean up tests

* Improve clarity of test

* Update app/models/account.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Update app/models/transaction.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Update app/models/valuation.rb

Co-authored-by: Rob Zolkos <rob@zolkos.com>
Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>

* Re-organize code, simplify job interface

* Consolidate balance calculations

* More cleanup

---------

Signed-off-by: Zach Gollwitzer <zach.gollwitzer@gmail.com>
Co-authored-by: Rob Zolkos <rob@zolkos.com>
2024-02-29 08:32:52 -05:00
..
account Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
.keep Initial commit 2024-02-02 09:05:04 -06:00
account_balance_test.rb Scaffold out the UI for individual account page (#461) 2024-02-14 13:02:11 -05:00
account_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
currency_test.rb Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
current_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
exchange_rate_test.rb Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
family_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
invite_code_test.rb Use consistent language for invite codes 2024-02-02 19:37:10 -06:00
transaction_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
user_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
valuation_test.rb Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00