Skip to content

Add new field type for logical values#230

Merged
jacobcook1995 merged 4 commits intodevelopfrom
216-add-new-field-type-for-logical-values
Jan 12, 2026
Merged

Add new field type for logical values#230
jacobcook1995 merged 4 commits intodevelopfrom
216-add-new-field-type-for-logical-values

Conversation

@jacobcook1995
Copy link
Collaborator

@jacobcook1995 jacobcook1995 commented Jan 12, 2026

This PR adds a new field type for logical values (i.e. cases where data can be either true or false).

Code changes are minimal (because I could follow the existing pattern), but do need to be sanity checked

I've also added description of this new field type to the docs, which I could do with some feedback on.

@jacobcook1995 jacobcook1995 linked an issue Jan 12, 2026 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.28%. Comparing base (dce2ecf) to head (ab4bac0).
⚠️ Report is 10 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #230      +/-   ##
===========================================
+ Coverage    81.12%   81.28%   +0.15%     
===========================================
  Files           14       14              
  Lines         3544     3558      +14     
===========================================
+ Hits          2875     2892      +17     
+ Misses         669      666       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jacobcook1995 jacobcook1995 force-pushed the 216-add-new-field-type-for-logical-values branch from 25dc120 to f76f75c Compare January 12, 2026 10:33
Copy link
Collaborator

@davidorme davidorme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That all looks very clear.

@jacobcook1995 jacobcook1995 merged commit 721bbc8 into develop Jan 12, 2026
15 checks passed
@jacobcook1995 jacobcook1995 deleted the 216-add-new-field-type-for-logical-values branch January 12, 2026 13:27
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.

Add new field type for logical values

3 participants