Commit Graph

11 Commits

Author SHA1 Message Date
William Valentin
e3622912dd Add VSCode configuration files for Python development 2025-07-28 12:44:35 -07:00
William Valentin
d206bc67ab Add .ruff_cache to .gitignore to exclude ruff cache files 2025-07-27 13:19:37 -07:00
William Valentin
cd833ba457 Add .pytest_cache to .gitignore to exclude test cache files 2025-07-24 13:22:38 -07:00
William Valentin
aed332d914 Add .dockerignore and update .gitignore to include .poetry directory 2025-07-24 11:01:06 -07:00
William Valentin
908b43055f Switch from pipenv to poetry 2025-07-24 10:45:30 -07:00
William Valentin
2142db7093 Refactor MedTrackerApp and UI components for improved structure and readability
- Simplified initialization logic in init.py
- Consolidated testing_mode assignment
- Removed unnecessary else statements
- Created UIManager class to handle UI-related tasks
- Modularized input frame creation, table frame creation, and graph frame creation
- Enhanced edit window creation with better organization and error handling
- Updated data management methods to improve clarity and maintainability
- Improved logging for better debugging and tracking of application flow
2025-07-23 16:10:22 -07:00
William Valentin
6c2867533a Tool tweak 2025-07-20 13:08:25 -07:00
William Valentin
1e0441fa07 Add logging with .env support 2025-07-17 15:36:52 -07:00
William Valentin
2051029e75 Exclude build files 2025-07-17 13:15:47 -07:00
William Valentin
c049f8572c Rename CSV file 2025-07-15 13:48:49 -07:00
William Valentin
4d79e2bae1 first commit 2025-07-15 11:06:36 -07:00