[deployer] Add a Launcher Overview landing page with live counts; move the fleet strip off the top Overview #299
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#299
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?
Opening the Launcher drops you straight on Organizations (the last sidebar item), and there is no at a glance view of the whole section. The only live summary today is the fleet capacity strip on the top Overview page, which is otherwise just navigation cards.
Add an Overview as the first sidebar item and the Launcher's default landing: a dashboard of aggregate tiles with a few quick actions. Move the fleet capacity strip off the top Overview (which becomes navigation only) so all live data lives here.
Tiles, two rows:
Plus a Needs attention block (failed installs with a retry, instances with a newer build available, Stacks or Settings profiles not referenced by any organization) that collapses to a single all good line when empty, and an Organizations at a glance list (one line per organization with its member count and health, plus an Unassigned row only when it is non-empty) with a view all link into the Organizations sub page. Quick actions at the top: Deploy and New Stack.
Sketch:
Most of this is aggregation over data the deployer already returns (organization and member state, the nodes endpoint for capacity, and the Stacks, Settings profiles, and node group lists), so the main work is the landing page plus making Overview the default route. When built, the Manual Launcher section should describe the Overview too.
Part of the Launcher work in lhumina_code/home#291.
The Launcher now opens on an Overview landing page with live counts and quick actions, and the fleet capacity strip was moved off the top Overview page. Live on the admin instance. Closing as done.