Michal Guspiel
Michal Guspiel
@ILIYANGERMANOV I understand that `Implement TransactionRepository for handling data operations` part of this task is already done. Thus this task requires to leverage `TransactionRepository` in the domain layer instead of...
Okay so basically plan for this is to add `internal` visibility modifier to both `TransactionDao` and `WriteTransactionDao` and fix the errors. What do you mean by new domain model?
@ILIYANGERMANOV Starting to work with this, I'm realizing how huge of a task it is. It's going to take weeks if not months, considering the amount of my free time...
What do we do about `TransactionHistoryItem`? I got to the point where passing `history: List` to `transactions` composable creates a big problem for refactoring. `TransactionHistoryItem` is deprecated but `TransactionHistoryDateDivider` is...
Hi, @Devaraj10 how would this work if your expenses exceed your income?