mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 21:45:23 +02:00
Add income and spending insight cards to dashboard (#668)
* Generate time series for rolling 30 day sum of income and spending * Highlight accounts with most income and spending in the last 30 days * Aggregate chips after 3 top accounts in insight card * Refactor aggregation filter I think this is easier to read and understand whats happening at a glance * Refactor and tidy * Use family currency for insight cards * Further reduce risk of sql injection * Fix lint * Refactor rolling total queries * Add test for transaction snapshot
This commit is contained in:
parent
1f6e83ee91
commit
461fa672ff
8 changed files with 207 additions and 64 deletions
|
@ -7,14 +7,14 @@ en:
|
|||
debts: Debts
|
||||
categories: Categories
|
||||
greeting: Welcome back, %{name}
|
||||
income: Income (coming soon...)
|
||||
income: Income
|
||||
investing: Investing (coming soon...)
|
||||
net_worth: Net Worth
|
||||
new: New account
|
||||
no_transactions: You have no recent transactions
|
||||
recurring: Recurring
|
||||
savings_rate: Savings Rate (coming soon...)
|
||||
spending: Spending (coming soon...)
|
||||
spending: Spending
|
||||
subtitle: Here's what's happening today
|
||||
transactions: Transactions
|
||||
view_all: View all
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue