-
Notifications
You must be signed in to change notification settings - Fork 127
refactor: Extract MSColab dialogs to separate modules #2993
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
base: develop
Are you sure you want to change the base?
refactor: Extract MSColab dialogs to separate modules #2993
Conversation
|
Hi @ReimarBauer , please have a look at this PR. Thanks! |
|
|
||
| This file is part of MSS. | ||
|
|
||
| :copyright: Copyright 2019-2024 by the MSS team, see AUTHORS. |
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.
please adjust the year to -2026
|
|
||
| This file is part of MSS. | ||
|
|
||
| :copyright: Copyright 2019-2024 by the MSS team, see AUTHORS. |
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.
please adjust the year to -2026
|
We usually describe a task or project within an issue in our project, and then discuss it there. Once it's been assigned, we start working on it. I noticed you were interested in Google Summer of Code (GSoC). We won’t be taking part this year. |
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.
see comments and result of linting tests.
Purpose of PR?:
This PR refactors mslib/msui/mscolab.py to address the "God Class" maintainability issue. It extracts the MSColab_ConnectDialog and MSColab_OperationArchiveBrowser classes into their own dedicated modules (mslib/msui/mscolab_connect_dialog.py and mslib/msui/mscolab_archive_browser.py). This separation significantly reduces the size of mscolab.py and improves code organization without changing functionality.
Does this PR introduce a breaking change?
No
If the changes in this PR are manually verified, list down the scenarios covered::
python -m py_compile.Additional information for reviewer? :
This is part of a larger effort to improve the modularity of the MSColab client. By isolating UI components, we pave the way for better testability and future separation of network logic.
Does this PR results in some Documentation changes?
No
Checklist:
<type>: <subject>