OpenJSCAD.org icon indicating copy to clipboard operation
OpenJSCAD.org copied to clipboard

consider refactor of parameterControls.js

Open SimonClark opened this issue 5 years ago • 1 comments

web/src/ui/views/parameterControls.js file is big, does a lot, not terribly testable.

Consider refactoring it, perhaps we can break it up so the each type of control (group, radio, select, generic input) has its own file fully authoritative file, essentially a pluggable input system.

Specifications

  • Version:
  • Platform:
  • Environment: (browser, local server, node.js etc)

SimonClark avatar Aug 24 '20 01:08 SimonClark

And support #42 parameter dependencies.

z3dev avatar Oct 12 '21 12:10 z3dev