Projects

A bundle of tasks, bigger than a task. The workhorse of project management in Based.

When to use a project

A project is the right shape any time work is larger than a single task but doesn't need a hard ship date or a fixed time window. β€œCustomer onboarding flow,” β€œQ2 marketing site,” or β€œBackend rewrite” are all projects.

A bare project has no required dates and no exit criteria β€” just a name, a status, and the tasks that roll up into it. Most teams stop here forever and never need anything heavier.

Fields

  • Name β€” what the project is called
  • Status β€” active / paused / archived
  • Description β€” free-text context
  • Assignees β€” who owns it (optional)
  • parentId β€” optional. Blank = top-level project. Set it to another project's id and this becomes a subproject. See Subtasks & Subprojects.
A bare project has no target date, no start/end, and no definition of done. If you want any of those, opt into a flavor β€” Initiative, Cycle, or Workstream β€” covered next.

Tasks roll up into projects

Every Task has an optional projectId. Set it and the task counts toward the project's rollups: total tasks, completion %, earliest start, latest end. You don't have to group tasks under a project β€” but when you do, the project page shows the rollup automatically.

Project flavors

A project can opt into a workType to take on extra fields and views. The bare project is the default β€” pick a flavor only when you need what it adds:

  • Milestone β€” adds a definition of done, no target date. Use for the next big step on a roadmap when you don't know when it ships.
  • Initiative β€” adds a target date and a definition of done. Use when work has a single ship moment.
  • Cycle β€” adds a start and end date window. Use for sprints or other fixed time brackets.
  • Workstream β€” marks the project as perpetual. Use for ongoing work that never β€œships.”

Flavors are additive β€” under the hood every flavored thing is still a Project. Same views, same rollups, same hierarchy field. Only the extra fields differ.