Commit Graph

33 Commits

Author SHA1 Message Date
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
4ba4b1b7c5 Move make_icon func to MedTrackerApp class 2025-07-20 13:34:00 -07:00
William Valentin
351d3633fe Add logging and refactored code 2025-07-20 13:10:17 -07:00
William Valentin
a5791d8fe4 Add desktop assets and update Makefile 2025-07-20 13:09:07 -07:00
William Valentin
6c2867533a Tool tweak 2025-07-20 13:08:25 -07:00
William Valentin
dbe2677509 Add colorlog 2025-07-20 13:06:13 -07:00
William Valentin
2b6b607ac4 Add logging 2025-07-20 13:05:29 -07:00
William Valentin
b9a9742f3b Add parent object to modal windows 2025-07-17 16:52:30 -07:00
William Valentin
0f25e5c4e6 Add the dist name 2025-07-17 15:50:17 -07:00
William Valentin
61bbed09be Add install sub-command for pyinstaller 2025-07-17 15:37:44 -07:00
William Valentin
1e0441fa07 Add logging with .env support 2025-07-17 15:36:52 -07:00
William Valentin
968ca60f62 Add ditenv package and update .env.example file 2025-07-17 15:28:41 -07:00
William Valentin
a2b9b24153 Update dependencies 2025-07-17 13:16:35 -07:00
William Valentin
2051029e75 Exclude build files 2025-07-17 13:15:47 -07:00
William Valentin
8b2dfca7b5 Update the build command 2025-07-17 12:36:39 -07:00
William Valentin
bc7652aa57 Fix csv writer columns order 2025-07-17 12:33:51 -07:00
William Valentin
990a958c3c Prettier formatting 2025-07-17 12:22:57 -07:00
William Valentin
29ccc5fbd9 Refactored... 2025-07-17 12:20:20 -07:00
William Valentin
c232cc631d Update counters, starting at 0 instead of 1 - add typing 2025-07-15 14:38:43 -07:00
William Valentin
96fa2551f6 Add verification of number of items in the table to prevent editing an empty object with no index 2025-07-15 14:36:17 -07:00
William Valentin
dcb6470797 Update the run sub-command 2025-07-15 13:49:35 -07:00
William Valentin
c049f8572c Rename CSV file 2025-07-15 13:48:49 -07:00
William Valentin
5cb042b65b Update requirements.txt path 2025-07-15 13:40:22 -07:00
William Valentin
e8d23caa9f Refactor code 2025-07-15 13:38:35 -07:00
William Valentin
f8915f85b0 Update README.md to clarify application purpose and installation instructions 2025-07-15 13:37:58 -07:00
William Valentin
52a079cbcd Update Makefile to enhance setup-env with pipenv installation and pre-commit configuration 2025-07-15 13:37:52 -07:00
William Valentin
97fc2ee609 Add Makefile with setup and management commands for development 2025-07-15 13:37:44 -07:00
William Valentin
c73a0c7d20 Add image definition to docker-compose.yaml for thechart service 2025-07-15 13:37:19 -07:00
William Valentin
b8bf070b31 Update .env.example with application version and Docker image name examples 2025-07-15 13:37:10 -07:00
William Valentin
987dc095c0 Add configuration files for Flake8 and pre-commit, and update Pipfile for pre-commit dependency 2025-07-15 13:36:43 -07:00
William Valentin
5e7964a1a2 Add example .env configuration file 2025-07-15 11:10:19 -07:00
William Valentin
4d79e2bae1 first commit 2025-07-15 11:06:36 -07:00
6c2c84f87c Initial commit 2025-07-13 22:11:57 +00:00