Projects Overview

The Projects section is the central workspace where your team and clients collaborate on a piece of work. Each project bundles a kanban board, a list view, files, contacts, references, and a complete activity history into one place.

What Projects Are

A project is a WordPress custom post type (project) that represents one body of work — a website build, a campaign, a service engagement, an internal initiative. Each project has:

  • A unique project number (auto-issued from a configurable starting point)
  • A client assignment — links the project to a client company
  • A project lead — typically a team member, optionally a client user
  • A status — Open, In Progress, In Review, Submitted, Needs Client Action, Completed, On Hold, or Cancelled
  • An active flag — separate from status; lets you put a project "On Hold" without losing its status
  • Start and due dates
  • A category for grouping
  • Configurable tabs (Board, List, Overview, Files, Timeline, Team, Reference) — each project can enable or disable individually
  • An activity log that records every change

Quick Glossary

TermWhat it means
ProjectOne body of work, one URL, one set of tabs
Project TemplateA reusable project blueprint — copy it to start a new project pre-loaded with lists, cards, descriptions, and configuration
Project NumberAuto-incrementing sequence shown in the toolbar; configurable starting point in Settings
Project CategoryTaxonomy term that groups projects in the sidebar; templates have their own separate taxonomy
CardA unit of work on the Board / List view — the project's equivalent of a task
ListA column on the Board (e.g. "To Do" / "Doing" / "Done")
Active / On HoldProjects can be paused without changing status; an "On Hold" badge appears on paused projects
Activity LogSide drawer showing every recorded change to the project and its cards
ReferenceTab where you link related resources, assets, locations, tickets, contracts, or intakes
TransferA file-transfer link (inbound or outbound) attached to a project

The Projects Page

Open Projects from the main left sidebar (/projects/). The screen has:

Top toolbar

  • Page title and breadcrumb
  • Templates button (admin/editor only) — switches to the Project Templates view
  • Create Project button — opens the Create Project modal

Left sidebar (admin / editor / representative only)

  • All categories with a count badge
  • One row per project category with its count
  • A gear icon to Manage Categories
  • View Archived button — shows archived projects only

Main table

  • A count badge at top-left ("X projects")
  • A Search Projects input
  • A bulk-actions bar (admin/editor only) that appears when you select projects — assign category, archive selected
  • A table with: Project No, Project Name, Company, Category, Last Modified, Status, Actions
  • Per-row actions: open, edit, archive

The Project Workspace

Click any project to open the workspace at /project/<slug>/. The page boots with a brief loading overlay (spinner + progress bar) so you don't see the layout shift, then reveals:

Toolbar (top)

  • Project: <name> — click to inline-edit (when you have edit permission)
  • Project Number and the date button (opens a Set Project Dates modal)
  • Status badge — click to change status from a dropdown
  • Assigned users — avatars with live-online pulse indicator
  • Manage Project Members button (person+gear icon) — opens the user management modal
  • Three-dot menu: Edit Project, Make Template, View Activity Log
  • Company label on the right

Tabs row

The tabs that are enabled for this project. Order is configurable.

Tab content

The active tab's content, lazy-loaded as needed.

Project Tabs

ClientCove projects ship with seven tab types. Each can be enabled, disabled, and reordered per project:

TabDefault statePurpose
BoardEnabledKanban view: lists with cards, drag-and-drop, comments, checklists, tags
ListEnabledList view of the same cards — better for scanning many cards at once
OverviewDisabledA rich-text description editor + project files in a single page
TimelineDisabledDate-based view of cards with start/due dates
FilesAuto-enabled when files existProject-wide file browser, transfers, bulk download
TeamAuto-enabled when contacts existProject members and contact directory
ReferenceDisabledLinked items (resources, assets, locations, tickets, contracts, intakes, URLs)

The Files and Team tabs are auto-managed — they enable themselves the moment you upload files or add team members, and stay enabled as long as content exists.

See Project Settings & Per-Project Tabs for how to change this.

Statuses

Every project has a status, set from the badge dropdown in the toolbar:

StatusColorTypical Meaning
OpenBlueNew, ready to start
In ProgressCyanActive work happening
In ReviewCyanWaiting on internal review
SubmittedCyanDelivered to client, awaiting feedback
Needs Client ActionYellowBlocked on client input
On HoldYellowPaused — see the separate Active flag
CompletedGreenFinished
CancelledRedAbandoned

The status badge also appears in the project list table and on dashboard widgets.

Was this page helpful?