vivianebresolin/capstone-project-expense-tracker

Users can filter expenses into different periods (All Expenses, Today, Last Seven Days, This Month, This Year)

Closed this issue · 1 comments

Users can filter expenses into different periods (All Expenses, Today, Last Seven Days, This Month, This Year)

As a user, I want the ability to select the "All Expenses" filter to view a comprehensive list of all recorded expenses, regardless of the date.
As a user, when choosing the "Today" filter, I expect to see only those expenses that were recorded on the current day.
As a user, selecting the "Last Seven Days" filter should display expenses recorded within the past seven days from the current date.
As a user, choosing the "This Month" filter should show expenses recorded within the current calendar month.
As a user, selecting the "This Year" filter should display expenses recorded within the current calendar year.