Migrate to a monorepo structure (#2909)
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
{
|
||||
"label": "Others",
|
||||
"position": 3
|
||||
}
|
||||
20
packages/twenty-docs/docs/user-guide/others/glossary.mdx
Normal file
20
packages/twenty-docs/docs/user-guide/others/glossary.mdx
Normal 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.
|
||||
Reference in New Issue
Block a user