-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
True
-
-
False
-
-
The purpose to remove any unused files that use redux-forms and to modify an files that use redux-forms but may still be in use.
The intention is that this work is done after all reduxForm references have been removed.
Tech notes:
To find these files search the code base for
from 'redux-form
Then the following files can be ignored:
- Any file in a directory that has "archived_do_not_use" in the name
There is no change to end user functionality or design. In addition, if a needed component is accidentally removed, the build script (run on every MR) will fail. As such, QE review isn't strictly needed IF no files were modified. If files were modified the associated areas of the UI will documented in this ticket so QE can review those sections.
- depends on
-
OCMUI-2639 Migrate RegisterCluster to Formik
- To Do
-
OCMUI-2642 Migrate Cluster Auto Scaling modal (multiRegion version only) to Formik
- To Do
-
OCMUI-2709 Migrate Edit load balancers modal (multiRegion version only) to Formik
- To Do
-
OCMUI-2524 Make the multiRegion version of cluster details the default version
- Code Review
-
OCMUI-2601 Combine cluster common code
- In Progress
- is depended on by
-
OCMUI-2720 Remove redux-forms library from the code base
- To Do