Mike V.
Mike V.
This aims to address #144. I focused on Backend operations only. Removed recurring_transaction_amount model, and added recurring_transaction. Now we've a table that list recurring transactions. When the app is opened,...
Scheduled notifications are not working on iOS due to system limitations. So accordingly, our daily reminder for transactions is an "android only" feature. I will leave this here, someday it...
As per discussed on last meeting, we will make some changes on recurring transactions. Every time application starts, a job will check if there are recurring transactions to manage, ad...
Some widgets are now builded from scratch every time. We need to standardize this part of the codebase
I noticed that color is an integers used as the index for a list of default colors. Wouldn't it be better to save the HEX code instead and convert it...
We want to do some benchmarks using Hive instead of Sqflite. Ideally we should create a new branch to play with Hive and, based on how things go, determine who's...
We need an onboarding funnel as seen on [Figma](https://www.figma.com/file/6NyY9yqunpbU7HIkbNEAL3/Sossoldi-App?node-id=1163%3A4030). Please, if you want to work on this, let us know leaving a comment below!
When you delete a category used by at least a transaction or a recurring one, an inconsistency is created. Speaking about recurring transactions, system should avoid this and let the...
# 🙋🏻♂️ Add the ability to duplicate a transaction ## 📋 Description **Summary**: We should allow a user to duplicate an existing transaction **Expected Behavior**: When the user taps to...