kaskra / FineWallet

A simple expense and income management app.
MIT License
1 stars 0 forks source link

Profile Page Rebuild Part 2 #27

Closed kaskra closed 5 years ago

kaskra commented 5 years ago
kaskra commented 5 years ago

Chart colors need amount of categories-many shades to work properly

kaskra commented 5 years ago

Used app themed colors for charts in commits 56fbab47c13f43f65da69a81ce772b36a7efd1b9 and 92524d98732278e1006930234d4f315f579c8c7c.

kaskra commented 5 years ago

See here for the last piece of the profile page.

Right now, the prediction is just a linear function by using the gradient of the past days of the month. But the prediction should account for recurring transactions in the future and add them at the right dates. When no transactions is done on one day, the simple linear function is applied.

Should be done on 13.07.19.

kaskra commented 5 years ago

In commit a9861f022487664246000938b34346710f822ccb, the new prediciton function was introduced. It now uses the known future recurring transactions to improve the prediction.

Originally posted by @kaskra in https://github.com/kaskra/FineWallet/issues/19#issuecomment-511181053