Skip to content

Data entry improvements#5

Merged
hstaige merged 14 commits intomainfrom
dataentry
Feb 19, 2026
Merged

Data entry improvements#5
hstaige merged 14 commits intomainfrom
dataentry

Conversation

@hstaige
Copy link
Copy Markdown
Owner

@hstaige hstaige commented Feb 19, 2026

Addressing Issue #4, decoupling the unpacking of data entry widgets from the validation of the data in those widgets. This allows for programmatic data entry to use the data_entry.templates rather than having to manually check field names and formatting.

@hstaige hstaige self-assigned this Feb 19, 2026
@hstaige hstaige linked an issue Feb 19, 2026 that may be closed by this pull request
@hstaige hstaige merged commit a897262 into main Feb 19, 2026
2 checks passed
@hstaige hstaige deleted the dataentry branch February 19, 2026 19:41
@codecov-commenter
Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

❌ Patch coverage is 72.38095% with 29 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
radbase/data_entry.py 72.38% 29 Missing ⚠️
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.
Files with missing lines Coverage Δ
radbase/data_entry.py 37.57% <72.38%> (+2.77%) ⬆️
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Decoupling data validation from tkinter widgets

2 participants