Bulk edit/delete transactions #80
enrique-lozano
started this conversation in
Ideas / New features
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Problem to solve
Currently, the app does not support bulk editing or deletion of transactions. This can be very useful, especially after searching for transactions by any filter. Similar apps like Wallet (BudgetBakers) or Bluecoins allow this functionality
Possible solutions
Surely the best thing to avoid complicating the rest of the screens will be to allow this functionality only on the transactions screen.
When pressed and held in a transaction, instead of the bottomSheet that opens by default in this and other current screens, the color and title of the toolbar could be changed to indicate that we have entered "selection mode". Also, the icon could perform an animation similar to what happens in Gmail when you select emails.
Once here, we could have three options: delete/edit/select all. I think the clone option does not add much to the application when it comes to multiple selections. Without a doubt the most complicated thing would be editing, especially if the editing of all the attributes of a transaction is allowed [it could still be left for the future].
Opinions and suggestions regarding this task are appreciated.
Beta Was this translation helpful? Give feedback.
All reactions