Fonyx / budgie

A budgeting app using node, express, mysql and heroku
https://fonyx-budgie.herokuapp.com/
0 stars 1 forks source link

Frequency and reccuring need to be implemented in the timeline generator #34

Open Fonyx opened 3 years ago

Fonyx commented 3 years ago

Right now the timeline generator will build all the transactions provided, but it doesn't look for recurrence and end recurrence. This should be implemented as a transaction.frequencyDays() model method and some higher logic in the timeline builder that adds fake transactions to the accumulation logic.