Implement grouping options for the URI type #414
Labels
ready
Ready for implementation
type: enhancement
New feature or request
work: backend
Related to Python, Django, and simple SQL
Milestone
Problem
Users may want to group records that contain URI types by first character, URI scheme, or URI host of the column's value.
We need to provide the ability to group by these.
Solution
We should extend our record grouping mechanism to accept first character, URI scheme, or URI host as grouping parameters for columns of URI types.
This involves:
/api/v0/databases/<id>/types/
endpoint to store available grouping on this typeAdditional context
The text was updated successfully, but these errors were encountered: