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