[deployer] Show live progress when updating all instances of an organization #302
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/home_lhumina#302
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?
When you click Update all instances (or Update all organizations) on the Organizations surface, the reinstall does start on every member, but the only feedback is a small grey line under the header, and the member rows do not refresh on their own, so it looks like nothing happened until you reload the page. The single member onboarding flow already shows staged progress, so the bulk update actions should do the same: after kicking off the updates, poll each member instance and flip its badge from installing to ready live, and show a clear banner that counts how many updates started and how many have finished, ending on a completion message. This is a polish on the existing Organizations surface and does not change what the update does, only how its progress is shown.
Part of the Launcher work in lhumina_code/home#291.