Grouping description endpoint #1310
Labels
affects: architecture
Improvements or additions to architecture
needs: implementation specs
We need clarity on HOW we'll implement it from a technical perspective
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
Milestone
Problem
Currently, we're not exposing hints about how different grouping methods work in the API, so we'd need to hard code some of that information in the front end to make it possible to use grouping to the fullest extent. We shouldn't have to hard code information about how different grouping modes work in the front end.
Proposed solution
We should use hints to give the front end information about how to use different grouping modes. This includes:
The text was updated successfully, but these errors were encountered: