RIP-Comm / sossoldi

"Sossoldi" is a wealth management / personal finance / Net Worth tracking app, made with Flutter.
MIT License
262 stars 73 forks source link

Notification system #72

Closed theperu closed 5 months ago

theperu commented 1 year ago

We should set up some kind of notification to help the user build the habit of tracking his expenses. Ideally we could let them choose after how many days of not creating a new entry they should receive the reminder.

marianialessandro commented 1 year ago

I will take care of it

theperu commented 1 year ago

Hi! Just checking in, how are things progressing? You can use this issue if have problems implementing the feature

K-w-e commented 6 months ago

Hello! I can work on this if it's still open and unassigned

theperu commented 6 months ago

Great, I will assign it to you!

K-w-e commented 6 months ago

@theperu Am i wrong or are recurring transactions actually not implemented? Do i have to leave the second part incomplete?

Potentially, managing recurring transactions could be simple by following my implementation of scheduled notifications via WorkerManager. Idk if someone is working on it

theperu commented 6 months ago

You're correct, we still need to implement them