-
Notifications
You must be signed in to change notification settings - Fork 112
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
[Software] Proposal for Refactoring and Restructuring main.py #364
Comments
👋 Thank you for raising an issue! We appreciate your effort in helping us improve. A maintainer from |
Nice idea @p0tat0chip. I'm assigning it to you. Are you a 'SWOC' participant? As I'll have to award points for your merged PRs. |
Yes, I am a SWOC participant |
Been a little busy will start working from today 👍 |
No worries, take your time. Good luck! |
Hey @p0tat0chip, if you haven't started working on the issue yet, then I would suggest you to work on this later as we're integrating FastAPI in the website #386 #374 . Although the issue is related to website but it will change the repo structure and might cause complex merge conflicts with this issue's PR. I'm sorry if this caused any inconvenience. |
I was thinking about the same as well , there are also a bunch of other changes need to be done:
|
Currently, the software uses tkinter, mysql and other libs for data visualization being functional suffers from some issues:
Proposed Solution
To address these issues, I propose to refactor main.py into separate, logical components based on their functionality:
I Believe it will allow smoother addition of function to data visualization and increase readability and maintainability.
The text was updated successfully, but these errors were encountered: