[Feature][Config UI] Showing a sense of progress when the blueprint is running
Search before asking
- [X] I had searched in the issues and found no similar feature requirement.
Description
We want to give users a sense of progress and reduce their anxiety while the pipeline is running.
On the Blueprint detail page, for a historical run/pipeline that is running, there should be:
- Stages
- Tasks
- Number of substasks/total number of subtasks
- Number of completed records of each subtask
Related issues
https://github.com/apache/incubator-devlake/issues/1862 https://github.com/apache/incubator-devlake/issues/822 https://github.com/apache/incubator-devlake/issues/2197
Are you willing to submit a PR?
- [ ] Yes I am willing to submit a PR!
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
@yumengwang03 @Startrekzky This ticket is not clear and and innacurate. The Pipeline activity page already auto-refreshes every 3 seconds to render the current activity state. When a Pipeline is run for the first time there is also Pipeline Indicator widget that shows information in the current running pipeline.
@yumengwang03 This is "NO-CAN-DO". In order to support Estimated Time, we need Percentage Progress, to be more accurate, we need an ACCURATE PERCENTAGE PROGRESS based on time (calculated by finishedSubasks/totalSubtasks is NOT time-based). And, since the data is coming from outside, most likely via some API services. No, this is NO NO NO.
Please close this issue, and shake it out of your head, so we can still be friends.
Contributor
We talked about this yesterday. This issue is more about if a subtask takes a really long time to complete, users may think it's stuck. So we need to show how many records has been run, etc.
Btw, this is part of the design for the new config UI's blueprint detail page.
Related to: https://github.com/apache/incubator-devlake/issues/2197
Ask me for the prototypes.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
This issue has been automatically marked as stale because it has not had recent activity for 30 days. It will be closed in next 7 days if no further activity occurs.
resolved