twenty
twenty copied to clipboard
Building a modern alternative to Salesforce, powered by the community.
## Scope & Context Currently, we display mock data for the blocklist in the frontend. ## Technical inputs ### Create blocklist data model: - id, createdAt, updatedAt - handle -...
# Current behavior If there is no record in the object index, the plural form of the object name is used  # Desired Behavior...
## Scope & Context Some queries are quite expensive and we currently have no way to create an index for our standard objects except for FK. Ideally we should be...
## Scope & Context Currently, all relations have "ON CASCADE DELETE" by default. This causes some issues for certain objects. Ideally we would like to define this individually for each...
## Scope & Context Identifiers are used by some client components to represent a record. Those identifiers are mapped to existing field-metadata and the object-metadata table contains both labelIdentifierFieldMetadataId and...