Tamas-Gavlider / MyVault

0 stars 0 forks source link

USER STORY: View Transaction History #11

Open Tamas-Gavlider opened 5 hours ago

Tamas-Gavlider commented 5 hours ago

As a user, I want to be able to view a list of all my transactions, so that I can keep track of my financial activities, including deposits, withdrawals, money sent, and money received.

Acceptance Criteria:

  1. The user can access a transaction history page from the navbar.
  2. The transaction history displays a table listing all transactions associated with the user.
  3. The user can filter transactions.
  4. The user can sort transactions by date, amount, or transaction type.
  5. If there are many transactions, the user can navigate through pages of transactions.
  6. The transaction history page is responsive and accessible on both desktop and mobile devices.