Skip to content
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

LC Cleanup: Break out each form Section into separate components #7707

Closed
11 tasks done
Kadee80 opened this issue Apr 23, 2021 · 0 comments · Fixed by #7798
Closed
11 tasks done

LC Cleanup: Break out each form Section into separate components #7707

Kadee80 opened this issue Apr 23, 2021 · 0 comments · Fixed by #7798
Assignees

Comments

@Kadee80
Copy link
Contributor

Kadee80 commented Apr 23, 2021

Overview

Use useFormikContext to pass groups of <Section>s the props they need without drilling. This will let us parallelize work without merge conflicts for the UI work.

Sections to break out

  • Create new definition
  • Upload existing labware
  • Regularity
  • Footprint
  • Height
  • Grid
  • Volume
  • Well shape and size
  • Well bottom and depth
  • Well spacing
  • Grid offset

Note - as we break these out in their own components we should revisit ternary description text as either constants or i18n

Includes test coverage for each component

@shlokamin shlokamin self-assigned this Apr 27, 2021
shlokamin added a commit that referenced this issue Apr 30, 2021
* test(labware-creator): add missing tests to sections

* refactor(labware-creator): break out footprint section into its own component

#7707
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants