Implement grouping options for the email type #411
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 email types by first character or domain of the email value.
We need to provide the ability to group by these.
Solution
We should extend our record grouping mechanism to accept first character or domain as grouping parameters for columns of email 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: