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

Introduce AdapterConcept for analyzing entites #7

Closed
rsoika opened this issue May 22, 2020 · 0 comments
Closed

Introduce AdapterConcept for analyzing entites #7

rsoika opened this issue May 22, 2020 · 0 comments
Labels
Milestone

Comments

@rsoika
Copy link
Member

rsoika commented May 22, 2020

Entites stored in a workitem can be represented in different format in a document. For example the float value 1042.0 can be

1042,00
1042.00
1.042,00
1,042.00

Another case is the representation of a date or an IBAN.

To support different representations of a value we need a n Adapter concept.
Implementation CDI Observer Pattern.

@rsoika rsoika added the feature label May 22, 2020
@rsoika rsoika added this to the 0.1.0 milestone May 22, 2020
rsoika added a commit that referenced this issue May 22, 2020
@rsoika rsoika changed the title Introduce AdapterConcpet for analyzing entites Introduce AdapterConcept for analyzing entites May 23, 2020
@rsoika rsoika closed this as completed May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant