assignment adjustments and ui tweakings

This commit is contained in:
legop3
2026-08-18 22:36:42 -04:00
parent 737760ff56
commit cc2e85d174
13 changed files with 103 additions and 89 deletions
@@ -244,7 +244,8 @@ function pickRover(socket, options = {}) {
}
/*
Eligibility is resolved above, while this shared comparator owns only the
requested placement order: undocked-and-empty, battery, then driver count.
requested placement order: empty, undocked when empty, driver count, then
battery percentage.
Keeping those concerns separate prevents a ranking change from weakening
lock, private-rover, role, or mode access checks.
*/