Hi,
this is not a big report or even a simple feature request but a general idea:
I think the web interface for running tasks could be improved, especially for those (like me) who are not familiar enough with the inner workings of ODM.
My basic suggestion is to illustrate the total process as a number of steps/stages, corresponding to the steps available for --rerun etc
For steps where progress can be determined from output, for example because a certain RegEx would match once for every picture processed, a progress bar for this step could be displayed.
Optionally, a sentence or two about what's happening in this step could be displayed, ideally even with info on what are the main parameters that influence this particular stage.
I am not sure how I could help with this, I guess I could produce some mock-ups of what the overall thing could look like...
This is super low-priority, just an idea I had from playing around with WebODM for a few days.
I like the idea of adding better, more friendly status indicators. The raw console output can be intimidating.
@pierotofy , I'm afraid I don't know exactly how I can be of help with this, my HTML5/JS/DOM knowledge is very basic (I assume it's client-side JS/DOM stuff that would need to be done)?
Plus, I don't really know what parts of the raw console output correspond to what steps of the process.
I can produce a general mock-up of what I think it could look like, to get the ball going....
This could be combined with a better verbosity system for ODM- as a quick
fix we could add a logging level for webodm with limited output.
On Sun, Feb 18, 2018 at 12:22 PM tobi-kellner notifications@github.com
wrote:
@pierotofy https://github.com/pierotofy , I'm afraid I don't know
exactly how I can be of help with this, my HTML5/JS/DOM knowledge is very
basic (I assume it's client-side JS/DOM stuff that would need to be done)?
Plus, I don't really know what parts of the raw console output correspond
to what steps of the process.
I can produce a general mock-up of what I think it could look like, to get
the ball going....—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
https://github.com/OpenDroneMap/WebODM/issues/398#issuecomment-366531651,
or mute the thread
https://github.com/notifications/unsubscribe-auth/ABwyCpWCQL3xyAyYU4ilCHfG3kqbhL24ks5tWFxsgaJpZM4SJePg
.>
Dakota Benjamin
@dakotabenjamin , @pierotofy ,
I could make some suggestions about changes to the UI for WebODM (about restructuring how parameters are presented, and what info is displayed during processing), but I would not be able to implement these changes myself. I could provide some mock-up screenshots, and perhaps some pseudo-code about how I'd implement if I knew anything about HTML5/JS/DOM...
My questions:
Thanks,
Tobi
It's not unrealistic, but we can't make any time guarantees on when things will get implemented either (unless funding for implementing a particular feature is provided). All feedback and suggestions are always appreciated.
So I'd say go ahead! Here is the right place to post them :+1:
Completed as part of #571
Most helpful comment
I like the idea of adding better, more friendly status indicators. The raw console output can be intimidating.