mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
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
This commit is contained in:
parent
0a8518506c
commit
f904d9d062
34 changed files with 687 additions and 391 deletions
2
test/fixtures/account/investments.yml
vendored
2
test/fixtures/account/investments.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
one:
|
||||
id: "123e4567-e89b-12d3-a456-426614174004"
|
2
test/fixtures/account/loans.yml
vendored
2
test/fixtures/account/loans.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
one:
|
||||
id: "123e4567-e89b-12d3-a456-426614174005"
|
2
test/fixtures/account/other_liabilities.yml
vendored
2
test/fixtures/account/other_liabilities.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
one:
|
||||
id: "123e4567-e89b-12d3-a456-426614174006"
|
2
test/fixtures/account/properties.yml
vendored
2
test/fixtures/account/properties.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
one:
|
||||
id: "123e4567-e89b-12d3-a456-426614174007"
|
2
test/fixtures/account/vehicles.yml
vendored
2
test/fixtures/account/vehicles.yml
vendored
|
@ -1,2 +0,0 @@
|
|||
one:
|
||||
id: "123e4567-e89b-12d3-a456-426614174008"
|
Loading…
Add table
Add a link
Reference in a new issue