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

Filter and Classification Engine #12

Merged
merged 11 commits into from
Jul 15, 2024
Merged

Filter and Classification Engine #12

merged 11 commits into from
Jul 15, 2024

Conversation

Bios-Marcel
Copy link
Owner

This PR introduces the following things:

  • A small custom langauge for expressions
  • A search field (filter field) above the table
  • A new "Classifications" tab where you can specify rules
  • A new "Classify" button in the "Payments" view to classify all outgoing transactions that are not specified
  • Some small additional fixes ...

Due to the fact that antlr4 (used for building the parser) does not support Java 21+ plus, there are certain build system hacks.

Also fixes import of 0 payments, these are now correctly being ignored
* identifiers can no longer contain quotes
* a string can now be empty
* the query now returns exceptions if elements are still missing, later
  on we can use this to communicate with the user
@Bios-Marcel Bios-Marcel merged commit f6a5ab7 into master Jul 15, 2024
1 check passed
@Bios-Marcel Bios-Marcel deleted the wip_filter_engine branch July 21, 2024 17:29
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