BeamMW / ios-wallet

Beam iOS Wallet
https://beam.mw/downloads
Apache License 2.0
21 stars 9 forks source link

Group transactions by sender+status #307

Closed alexandrashelenkova closed 1 year ago

alexandrashelenkova commented 4 years ago

Group transactions with same status and sender if they goes in sequence in transaction's list.

  1. On the main screen show quantity of repeating transactions next to transaction's title. Maximum total quantity of transactions on main screen still should be 5, even some of transactions includes repeated transactions. wallet-repeated-transactions-fold

  2. When user taps on repeated transaction (on main screen!) open this screen. Tap on lines with date should open transaction details screen for each transaction. Tap on comment or transaction title/amount lines shouldn't be active. repeated-transactions-detail

  3. Repeated transactions on Transactions list screen - show quantity of repeating transactions next to transaction's title. transactions-repeated-transactions-fold Tap on this transaction should unfold repeated transactions transactions-repeated-transactions-unfold Tap on lines with date should open transaction details screen for each transaction. Tap on comment or transaction title/amount lines should fold back repeated transactions in one line.

Screens are here: https://zpl.io/bAD7m6p https://zpl.io/VqkvyPl https://zpl.io/awgJqMN https://zpl.io/aN5mwdZ

alexandrashelenkova commented 4 years ago

@sasha-abramovich when you have time, please have a look at the screens so @dariatarakanova can do this task for other platforms.

And should transactions also be grouped by transaction ID? Because it's different transactions, so they should have different IDs as well?