Open Remy-Reveltek opened 1 year ago
Change behavior for having page switches be a drop-down menu instead of a click-through. https://stackoverflow.com/questions/45441885/how-can-i-create-a-dropdown-menu-from-a-list-in-tkinter
Change Page 1-8 to be inside a drop down menu and be able to dynamically change between each page.
The dropdown itself and the entire left-bar should also be inside the new page, too. We do not want a page-inside-a-page. Instead, we want a full page reload to a new area, but the user shouldn't be able to tell the left-side menu is new... it should appear dynamically changed, even though it is statically changed.
Daily Report - 17 March 2023
Analyzed the requirements for the change discussed in the meeting.
Started implementing the necessary changes to create a drop-down menu and add Page 1-8 inside it.
Implemented the dynamic switching between each page.
Worked on making the left-side menu appear dynamically changed, even though it is statically changed, to provide a
seamless user experience.
Continue testing and debugging to ensure that the functionality is stable and user-friendly.
Collaborate with the team to improve the user interface.
Meet with manager to get feedback make left side sidebar dropdown
Work on refactoring and make code readable by adding comments
Create a Tkinter app using Python with the following functionalities:
The app should be designed to handle large amounts of data and display them in a paginated format. The code and functions should be well-documented and optimized for performance.
https://stackoverflow.com/questions/58292617/how-to-have-multiple-pages-in-tkinter-gui-without-opening-new-windows-using-fu