-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat/messages list #1204
Feat/messages list #1204
Conversation
src/Analysis/GWASV2/Components/Covariates/CustomDichotomousCovariates.jsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very impressive!
- Left comments and questions, happy to chat about them over a huddle if you want.
src/Analysis/GWASV2/Components/AttritionTableWrapper/AttritionTable/AttritionTable.jsx
Outdated
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/Covariates/CustomDichotomousCovariates.jsx
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/Diagrams/CohortsOverlapDiagram/CohortsOverlapDiagram.jsx
Outdated
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/Diagrams/CohortsOverlapDiagram/CohortsOverlapDiagram.jsx
Outdated
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/DismissibleMessage/DismissibleMessage.jsx
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/DismissibleMessage/DismissibleMessage.jsx
Outdated
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/DismissibleMessage/DismissibleMessage.jsx
Outdated
Show resolved
Hide resolved
src/Analysis/GWASV2/Components/DismissibleMessage/DismissibleMessage.jsx
Show resolved
Hide resolved
4069d95
to
f175ffe
Compare
feat: improved storybook test for DismissibleMessagesList feat: adding messages list to main app container feat: update messages list via dispatch fix: correct typo in name fix
...and update storybook to make it visible/testable
f175ffe
to
bd6dece
Compare
51bc25e
to
778ade9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Per discussion, @pieterlukasse to update error message for when only one of the selections does not overlap for Dichotomous selection.
Jira Tickets: VADC-241, VADC-372
New Features
Example:

Improvements