twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
I saw in the code we have a field type "probability": https://github.com/twentyhq/twenty/blob/aa8d689e3e4a2a923dddd6c0b33ad458a127fa66/packages/twenty-server/src/metadata/field-metadata/field-metadata.entity.ts#L30 I don't think we should have both Probability and Rating. We should only keep one field type (probability)...
### Current behavior: I cannot click to access the related record. For example, I cannot access the company from the people list view ### Desired behavior - Put companies inside...
We should add a `workspaceMemberId` table on favorites and make favorites user-level. If I add a record as favorite, it shouldn't be listed as a favorite for other workspace members.
## Bug Description https://github.com/twentyhq/twenty/assets/26528466/a1e62feb-077b-4e15-8bba-2f58336f881d The task list re-renders multiple times, and even becomes empty to re-render with the new correct state. ## Expected behavior We don't want any re-render of...
## Current Behavior In the "Files" tab, I have to click the "New file" button to add a file.  ## Desired Behavior We would...
Filtering on dates does not work: `filter: { and: [{createdAt: {eq: '2023-07-14T15:09:17.679Z'}}]}` returns 0 values even if such a record exists in the db
Not sure if it's something we want to solve, but just logging it to discuss it quickly. The way we update view filter is not idempotent ; if we click...
## Scope & Context We have currently multiple spots where we create and delete files: * Workspace image * profile image * attachments * people pictures * ... ## Current...
Adding a security.txt file enables security researchers to quickly and easily see where they can submit security issues and know that they are being taken serious. From the proposal website:...
## Context DeleteOneObject was wrongly enabled on the BE, we should not have enabled it because nestjs-query generated method didn't have enough context to delete all the entities (relations, DB...