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

Use Data Classes to Type Objects #25

Open
schmidni opened this issue Aug 2, 2023 · 0 comments
Open

Use Data Classes to Type Objects #25

schmidni opened this issue Aug 2, 2023 · 0 comments
Assignees
Labels
refactor Refactor certain parts of the code

Comments

@schmidni
Copy link
Member

schmidni commented Aug 2, 2023

User Story

As a developer I would like to have explicitly typed objects so that it is clearer what happens in my code.

Acceptance Criteria

Since the main job of the software is to push data back and forth, it would be a huge help to use explicit data types. All the communication that currently happens by passing dictionaries should be converted to data classes.

Those data classes can be used for the repositories and webservice

@schmidni schmidni converted this from a draft issue Aug 2, 2023
@schmidni schmidni self-assigned this Aug 2, 2023
@schmidni schmidni added the refactor Refactor certain parts of the code label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactor certain parts of the code
Projects
Status: Backlog
Development

No branches or pull requests

1 participant