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

feat(transfers): use a convenient dto for MoneyTransferItems #2

Open
NilsWild opened this issue Sep 24, 2024 · 0 comments
Open

feat(transfers): use a convenient dto for MoneyTransferItems #2

NilsWild opened this issue Sep 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@NilsWild
Copy link
Owner

Currently the RestController uses the domain entity. This is not convenient as currency objects need to be defined completely instead of deriving a currency instance from a string representation. This should be improved using DTOs and mapping similar to the mapping that happens between domain and persistence objects.

@NilsWild NilsWild added the enhancement New feature or request label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant