Building a modern alternative to Salesforce, powered by the community.
Go to file
Anders Borch d4b1b2f661
Companies table (#79)
* Add columns to companies:
* account_owner_id
* employees
* address

Add foreign key constraint companies_account_owner_id_fkey
to auth.users.id

* Add select permissions to:
* account_owner_id
* employees
* address

Add relationship between companies and auth.users.

* Update Companies interface to include:
* account_owner_id
* employees
* address

Opportunity is expected to be replace by actual opportunity in a separate PR.

* Add GetCompanies query

* Add initial companies table

* Update test to use mock apollo provider

* Update to match changed company column names

* Add company interface mapping tests

* Test entire object

* Add test for companies being rendered in table.

* Add test for sorting reduce.

* Fix prettier errors
2023-04-27 12:46:43 +02:00
.github/workflows Add linter on CI 2023-04-20 11:51:04 +02:00
docs Improve documentation (#82) 2023-04-26 19:10:17 +02:00
front Companies table (#79) 2023-04-27 12:46:43 +02:00
hasura Companies table (#79) 2023-04-27 12:46:43 +02:00
infra Build fixes (#76) 2023-04-26 09:53:11 +02:00
node_modules Improve documentation (#82) 2023-04-26 19:10:17 +02:00
server Add seeds and move to uuid (#80) 2023-04-26 16:42:01 +02:00
.gitignore chore: change way to store npm secrets 2023-04-18 15:31:58 +02:00
.prettierignore Setup GraphQL Code Generator (#74) 2023-04-25 17:25:30 +02:00
LICENSE Create LICENSE 2023-04-11 13:55:45 +02:00
package-lock.json Improve documentation (#82) 2023-04-26 19:10:17 +02:00
package.json Setup Hasura locally 2023-04-12 15:54:16 +02:00
README.md Improve documentation (#82) 2023-04-26 19:10:17 +02:00

Twenty

Twenty is a open source CRM designed to solve the issues that are still prevalent amongst the existings solutions. It is meant to be:

  • Easily extendable
  • Perfectly in-sync with your data
  • Crafted with care and enjoyable to use

Mockup of the CRM

Documentation

The doc is available on docs.twenty.com

We don't have a Slack community yet but we will create one when we are ready to launch. In the meantime, feel free to create a Github issue or open a discussion.