CE-2812: Replace fetching data banner with linear progress
Before job is started lineear progress is displayed instead of a banner saying Fetching data. Once the job is queued then a banner is visible stating the current job step (as before). Should correspond to stepper state, but they are out of sync. This issue is reported as a bug and out of this scope.
To test: Deploy or Undeploy one of our test IOC: s in Demo
Merge request reports
Activity
requested review from @christinajenks, @domonkosgulyas, @imretoth, and @skybrewer
assigned to @johannaszepanski
added 1 commit
- 9e58ce57 - Replace fetching data banner with linear progress
There was an existing Job Details story, but I improved it a bit. Moved it under views/Job and added better options to change job status and operation type to get a better visual over UI changes.
This story can be extended to show more content, like logged in state and so on. But I think my changes covers this tasks deliverables.
added 4 commits
-
9e58ce57...66a98516 - 2 commits from branch
develop
- 84e48ed4 - Replace fetching data banner with linear progress
- 7ae64877 - added options to story to control job status and operation types
-
9e58ce57...66a98516 - 2 commits from branch
33 let currentJob = 34 args.job === "not started" ? null : deploymentOperationJob[args.job]; 35 36 return ( 37 <AppHarness> 38 <JobDetails 39 operation={Object.assign({}, args.operation, { 40 type: args.operationType 41 })} 42 job={currentJob} 43 /> 44 </AppHarness> 45 ); 46 }; 47 48 export const JobDetailsView = (args) => <Template {...args} />; changed this line in version 4 of the diff
added 10 commits
-
7ae64877...00dcde1d - 8 commits from branch
develop
- 47e4130c - Replace fetching data banner with linear progress
- cc7fcbc4 - added options to story to control job status and operation types
-
7ae64877...00dcde1d - 8 commits from branch
added 10 commits
-
cc7fcbc4...06a3042a - 8 commits from branch
develop
- fc09d0c9 - Replace fetching data banner with linear progress
- dd39453f - added options to story to control job status and operation types
-
cc7fcbc4...06a3042a - 8 commits from branch
mentioned in commit 6eb821bc