twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
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...
## 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...
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)
Many-to-many relationship between people and companies. With a column "title" on the joint-table to indicate the job table during previous experience
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))
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...
# Current behavior The button is not square:  # Desired behavior The button should be a 24px light icon button ![Screenshot 2023-12-13 at 11...
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...