Skip to main contentCarbonΒ Design System

Tasks

The Tasks feature in Jadawel provides a comprehensive task management system for tracking work, assignments, and workflows across your organization.

Overview

Tasks in Jadawel help teams organize work, assign responsibilities, and track progress. The system supports both simple task management and complex workflows with master-branch task relationships.

Navigate to /tasks to view all tasks or /my-tasks to see tasks assigned to you.

Key Features

Task Types

Master Tasks

Master tasks serve as templates or parent tasks that can spawn multiple branch tasks:

  • Define task structure and workflow
  • Set default properties for branch tasks
  • Track overall progress across all branches
  • Accessible at /addTask or /edit-task/:masterTaskId/:branchId

Branch Tasks

Individual task instances derived from master tasks:

  • Inherit properties from master task
  • Can be customized independently
  • Report progress back to master task
  • Viewable at /task/:masterTaskId

All Tasks

View all tasks in your workspace at /tasks:

  • Complete list of all tasks
  • Filter by status, assignee, priority
  • Sort and organize tasks
  • Bulk operations

My Tasks

Personal task view at /my-tasks:

  • Tasks assigned to you
  • Tasks you created
  • Tasks you’re watching
  • Personal productivity dashboard

Getting Started

To start using tasks:

  1. Explore Task Views: Visit /tasks for all tasks or /my-tasks for your personal tasks
  2. Create Your First Task: Learn about creating tasks
  3. Understand Workflows: Learn the master-branch concept
  4. Manage Tasks: Track progress and collaborate

Quick Actions

From the tasks page, you can:

  • Create new master or branch tasks at /addTask
  • View and edit tasks
  • Filter and search tasks
  • Update task status
  • Assign tasks to team members