serversideup / financial-freedom

🔥🔥🔥 An open source alternative to Mint, YNAB, and more. Stay on budget and build wealth without sacrificing your privacy.
https://serversideup.net/open-source/financial-freedom/
GNU General Public License v3.0
1.67k stars 137 forks source link

Deep Link Transaction Views #10

Closed danpastori closed 8 months ago

danpastori commented 3 years ago

Issue

Every time you filter or change date on the list of transactions, then navigate away, you have to re-apply all filters in order to go back to your view. This is super annoying when you are trying to add receipts, work with calculations, etc.

Solution

Deep link all filters and dates when viewing transactions.

Examples

/transactions/?start-date=YYYY-MM-DD /transactions/?start-date=YYYY-MM-DD&end-date=YYYY-MM-DD /transactions/?tags=groceries,snacks&start-date=YYYY-MM-DD&end-date=YYYY-MM-DD