We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ignore is currently a magic value expected in tags. It's hard to remember and its existence is invisible to the user.
Instead there should be a boolean field called ignore with default value false.
ignore
false
This state should be settable via classifications in addition to the tag, but also via the "detail section" in the payments table.
A payment can both be classified with a tag and ignored, even if the tag won't be used in evaluations.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ignore is currently a magic value expected in tags. It's hard to remember and its existence is invisible to the user.
Instead there should be a boolean field called
ignore
with default valuefalse
.This state should be settable via classifications in addition to the tag, but also via the "detail section" in the payments table.
A payment can both be classified with a tag and ignored, even if the tag won't be used in evaluations.
The text was updated successfully, but these errors were encountered: