Description of problem:
After every back-and-forth navigation from VPC settings step from OSD wizard resulted a reloading of the VPC field. This is bad usability experience and we should avoid it.
There is backend request "api/clusters_mgmt/v1/aws_inquiries/vpcs?fetchSecurityGroups=true" calls every time in above case.
See recording attached BackandForthVPCIssue.mp4
How reproducible:
always
Steps to Reproduce:
- Open OCM UI staging.
- Open OSD wizard (choose a CCS with cloud provider AWS)
- Go Networking step and enable the " Install into an existing VPC option"
- Click "Next" button.
- Select a VPC from the drop-down.
- Click "Next" button.
- Click "Back" button and see the VPC Settings page.
- Click "Back" button.
- Click "Next" button and see the VPC Settings page.
Actual results:
At step 7& 9 ,The VPC definition is refreshed and reloaded. This create wrong usability experience as VPC definition already fetch from backend.
Expected results:
At step 7& 9 ,The VPC definition should not be loaded every back-and-forth navigation. There should be any request to backend every time during the page navigation.
- depends on
-
OCMUI-1020 [OSD Wizard] - Add VPC dropdown
-
- Closed
-
- relates to
-
OCMUI-1020 [OSD Wizard] - Add VPC dropdown
-
- Closed
-
- mentioned on