dice-group / dice-group/gerbil

Progress Bar

Open
#249 0 comments 3 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
231
Forks
55
PR merge metrics
No merged PRs in 30d

Description

## Description

As a user, I would like to know the progress of my experiment after I started it.

## Solution

I suggest the implementation of a progress bar to help the users know how long till their experiment completes.

Based on stages of running an experiment we could implement individual progress bar as well, displaying status of individual stages.

For example:

![progress_bar](https://user-images.githubusercontent.com/2648871/38486135-6bb7351e-3bdc-11e8-81e9-a1eeadc258f3.PNG)

## Tasks
- [ ] The progress information needs to be added to an experiment if it is
- [ ] The web controller requires a mapping from the experiment task id (or experiment configuration) to the currently existing experiment task objects.
- [ ] An experiment task object should offer a status information.
- [ ] According to the example above, several steps can be defined, each with a certain progress.
- [ ] The GUI has to be able to show the progress information to the user.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.