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

Add interface to filter transactions #12

Open
iraykhel opened this issue Nov 5, 2021 · 0 comments
Open

Add interface to filter transactions #12

iraykhel opened this issue Nov 5, 2021 · 0 comments

Comments

@iraykhel
Copy link
Owner

iraykhel commented Nov 5, 2021

It would be nice to have an additional way to select multiple transactions that is more similar to what people are used to. On the left side of the screen I would like some interface that allows the user to filter transactions by their properties (counterparty, tokens, addresses etc.). It will need to support both AND and OR logic. For example, the user should be able to select the following using these filters:
(transaction.counterparty=UNISWAP OR transaction.counterparty=1INCH) AND transaction.token=SOL
It should be accomplished in the following way:
The user creates a new filter by counterparty and types "UNISWAP" there
The user creates a new filter by counterparty and types "1INCH" there
The user creates a new filter by token and types "SOL" there
So it's "OR" logic for the same kind of filter, but "AND" logic for different kind of filters

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant