Félix Malfait
Félix Malfait
It's annoying to have to click on the show page just to set the name of the opportunity I just created
We need to display these on list views (if not the case) and kanban cards
I cannot add 2 filters on the same field such as "creation date > X" and "creation date < Y" ; or "name != x" and "name != y" We...
Whenever I work with someone to import their data, importing enums is a bit of a nightmare. It would be amazing if it could be done in two times: First...
## Context We have a multi tenant-cloud but use 1 schema per workspace. We could leverage this to our advantage to let people access their data externally (e.g. via Metabase...
In `record-position.factory.ts` we currently have: ``` return ( (value === 'first' ? records[0]?.position / 2 : records[0]?.position + 1) || 1 ); ``` That's an issue because if we use...
I feel like it would be useful to introduce a field that would be on all object, similar to position, called "externalId". This would help a lot when syncing with...
As we are rolling out the new event page: We need to backfill creation events for each object (and their notes/tasks) for this to work nicely for users. We already...
We used to have a nice feature where you could show the total value of all deals at the top of kanban columns, but it was lost in a refactoring....
Would be great to have a resolver that could be used like this ``` queryRaw(query: "select id, value from user where ... groupBy ... join ...) { id: uuid; value:...