-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Compass
-
None
-
Iteration Minsk, Iteration Novokuybyshevsk
-
Not Needed
Currently we fetch all of the instance information in one go (instance-detail-helper.ts) and wait for it all to complete before unblocking the ui. This ticket involves updating it so that when part of the information returns we immediately pass that information to the various components that need it (ideally through props). We should still perform the full instance detail fetching as we use that for telemetry. We can do this in compass-home.
Maurizio's gist of moving instance fetching to ts and has a few cleanups also: https://gist.github.com/mcasimir/7f089a2e66018cf12c4cc1e516b08526
- depends on
-
COMPASS-5130 Remove compass-instance-model and move instance fetching to compass-home
- Closed
- is depended on by
-
COMPASS-5086 compass-deployment-awareness should not block Compass UI with a global overlay
- Closed
-
COMPASS-5087 server-version should not block Compass UI with a global overlay
- Closed
-
COMPASS-5088 ssh-tunnel-status should not block Compass UI with a global overlay
- Closed