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 DataDeconstructor<TDoc, TValue> base for complex filter composition based on decision trees - data deconstructed from simpler representation like a text line #930

Open
itadapter opened this issue Nov 20, 2024 · 1 comment
Assignees
Labels
- RTM - Released to manufacturing CONCEPT Needs conceptual design session

Comments

@itadapter
Copy link
Contributor

itadapter commented Nov 20, 2024

Choices:

  1. Add ICustomJsonRepresentation or something like this
  2. Separate function, separate field - called from where?
  3. Use IAmorphousData.AfterLoad and expect some key e.g. "__deconstruct"

The extra property may be used to populate additional elements/fields of filter
which go on TOP of existing filter

filter: {
  PagingCount: 100,
  __deconstruct: "01/02/2024 02/03/2024 Zuskind 555-234-2323"
}
@itadapter itadapter self-assigned this Nov 20, 2024
@itadapter itadapter added the CONCEPT Needs conceptual design session label Nov 20, 2024
@itadapter itadapter changed the title Add FilterTokenizer base for complex filter composition based on decision trees Add FilterDataDeconstructor base for complex filter composition based on decision trees - data deconstructed from simpler representation like a text line Nov 21, 2024
@itadapter itadapter changed the title Add FilterDataDeconstructor base for complex filter composition based on decision trees - data deconstructed from simpler representation like a text line Add DataDeconstructor<TDoc, TValue> base for complex filter composition based on decision trees - data deconstructed from simpler representation like a text line Nov 22, 2024
zhabis added a commit that referenced this issue Nov 22, 2024
zhabis added a commit that referenced this issue Nov 22, 2024
zhabis added a commit that referenced this issue Nov 22, 2024
zhabis added a commit that referenced this issue Nov 22, 2024
zhabis added a commit that referenced this issue Nov 24, 2024
@itadapter itadapter added the - RTM - Released to manufacturing label Dec 7, 2024
@itadapter
Copy link
Contributor Author

Works great. Candidate for close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- RTM - Released to manufacturing CONCEPT Needs conceptual design session
Projects
None yet
Development

No branches or pull requests

2 participants