Félix Malfait

Results 219 issues of Félix Malfait

While it's possible to filter on DATE_TIME fields, it's not currently possible to filter on DATE fields. We should fix this.

T

I was shadowing a client that had created lots of field and the Filter dropdown was bigger than their screen's height. We might (or might not?) want to set a...

type: bug
scope: front
for experienced contributor
prio: high

We hardcoded a way to create opportunities from the company: (see the dropdown with Qonto, etc) This becomes an issue if someone wants to deactivate the Company field on Opportunities...

type: bug
scope: front

As we deprecate the `sync` driver for worker we need to update the documentation and make it seemless for people to start the worker in a development environment (including adding...

We need to add additional integrity checks for tables such as ViewFilters and ViewFields. For example ViewFields.viewId shouldn't be nullabled, and we should allow two items with the same [viewId,...

scope: backend
type: chore
prio: high

Add support for indexes on composite fields and unicity constraint on indexes This pull request includes several changes across multiple files to improve error handling, enforce unique constraints, and update...

-PR: awaiting author

After creating a kanban it's not possible to view the field that was used to create the kanban or to modify it to another type of select field: Edit: we...

good first issue
scope: front
size: short
type: design improvement

When creating a new record from a filtered list view, we should automatically pass any SELECT (and MULTI-SELECT?) filter that has been applied. Otherwise it leads to frustrating behavior like...

scope: front

I was going back to demo.twenty.com and since the database was reset it threw a "user not found" error. But this error wasn't properly interpreted by the frontend and I...

type: bug
good first issue
scope: back+front
size: short
prio: high

Our GraphQL API should support aggregate queries on findMany queries. We already have `totalCount` so we can take inspiration from that. But it's significantly more challenging because the aggregated fields...

scope: backend
type: feature
size: long
prio: med