narc0tiq / YARM

Yet another variant of the Resource Monitor for Factorio
https://mods.factorio.com/mod/YARM
MIT License
59 stars 43 forks source link

Better feedback via alerts/icons/tooltips #15

Open narc0tiq opened 9 years ago

narc0tiq commented 9 years ago

Currently it's perfectly simple to explain why an ore site is above the fold or not: it either has less than 10% ore remaining, or it doesn't. With #11, however, more conditions for prioritizing sites will appear, and it becomes important to tell what's causing a site to show in the minimized listing.

narc0tiq commented 1 week ago

If we end up adding multiple warning sources, as per #11, then yes, we need status icons.

We actually have a status icon right now (after many years!) showing whether the site is currently actively mining or not (when it's not, the displayed depletion rate and friends are values based on the site's lifetime rather than the immediate status).

The icons should be accompanied by a tooltip explaining what the icon(s) are and why they're there (e.g. "amount remaining less than 10%" or "site is not actively mining"). Yes, of course a site can have multiple statuses ("is actively mining, amount < 10%, ETD < 24h")

narc0tiq commented 1 week ago

We can probably even (optionally) tie into the Factorio alert system to throw alerts for extreme cases like "site is empty".