1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-25 08:09:38 +02:00
Maybe/app
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
..
assets Hide the additional arrow shown on safari browser for summary tag (#499) 2024-02-28 16:37:26 -05:00
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
helpers Add currency to account form to support multiple currencies (#481) 2024-02-26 09:50:38 -05:00
javascript Make new account modal close as clickable button (#492) 2024-02-27 12:25:36 -05:00
jobs Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
mailers Initial commit 2024-02-02 09:05:04 -06:00
models Basic Account Balance Sync Algorithm (#501) 2024-02-29 08:32:52 -05:00
views Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00