twenty icon indicating copy to clipboard operation
twenty copied to clipboard

Building a modern alternative to Salesforce, powered by the community.

Results 2448 twenty issues
Sort by recently updated
recently updated
newest added

Right now, in the FE, queries are returning paginated object: companies { edges: [ nodes { people We want the frontend to manipulate companies: people Once done, we can type...

scope: front
size: minutes
type: chore
size: hours

## Context For this issue: - Add to the Settings/Accounts/Emails page a "Blocklist" section with a title, a description, an input, an "Add to blocklist" button, and a table that...

good first issue
scope: front
type: feature

Many-to-many relationship between company and company. The joint table will probably have a column to indicate the nature of relationship (e.g. subsidiary)

blocked: conflict/dependency

Many-to-many relationship between people and companies. With a column "title" on the joint-table to indicate the job table during previous experience

blocked: conflict/dependency

Need to add 3 fields, disabled by default: - last_funding_date latest_funding_stage (d/m/y) - total_funding_raised (currency field) - latest_funding_stage ([values](https://docs.peopledatalabs.com/docs/funding-rounds))

blocked: conflict/dependency

Disabled by default. Year only.

blocked: conflict/dependency

Related: https://github.com/twentyhq/twenty/issues/2977 We want to create a new standard fields, of type "select" to represent the industry. Reference for possible values: https://docs.peopledatalabs.com/docs/industries

We recently shipped feature flags but did not document it We should create a new page within the "Backend Development > Others" section. In that page we should explain how...

type: documentation
good first issue

# Current behavior The button is not square: ![Screenshot 2023-12-13 at 11 58 06](https://github.com/twentyhq/twenty/assets/19412894/b651240a-c9ae-4baa-8eee-3f2843de6af2) # Desired behavior The button should be a 24px light icon button ![Screenshot 2023-12-13 at 11...

type: bug
good first issue
scope: front
size: minutes

EDIT 18/12/2023 Events are now implemented in the server application. We need to use those events to call Webhook endpoints Check PGBoss behaviour with @Weiko Make sure it works with...