-
Notifications
You must be signed in to change notification settings - Fork 2
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
refactor formbuilder #19
Labels
Comments
sgratzl
added
priority: medium
type: refactor
Refactor the current implementation
labels
Sep 15, 2017
related #25 |
It's also related to #52 |
we could either do this by using union types:
or with the builder pattern as a wrapper around the usual form description objects (i.e. the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the form builder is the only piece left in the core using d3. I order to avoid using d3(v3) in the core the FormBuilder needs to be refactored.
At the same time it can be improved.
getParameter
the view has to now which are valid parameter and what will be the return value. When using an interface object (IParams...) everything could be typed.The text was updated successfully, but these errors were encountered: