mirror of
https://github.com/lingble/twenty.git
synced 2025-11-28 11:53:40 +00:00
* user guide * user guide additions * light mode images added * minor edits * Delete packages/twenty-server/.local-storage/attachment/bd373039-67f7-4da3-ac86-3710d0b8c70d.svg * Optimize image size --------- Co-authored-by: Félix Malfait <felix@twenty.com> Co-authored-by: Félix Malfait <felix.malfait@gmail.com>
18 lines
991 B
Plaintext
18 lines
991 B
Plaintext
---
|
|
title: Tasks
|
|
sidebar_position: 1
|
|
sidebar_custom_props:
|
|
icon: TbChecklist
|
|
---
|
|
|
|
import ThemedImage from '@theme/ThemedImage';
|
|
|
|
You can find all the tasks from across your workspace in the <b>Tasks</b> window in your sidebar. You can also find a dedicated tab for Tasks on each record so you can add and edit tasks directly from each record. Alternatively, you can click on the `+` button on the top right of each record page and then click on <b>Task</b> to create a new task.
|
|
|
|
<ThemedImage sources={{light: "/img/user-guide/create-new-task-light.png", dark:"/img/user-guide/create-new-task-dark.png"}} style={{width:'100%', maxWidth:'800px'}}/>
|
|
|
|
## Tasks page
|
|
|
|
Switch between upcoming and completed tasks to get an overview of what's pending and what's already been done.
|
|
|
|
You can also see the tasks assigned to others by changing the assignee from the top right of the Tasks page, and edit each task to update the content, due dates, and assignee. You can also comment on each task. |