Skip to content

GitHub Issue 897: Study dataset should not allow multivalue text choice as a third key#1948

Merged
XingY merged 3 commits intodevelopfrom
fb_mvtcMVFK
Mar 7, 2026
Merged

GitHub Issue 897: Study dataset should not allow multivalue text choice as a third key#1948
XingY merged 3 commits intodevelopfrom
fb_mvtcMVFK

Conversation

@XingY
Copy link
Contributor

@XingY XingY commented Mar 4, 2026

@cnathe cnathe self-requested a review March 6, 2026 16:21
Copy link
Contributor

@cnathe cnathe left a comment

Choose a reason for hiding this comment

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

Approving, but see note about jest test coverage.


domain.fields
.filter(field => !field.isCalculatedField())
.filter(field => !field.isCalculatedField() && !field.isMultiChoiceField())
Copy link
Contributor

Choose a reason for hiding this comment

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

since this function is more of a util than an action, it seems like it could have some jest test coverage. If you've found a place on the selenium side to easily add this coverage, that works but otherwise jest test coverage here for the filter would be good.

@XingY XingY merged commit 22a44f4 into develop Mar 7, 2026
3 checks passed
@XingY XingY deleted the fb_mvtcMVFK branch March 7, 2026 00:06
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.

2 participants