Félix Malfait
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.
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...
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...
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,...
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...
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...
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...
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...
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...