Skip to content

Display Progress Information during Import Git Clone Process #3040

@mohitsuman

Description

@mohitsuman

Issue Description:
When cloning a Git repository , the process lacks a progress indicator, leaving users unaware of the current status and completion time. This can be frustrating, especially when cloning large repositories, as there's no visibility into the progress. This issue proposes the addition of a progress information display during the Git clone process to enhance the user experience and provide valuable feedback.

Acceptance Criteria:

  • Implement a progress indicator during the Git clone process to show the percentage of completion
  • The progress information should be displayed in the progress bar MUI
  • If the clone process completes successfully, the progress indicator should be replaced with a success message indicating the completion.
  • If the clone process encounters an error, the progress indicator should be replaced with an appropriate error message, providing details about the issue.
  • Thoroughly test the progress indicator under different scenarios, including large repository clones, slow network connections, and error-handling scenarios.
  • Verify that the feature works seamlessly across different operating systems

Additional Notes:
This enhancement would significantly improve the user experience for developers who perfoms Import From Git repositories. The progress information display will provide users with valuable feedback on the ongoing process and alleviate frustration caused by the lack of visibility into the cloning progress. The feature should be thoroughly tested and reviewed to ensure its stability and compatibility with various Git repository configurations and network conditions.

Metadata

Metadata

Type

No type

Projects

Status

✅ Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions