Skip to content

Improve user feedback during Microcks instance creation (beyond just spinner) #98

@Apoorva64

Description

@Apoorva64

Reason/Context

At the moment, when creating a new Microcks instance from the Docker extension, the user only sees a spinner.
This provides very little feedback and can make the process feel unresponsive or stuck, especially if it takes longer than expected.

Adding more granular progress indicators would make the process clearer, more trustworthy, and more engaging.

Description

We should enhance the creation flow with:

  • A progress/loading bar that shows advancement.
  • Step-by-step indicators (e.g., pulling images, creating containers, initializing services).
  • Clear success/failure messages at the end.

This would provide a much better UX than the current single spinner, making the process feel more “alive.”

Implementation ideas

  • Replace spinner with a progress bar showing overall completion.

  • Display steps such as:

    1. Pulling Microcks image
    2. Starting containers
    3. Initializing database
    4. Launching UI
  • Fallback: keep spinner if detailed step tracking is not available, but show at least a message like “Creating instance, this may take a few minutes.”

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions