molgenis / molgenis-emx2

MOLGENIS EMX2, the latest version of the MOLGENIS data platform.
GNU Lesser General Public License v3.0
11 stars 16 forks source link

feat: as graphql _groupBy user I can also use non-ontology tables for aggregation #3822

Closed mswertz closed 1 month ago

mswertz commented 1 month ago

Is your feature request related to a problem? Please describe. In dashboards we want to enable group by on other fields.

Describe the solution you'd like

Describe alternatives you've considered We discussed that in long term we would like to merge _agg and _groupBy api

Additional context probably start here https://github.com/molgenis/molgenis-emx2/blob/4081ec3f12881cb39d323d9cdd9a3216f594b775/backend/molgenis-emx2-graphql/src/main/java/org/molgenis/emx2/graphql/GraphqlTableFieldFactory.java#L321