User guide (#3060)

* 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>
This commit is contained in:
Nimra Ahmed
2023-12-26 13:24:00 +05:00
committed by GitHub
parent 5ef5bbdc4d
commit ca056dfb27
62 changed files with 184 additions and 56 deletions

View File

@ -0,0 +1,18 @@
---
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.