-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
-
Quality / Stability / Reliability
-
False
-
-
False
-
1
-
None
-
None
-
OCP Console - Sprint 274
As part of the work on react-router v5 drop, we need to migrate from the createModalLauncher instances in our codebase and we need to use the useModal hook instead.
To use this hook we have to firstly refactor factories/functions where we call on the createModalLauncher instances to a hook/FC form, so that we can migrate to useModal.
One such instance is JobActionFactory, we should refactor it to its functional equivalent useJobActions which would wrap and provide the existing list of Actions.
AC:
- refactor JobActionFactory to hook form.
- consolidate all consumers of JobActionFactory to use the new hook form instead.
- clones
-
CONSOLE-4580 Refactor PVCActionFactory to hook form.
-
- Closed
-
- is cloned by
-
CONSOLE-4634 Refactor DeploymentActionFactory to hook form.
-
- Closed
-
-
CONSOLE-4671 Refactor ReplicaSetFactory to hook form.
-
- Closed
-
- links to