Migrate to a monorepo structure (#2909)

This commit is contained in:
Charles Bochet
2023-12-10 18:10:54 +01:00
committed by GitHub
parent a70a9281eb
commit 5bdca9de6c
2304 changed files with 37152 additions and 25869 deletions

View File

@ -0,0 +1,4 @@
{
"label": "Others",
"position": 3
}

View File

@ -0,0 +1,20 @@
---
title: Glossary
sidebar_position: 3
sidebar_custom_props:
icon: TbVocabulary
---
### Company & People
The CRM has two fundamental types of records:
- A `Company` represents a business or organization.
- `People` represent your company's current and prospective customers or clients.
### Pipelines
A `Pipeline` is a way to track a business process. Pipelines are present within a *module* and have *stages*:
- A **module** contains the logic for a certain business process (for example: sales, recruiting).
- **Stages** map the steps in your process (for example: new, ongoing, won, lost).
### Workspace
A `Workspace` typically represents a company using Twenty.
It has a single domain name, which is typically the domain name your company uses for employee email addresses.