1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/test
Zach Gollwitzer f904d9d062
Add the ability to "rollup" values in a time series (#554)
* Clean up time series models

* Add value group rollup class for summarizing hierarchical data

* Integrate new classes

* Update UI to use new patterns

* Update D3 charts to expect new data format

* Clean up account model

* More cleanup

* Money improvements

* Use new money fields

* Remove invalid fixture data to avoid orphaned accountables

* Update time series to work better with collections

* Fix tests and UI bugs
2024-03-19 09:10:40 -04:00
..
channels/application_cable Initial commit 2024-02-02 09:05:04 -06:00
controllers Multi-currency support: Money + Currency class improvements (#553) 2024-03-18 11:21:00 -04:00
fixtures Add the ability to "rollup" values in a time series (#554) 2024-03-19 09:10:40 -04:00
helpers Addd application_helper_test.rb (#302) 2024-02-06 19:51:32 -06:00
integration Initial commit 2024-02-02 09:05:04 -06:00
jobs Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00
lib Multi-currency support: Money + Currency class improvements (#553) 2024-03-18 11:21:00 -04:00
mailers Initial commit 2024-02-02 09:05:04 -06:00
models Add the ability to "rollup" values in a time series (#554) 2024-03-19 09:10:40 -04:00
system Prepare fixture data for account sync tests (#493) 2024-02-27 12:43:49 -05:00
application_system_test_case.rb First pass at a system test (#305) 2024-02-05 15:19:31 -06:00
i18n_test.rb Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
test_helper.rb Add PagesControllerTest with authentication (#288) 2024-02-04 17:39:38 -06:00