Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish remaining transaction filters #1189

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

zachgoll
Copy link
Collaborator

We introduced transaction filtering a while back, but a few of the filters were not ready to be implemented.

This PR completes the remaining "coming soon" transaction filters so users have full control over their transactions dashboard.

@zachgoll zachgoll marked this pull request as ready for review September 16, 2024 22:15
when "greater"
query = query.where("ABS(account_entries.amount) > ?", params[:amount].to_f.abs)
end
end
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we have to add more filters in the future, this is definitely a refactor candidate, but given this is the final set of filters for a while, no need right now.

@zachgoll zachgoll merged commit 730e58d into main Sep 17, 2024
4 checks passed
@zachgoll zachgoll deleted the zachgoll/transaction-filter-finalization branch September 17, 2024 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant