Never Lose Your Place: Smarter Navigation on the Pipeline Detail Page
Never Lose Your Place: Smarter Navigation on the Pipeline Detail Page
Release v1.0.94 · UI/UX · Navigation
The Problem
Imagine this: you're monitoring a live pipeline run and a notification pops up. You click it, land on the pipeline detail page — and then realise you have no easy way to get back to the product it belongs to, or even to the full list of pipelines. The page showed you the product name, but it wasn't a link. The only escape hatch was the browser's back button or hunting for the page-level breadcrumb.
For anyone working from deep links — whether shared in Slack, sent via an alert, or opened from the notification bell — this was a genuine navigation dead-end.
The Fix
Starting with v1.0.94, the pipeline detail page now includes a sticky breadcrumb-style back navigation row at the very top of the detail view:
Pipelines → [Product Name]
Both items are clickable:
- Pipelines takes you back to the pipeline list.
- [Product Name] takes you directly to that product's pipeline view at
/dashboard/products/[id]/pipelines.
The row sticks to the top of the page as you scroll, so you always know where you are — even when reviewing hundreds of log lines deep in a long-running pipeline.
Why It Matters
The SaaS Factory platform is built around autonomous, always-on pipelines. Agents, releases, and pipeline runs are deeply linked to specific products, and navigating between them should be frictionless. This change makes sure that no matter how you arrive at a pipeline detail page, you have instant, contextual access to the full product hierarchy — no backtracking, no confusion.
What's Next
This is part of an ongoing effort to improve deep-link navigation across the platform. As more notifications and alerts link directly into the dashboard, every detail page should carry enough context to orient users immediately — and offer a clear path forward.