twenty/.vscode
Jérémy M 5019b5febc
feat: drop target column map (#4670)
This PR is dropping the column `targetColumnMap` of fieldMetadata
entities.
The goal of this column was to properly map field to their respecting
column in the table.
We decide to drop it and instead compute the column name on the fly when
we need it, as it's more easier to support.
Some parts of the code has been refactored to try making implementation
of composite type more easier to understand and maintain.

Fix #3760

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
2024-04-08 16:00:28 +02:00
..
extensions.json POC: chore: use Nx workspace lint rules (#3163) 2024-01-03 23:07:25 +01:00
launch.json feat: drop target column map (#4670) 2024-04-08 16:00:28 +02:00
settings.json TWNTY-2244 - ESLint rule: enforce usage of .getLoadable() + .getValue() to get atoms (#4143) 2024-03-06 00:24:20 +01:00
tasks.json Disable linter on generated code (#363) 2023-06-23 08:43:41 -07:00
twenty.code-workspace feat: standard fields on custom (#4332) 2024-03-07 17:21:50 +01:00