Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a progress bar #91

Open
joserobjr opened this issue Jan 27, 2020 · 0 comments
Open

Add a progress bar #91

joserobjr opened this issue Jan 27, 2020 · 0 comments
Labels
Type: enhancement New feature or request
Milestone

Comments

@joserobjr
Copy link
Member

Is your feature request related to a problem? Please describe.
Currently it's impossible to know the progress that it has made and how long it is going to take. Neither by command line nor by API.

Describe the solution you'd like
Add some properties to WorldConverter that will keep track of the progress and how long it is going to take, like the number of regions, chunks and an estimated time remaining. The properties should be accessed asynchronously from the caller because the convert method is a blocking operation. The WorldConverterCLI would consume that information and show them in console or in a small java swing GUI.

@joserobjr joserobjr added the Type: enhancement New feature or request label Jan 27, 2020
@joserobjr joserobjr added this to the Future milestone Jan 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant