1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-24 15:49:39 +02:00
Maybe/app/controllers
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
..
concerns Add Money and Money Series (#505) 2024-03-01 17:17:34 -05:00
accounts_controller.rb Add the ability to "rollup" values in a time series (#554) 2024-03-19 09:10:40 -04:00
application_controller.rb Implement basic transaction pagination (#531) 2024-03-08 15:11:58 -05:00
pages_controller.rb Multi-currency part 1 (#542) 2024-03-11 16:32:13 -04:00
password_resets_controller.rb Fix arguments to find_by_token_for (#299) 2024-02-04 19:10:48 -06:00
passwords_controller.rb Opt-in to Current fully (#297) 2024-02-04 17:36:46 -06:00
registrations_controller.rb Enable turbo refresh in layout/auth & Fix registrations controller create fail w/ status (#544) 2024-03-14 10:30:46 -04:00
sessions_controller.rb Centralize auth messages (#269) 2024-02-03 14:17:49 -06:00
settings_controller.rb Multi-currency support (#425) 2024-02-10 16:18:56 -06:00
transactions_controller.rb Multi-currency support: Money + Currency class improvements (#553) 2024-03-18 11:21:00 -04:00
valuations_controller.rb Scaffold out Account Syncing (#474) 2024-02-22 11:35:06 -05:00