Frontend implementation for Text Mathesar type #254
Labels
type: enhancement
New feature or request
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Requirements
Users should be able to:
TEXT
,VARCHAR
.CHAR
)group data by text-specific grouping optionsfilter data by text-specific filtering optionsUpdate:
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
)type_options
)Additional Context
VARCHAR
data type in the backend. #404TEXT
data type in the backend. #405CHAR
data type in the backend. #407The text was updated successfully, but these errors were encountered: