Update-Check: Fortschrittsanzeige (Prozent/Schritt n von m) im Frontend — Check wirkt sonst aufgehängt #198
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Beim Klick auf "Check" (compose_check) passiert im UI sichtbar nichts, bis das Ergebnis kommt — bei mehreren Images dauert das, und es wirkt, als haenge es. Kein Fortschritt, kein Status.
Ist-Zustand
compose_check(VM-Guest-Agent/collect/mod.rs:354) ist one-shot, ohne Fortschritts-Callback.compose_updateexistiert bereits ein Streaming-Muster (compose_update_streaming(path, cb)mod.rs:420) — dasselbe Muster laesst sich fuer den Check nutzen.Gewünscht
Umsetzung (grob)
compose_check_streaming(path, cb)analog zu compose_update_streaming — meldet pro Image Start/Ergebnis.Akzeptanz
Branch
feat/compose-check-progress