j7126 / OctoPrint-Dashboard

A dashboard for Octoprint
GNU Affero General Public License v3.0
288 stars 39 forks source link

Reduce redundancy between bar graphs and numerical data #355

Open puterboy opened 2 years ago

puterboy commented 2 years ago

I think clarity and space utilization can be improved if certain information is grouped together rather than displayed separately. For example, layers is displayed as a percent completed in a bar graph and then separately as a fraction X/Y layers. These could be combined with both the percent and the "X/Y layers" labeling the bar graph (they both are really the same just one is a percentage and the other is a fraction).

Similarly for the height percent bar graph vs the "X/Y mm" numerical display.

Similarly, the multiple time representations could be better grouped for easier readability.