princid / Expense-Tracker

The objective of this project was to create an interactive and completely responsive Expense Tracker website which allows the user to track all of their expenses and income.
https://expense-tracker-psg.herokuapp.com/
MIT License
19 stars 22 forks source link

Custom date range could have a default range or could prefill the last selected rage #50

Open kannananil opened 2 years ago

kannananil commented 2 years ago

Currently if a user selects a custom date range option it will be empty and it shows the transaction table and analytics as below.

Screenshot 2022-10-31 at 9 26 10 PM Screenshot 2022-10-31 at 9 26 35 PM

Instead when the user selects custom date range option in the transactions table we could persist the last date range, that means if the last selected option was "Last 1 week" we could prefill the start and end date based on that or we could have a default range like last 10 days that will be prefilled on the range selector, it would improve the user experience.

kannananil commented 2 years ago

@princid please review this issue, would like to know about your opinion on this enhancement