-
Notifications
You must be signed in to change notification settings - Fork 0
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
docs: adding future plans #4
Conversation
|
||
Python Type Annotations | ||
We should modernize the codebase by comprehensive use of Python type annotations. | ||
Notable, this will require type annotations for sodar-core. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we already have mypy in our CI? Otherwise maybe mention that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IMO that goes without saying. Actually, pyright is the cool new engine to use ;-)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We should modernize the codebase by comprehensive use of Python type annotations. | ||
Notable, this will require type annotations for sodar-core. | ||
|
||
Backing Server Protobuf Migration |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Backend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The back backend services are introduced as backing in the architecture.
No description provided.