usamazansari / expenses-tracker

MIT License
1 stars 0 forks source link

[FEATURE]: Implement Transaction filtering #121

Open usamazansari opened 10 months ago

usamazansari commented 10 months ago

Feature Description

Filter out transaction either client side or server side by these criteria

Use queryParams in the URL to identify the filters in the transaction list

Rationale

For better usability

Use Case

When the transaction list is very long and the user needs to filter income transactions or cash transactions, it is difficult to find it in the huge list

Benefits

No response

Implementation Ideas

No response

Checklist