36 Commits

Author SHA1 Message Date
William Valentin
0252691e89 chore: Update version to 1.14.9 in Makefile, pyproject.toml, and uv.lock
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-07 16:30:43 -07:00
William Valentin
73498af138 chore: Update version to 1.13.9 in Makefile, pyproject.toml, and uv.lock 2025-08-07 12:29:46 -07:00
William Valentin
b9628ae3ed chore: Update version to 1.13.8 in Makefile, pyproject.toml, and uv.lock
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-06 15:11:12 -07:00
William Valentin
d9f08344af fix: Remove unnecessary data argument from pyinstaller command in deploy target 2025-08-06 13:45:01 -07:00
William Valentin
8dc2fdf69f feat: Implement automatic version synchronization between .env and pyproject.toml, update docker scripts to get version from .env 2025-08-06 13:37:32 -07:00
William Valentin
4ec3056fcd chore: Update version number to 1.13.7 in Makefile and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-06 12:39:21 -07:00
William Valentin
9790f2730a feat: update version to 1.9.5 in Makefile and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-02 10:35:44 -07:00
William Valentin
b7a22524d7 Feat: add export functionality with GUI for data and graphs
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
- Implemented ExportWindow class for exporting data and graphs in various formats (JSON, XML, PDF).
- Integrated ExportManager to handle export logic.
- Added export option in the main application menu.
- Enhanced user interface with data summary and export options.
- Included error handling and success messages for export operations.
- Updated dependencies in the lock file to include reportlab and lxml for PDF generation.
2025-08-02 10:00:24 -07:00
William Valentin
1d310dd081 feat: Update version to 1.7.5 in Makefile, docker-build.sh, and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-01 14:45:58 -07:00
William Valentin
abd1fa33cf refactor: Simplify UI creation methods by removing dynamic variants and consolidating functionality 2025-08-01 14:41:58 -07:00
William Valentin
03ef9e761a feat: Update version to 1.7.4 in Makefile, docker-build.sh, and pyproject.toml
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-08-01 14:12:06 -07:00
William Valentin
623050478a feat: Update version to 1.7.3 in Makefile, docker-build.sh, and pyproject.toml 2025-08-01 13:21:48 -07:00
William Valentin
949e43ac6c feat: Bump version to 1.6.1 in Makefile, pyproject.toml, and CHANGELOG.md
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-07-31 11:42:13 -07:00
William Valentin
e5e654a0b3 fix: Correct shell activation command in Makefile for proper environment setup
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
2025-07-31 11:20:18 -07:00
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