Describe the feature to be developed
Add types to important datastructures to ensure that autocomplete works and we employ typesafety. This enables new developers to better understand the code and integreate features more easily.
Describe the Impact on the System
Domain models
parts of service
maybe flask_app
Definition of Done
What needs to be done, before the Issue can be closed?
[ ] Linting Code to Python standard
[ ] Testing code with Pytest. All tests within the system should still be ok.
[ ] Relevant code parts should have types annotated
Describe the feature to be developed Add types to important datastructures to ensure that autocomplete works and we employ typesafety. This enables new developers to better understand the code and integreate features more easily.
Describe the Impact on the System Domain models parts of service maybe flask_app
Definition of Done What needs to be done, before the Issue can be closed?