> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slant.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Pipeline view

> View and manage projects on a kanban board organized by milestone.

The pipeline view displays projects as a kanban board with columns for each milestone in a project type. Use it to see at a glance where every project stands and to move projects between milestones.

## Open the pipeline view

Each project type with the kanban view enabled appears as a tab on the **Projects** page. Click a project type tab (for example, **Annual review** or **New client onboarding**) to switch to its pipeline view.

<Note>
  The pipeline view is only available for project types that have kanban view enabled. Enable it from [project type settings](/activity/projects/project-types).
</Note>

## How the pipeline works

Each column represents a milestone in the project type, displayed in order from left to right. Projects appear as cards in the column matching their current milestone.

Each column header shows the milestone name with a color indicator. Cards show the project name, client, assignee, and progress information.

### Compact view

Toggle between full and compact card layouts using the view mode buttons in the pipeline header. **Full** mode shows detailed progress bars for each milestone, comments count, and time in the current milestone. **Compact** mode shows only the project name, client, assignee, and a single progress bar.

## Move projects between milestones

Drag a project card from one column and drop it into another to move the project to that milestone. Slant creates tasks for the new milestone automatically, just as it would when completing a milestone through the normal flow.

## Filter and search

The pipeline view has the same filter chips as the list view:

* **Status** — in progress, overdue, completed, or cancelled
* **Assignee** — a specific team member or unassigned

Click **Filter** to add additional conditions, including **Created by** to show only projects you created or that were created by a specific team member, and **Completed date** with relative operators like **Last week**, **Last month**, **Last quarter**, or **Last year**. Use the search bar to find projects by name or client name.

## Preview a project

Click a project card to open a preview panel on the right. The panel shows the project details, tasks, form responses, and comments. Click the <Icon icon="external-link" /> icon in the panel header to open the full project detail page.

## FAQ

<AccordionGroup>
  <Accordion title="How do I enable the pipeline view for a project type?">
    Go to **Settings** → **Project types**, edit the project type, and toggle **Enable kanban view**. The project type then appears as a tab on the Projects page.
  </Accordion>

  <Accordion title="Can I reorder the milestone columns?">
    Column order matches the milestone order in the project type settings. To change the column order, reorder the milestones in the [project type configuration](/activity/projects/project-types).
  </Accordion>

  <Accordion title="Does dragging a project trigger task creation?">
    Yes. Moving a project to a new milestone creates tasks for that milestone, the same as completing a milestone through the standard flow.
  </Accordion>
</AccordionGroup>

## Next steps

<CardGroup cols={2}>
  <Card title="Managing projects" icon="pencil" href="/activity/projects/managing-projects">
    Complete milestones and track progress
  </Card>

  <Card title="Project types" icon="settings" href="/activity/projects/project-types">
    Configure milestones and enable kanban view
  </Card>
</CardGroup>
