Feature #20838
as a developer I would like to create new forms using react/redux
Description
this should enable the infrastructure for a developer to write a new form using react and redux.
this should include- form fields (input, text, checkbox, textarea etc)
- client side form validations
- API handling for submitting the form
- server side validation errors.
This should also mimic the current workflow in foreman, e.g. success toast after a 'resource' is being created.
Related issues
Associated revisions
History
#1
Updated by Ohad Levy over 5 years ago
- Related to Feature #20839: implement bookmark creation using react added
#2
Updated by The Foreman Bot over 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Ohad Levy
- Pull request https://github.com/theforeman/foreman/pull/4795 added
#3
Updated by Daniel Lobato Garcia over 5 years ago
What should be implemented for this issue to be closed? What parts of the stack is this substituting, just the view (which would include client-side validations) or does this imply more than that?
#4
Updated by Walden Raines over 5 years ago
- Target version set to 218
#5
Updated by Ohad Levy over 5 years ago
- Related to Feature #21134: Get i18n working for validators in react forms added
#6
Updated by Ohad Levy over 5 years ago
Daniel Lobato Garcia wrote:
What should be implemented for this issue to be closed? What parts of the stack is this substituting, just the view (which would include client-side validations) or does this imply more than that?
Daniel - Does the PR address your question?
#7
Updated by Walden Raines over 5 years ago
- Target version changed from 218 to 224
#8
Updated by Timo Goebel over 5 years ago
- Legacy Backlogs Release (now unused) set to 296
#9
Updated by Ohad Levy over 5 years ago
- % Done changed from 0 to 100
- Status changed from Ready For Testing to Closed
Applied in changeset b0fd1ab6e9c146c50d6e51b704925ade2ee47f6e.
fixes #20838 - add redux-form supports