Félix Malfait

Results 219 issues of Félix Malfait

### Discussed in https://github.com/twentyhq/twenty/discussions/6933 Originally posted by **domenico-ruggiano** September 8, 2024 Possibility to set a default currency other than USD dollars, for example € EUR. I think we should let...

scope: front
type: chore
size: short
prio: low

Followup of #5471, we should also support multi-select fields with comma separated values (or even a dropdown select to indicate what separator has been used). The default separator should be...

## Context As of today we have two separate systems: - The CommandMenu is available globally and has no context on its environment (which page triggered it, what record are...

scope: front
type: chore

https://www.figma.com/design/xt8O9mFeLl46C5InWwoMrN/Twenty?node-id=43185-135140&node-type=frame&t=OOVK3xhrcy5zJPVL-11 ## Current behavior ## Desired behavior ![image](https://github.com/user-attachments/assets/774423af-9505-4182-a933-a1f7cfc1907b) TODO : - [ ] #8599 - [ ] Augment icon size - [ ] Take the same as compact mode but...

scope: front
blocked: tech spec needed
for experienced contributor
prio: med

A client reported that they ran the following request: ``` { "url": "https://api.twenty.com/rest/companies?filter=updatedAt%5Bgte%5D%3A%222021-06-01T00%3A00%3A00.000000Z%22", "headers": { "User-Agent": "python-requests/2.32.3", "Accept-Encoding": "gzip, deflate", "Accept": "*/*", "Connection": "keep-alive", "Authorization": "Bearer ****" }, "http_method": "GET",...

It is not possible to run integration tests directly from VSCode, unless you change `.integration-spec.ts` to `.integration.spec.ts`, then the commands appear: We should either change the file name or change...

type: chore
prio: med

## Context In https://github.com/twentyhq/twenty/pull/7196 we introduce "variable filters" such as "today" or "in the future", in which the frontend dynamically replaces the value before throwing the query. ## Current behavior...

scope: front
prio: med

When creating a unique index we had to resort to temporary hacks like this: https://github.com/twentyhq/twenty/blob/849d7c2423db7524f9fd82ccc354945668eaa342/packages/twenty-server/src/engine/workspace-manager/workspace-migration-builder/factories/workspace-migration-index.factory.ts#L114 This is because we don't store strings as NULL in the database but instead store...

scope: back+front
type: chore

We had built a script to clean inactive workspaces `StartCleanInactiveWorkspacesCronCommand` Looking at object updates is not the right criteria because it can be performed automatically, for example if I connect...

scope: backend
type: chore