-
Notifications
You must be signed in to change notification settings - Fork 6
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
Continuous value component refactor #224
Conversation
The continuous values component now displays possible transformation heuristics it gets from the store in a dropdown. The user can select the correct transformation heuristic
- the component displays the heuristic selected for the active category in the store - component displays a preview of the transformed values from the store - the selected heuristic is emitted to the store with the active Category
This functionality is now implemented in the more generic continuous-values-component
@jarmoza: we're now coming to the part of the refactor where the end to end tests are actually breaking 🦀 - as they should. So to make sure that the component tests are passing, we'll have to look at the tests directly. Might be worth eventually to configure a separate action for component and e2e tests to run, so we can distinguish what is breaking edit: you can't actually see the component tests passing, because the test run stops before that. That we should probably address a bit sooner edit2: tracking this now in #225 |
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.
@surchs One stylistic comment, one question, and then a change to use data-cy
attributes instead of class selectors.
merging changes from the dev branch here so we can see the component tests pass
Merging now with these comments addressed |
This PR does three things:
annot-age-values
componentCloses #208