Frontend implementation for Boolean Mathesar type #257
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:
BOOLEAN
DB typefilter data by Boolean-specific filtering optionsUpdate:
DB Type Mapping
There is only one DB type mapping to this UI type, so no special mapping rules are necessary.
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
)display_options
)Additional Context
BOOLEAN
data type in the backend #387The text was updated successfully, but these errors were encountered: