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

Consider removing Domain-Object (Goal) and use GoalDTO in UI everywhere #6

Open
linkdotnet opened this issue Oct 11, 2020 · 0 comments
Assignees

Comments

@linkdotnet
Copy link
Owner

As gRPC forces new objects instead of the domain object to be send over the wire it might make more sense to have only the GoalDto in the frontend to have a more robust Goal domain object in the backend.

RIght now the Id has to be a public setter, as it is needed in the UI. But this is only a concern for the UI and not for the domain object.

@linkdotnet linkdotnet created this issue from a note in Kanban Features (In progress) Oct 11, 2020
@linkdotnet linkdotnet self-assigned this Oct 11, 2020
@linkdotnet linkdotnet moved this from In progress to To do in Kanban Features Oct 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant