Guillim
2274a937bd
first step ( #15687 )
...
TODO :
-> for test integreation for this connect ✅
-> add validation in common API
Fixes https://github.com/twentyhq/core-team-issues/issues/1278
2025-11-07 13:49:57 +00:00
Marie
f65783f900
[GroupBy] Allow sorting in bar chart ( #15097 )
...
Closes https://github.com/twentyhq/core-team-issues/issues/1628
From a technical perspective, we can add more ordering options, such as
the ability to combine two sorts on the X axis, e.g. sort by Close date
ASC and then by Sum ASC, which will sort groups that have the same close
date between themselves depending on their sum ASC. @Bonapara could you
provide design if you want this to be implemented (quite short on our
hand i think - maybe in V2 though)?
https://github.com/user-attachments/assets/6ef21fe1-9d8f-43c0-bfa2-f6fc6341cacf
---------
Co-authored-by: ehconitin <nitinkoche03@gmail.com >
2025-10-15 17:41:14 +05:30
Félix Malfait
8b4b9ef8da
Change type import rule ( #13751 )
...
Forcing "type" to be explicit, works best will rollup on the frontend to
exclude depdendencies
2025-08-08 01:27:05 +02:00
Etienne
e386303fd3
Disconnect - fix disconnect false ( #13439 )
...
Context: {disconnect: false} disconnects relation > fix in this PR + add
integration test
2025-07-25 14:26:05 +02:00
Etienne
741924751b
Connect - Import Relation ( #13419 )
...
re-opened https://github.com/twentyhq/twenty/pull/13213
2025-07-25 09:48:17 +02:00
Etienne
88a6913217
Connect/Disconnect - Add Disconnect logic + Migration to query builders (insert/update) ( #13271 )
...
Context :
Large PR with 600+ test files. Enable connect and disconnect logic in
createMany (upsert true) / updateOne / updateMany resolvers
- Add disconnect logic
- Gather disconnect and connect logic -> called relation nested queries
- Move logic to query builder (insert and update one) with a preparation
step in .set/.values and an execution step in .execute
- Add integration tests
Test :
- Test API call on updateMany, updateOne, createMany (upsert:true) with
connect/disconnect
2025-07-24 17:04:38 +02:00