22 Commits

Author SHA1 Message Date
William Valentin
e0faf20a56 feat: Remove obsolete CSV migration target from Makefile 2025-07-30 11:31:34 -07:00
William Valentin
4c04bfb92e feat: Add debug logging to PyInstaller deployment process 2025-07-29 16:36:04 -07:00
William Valentin
1a6fb9fcd4 feat: Enhance Makefile with improved environment setup and cleanup commands 2025-07-29 00:07:48 -07:00
William Valentin
26fc74b580 fix: Update path for dose editing functionality test script 2025-07-28 22:06:37 -07:00
William Valentin
760aa40a8c feat: Enhance dose tracking functionality in edit window and add punch button support 2025-07-28 21:31:38 -07:00
William Valentin
e35a8af5c1 Implement dose tracking functionality and enhance CSV migration
- Added a new migration script to introduce dose tracking columns in the CSV.
- Updated DataManager to handle new dose tracking columns and methods for adding doses.
- Enhanced MedTrackerApp to support dose entry and display for each medicine.
- Modified UIManager to create a scrollable input frame with dose tracking elements.
- Implemented tests for delete functionality, dose tracking, edit functionality, and scrollable input.
- Updated existing tests to ensure compatibility with the new CSV format and dose tracking features.
2025-07-28 20:52:29 -07:00
William Valentin
4c7da343eb feat: Add test scripts and runner for TheChart application
- Created demo_failing_test.py to demonstrate pre-commit blocking with a failing test.
- Added run_tests.py for executing all tests with coverage reporting.
- Introduced test.py as a quick test runner for the application, providing coverage reports and user-friendly output.
2025-07-28 18:21:40 -07:00
William Valentin
c20c4478a6 feat: Add coverage, iniconfig, pluggy, pygments, pytest, pytest-cov, and pytest-mock as dependencies
- Added coverage version 7.10.1 with multiple wheel distributions.
- Added iniconfig version 2.1.0 with its wheel distribution.
- Added pluggy version 1.6.0 with its wheel distribution.
- Added pygments version 2.19.2 with its wheel distribution.
- Added pytest version 8.4.1 with its wheel distribution and dependencies.
- Added pytest-cov version 6.2.1 with its wheel distribution and dependencies.
- Added pytest-mock version 3.14.1 with its wheel distribution and dependencies.
- Updated dev-dependencies to include coverage, pytest, pytest-cov, and pytest-mock.
- Updated requires-dist to specify minimum versions for coverage, pytest, pytest-cov, and pytest-mock.
2025-07-28 17:53:19 -07:00
William Valentin
f0dd47d433 Fix shell variable assignment and update shell activation command in Makefile 2025-07-28 16:22:17 -07:00
William Valentin
8e03f105b0 Add SHELL variable and update shell command in Makefile 2025-07-28 12:37:04 -07:00
William Valentin
3875e0956f Refactor Makefile to improve environment setup; change poetry install command to use --no-root and fix formatting for consistency. 2025-07-25 10:30:38 -07:00
William Valentin
0ab7cf4f5d Refactor Makefile for clarity and consistency; update environment setup to use poetry and improve deployment process. Update pyproject.toml to correct project description and remove unnecessary dependencies. 2025-07-24 15:11:23 -07:00
William Valentin
40da6f1fba Enhance Makefile with help command and improve task descriptions 2025-07-24 13:20:36 -07:00
William Valentin
32c04efd2d Replace pipenv with poetry for environment setup and dependency management in Makefile 2025-07-24 11:02:02 -07:00
William Valentin
e798200437 Fix file paths in pyinstaller command in Makefile for correct resource inclusion 2025-07-24 09:09:41 -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
a5791d8fe4 Add desktop assets and update Makefile 2025-07-20 13:09:07 -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
dcb6470797 Update the run sub-command 2025-07-15 13:49:35 -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