Skip to main content

Projects

Projects in Ever Teams provide a way to organize tasks, track time, and manage work for specific initiatives, clients, or product areas.

Overview

A project is a container for:

  • Tasks — Work items associated with the project
  • Time logs — Time tracked against the project
  • Members — Team members working on the project
  • Settings — Project-specific configuration

Creating Projects

  1. Navigate to Projects from the sidebar
  2. Click Create Project
  3. Fill in project details:
    • Name — Project title
    • Description — Project overview
    • Color — Visual identifier
    • Members — Team members assigned
    • Billing — Budget and billing settings (optional)

Project Views

Project List

The main projects page shows all projects with:

  • Project name and color
  • Member count
  • Total tracked time
  • Task count
  • Status indicator

Project Detail

Click a project to see:

  • Project overview and description
  • Member list and roles
  • Task list (filtered to this project)
  • Time tracking summary
  • Budget utilization (if configured)

Assigning Tasks to Projects

Tasks can be assigned to projects during creation or later:

  • When creating a task, select the project from the dropdown
  • In task detail view, change the project association
  • Drag tasks between projects in the project view

Project Settings

Each project has configurable settings:

SettingDescription
Name & DescriptionBasic project information
ColorProject color for visual identification
MembersTeam members with access
BillingBudget, rate, and billing configuration
StatusActive, archived, or completed

Budget & Billing

Projects can have budget tracking:

FeatureDescription
Budget hoursTotal budgeted hours
Budget amountTotal budget in currency
Hourly rateRate per hour for billing
SpentHours/amount already used
RemainingAvailable budget
RouteMethodsPurpose
/api/organization-projectsGET, POSTList and create projects
/api/organization-projects/[id]GET, PUT, DELETEProject CRUD
/api/organization-projects/settingGET, PUTProject settings