You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Email Data Types spec has an older version of the UX but more information on user scenarios.
Backend
/api/v0/tables/ lists the name and DB type of each columns
/api/v0/tables/<id/columns/ lists column information in more detail
/api/v0/databases/<id>/types/ maps Mathesar types to DB types and provides a list of filtering and grouping options per-type.
These should be used to populate the filter and grouping options dynamically.
This should also be used to determine the availability of the email type on a given database. It is a custom type so it's not available on all databases.
Updates to column types and type options should happen via PATCH requests to /api/v0/tables/<id>/columns/<id>/. These updates include
Requirements
Users should be able to:
group data by email-specific grouping optionsfilter data by email-specific filtering optionsUpdate:
DB Type Mapping
All columns of this type map to
MATHESAR_TYPES.EMAIL
. Please note that we should make sure it's available before showing it as an available type.Implementation
Design
Backend
/api/v0/tables/
lists the name and DB type of each columns/api/v0/tables/<id/columns/
lists column information in more detail/api/v0/databases/<id>/types/
maps Mathesar types to DB types and provides a list of filtering and grouping options per-type.PATCH
requests to/api/v0/tables/<id>/columns/<id>/
. These updates includetype
)Additional Context
The text was updated successfully, but these errors were encountered: