Frontend implementation for Money Mathesar type #259
Labels
needs: unblocking
Blocked by other work
type: enhancement
New feature or request
work: frontend
Related to frontend code in the mathesar_ui directory
Milestone
Requirements
Users should be able to:
MATHESAR_TYPES.MONEY_[XXX]
MONEY
filter data by Money-specific filtering optionsgroup data by Money-specific grouping optionsUpdate:
DB Type Mapping
MATHESAR_TYPES.MONEY
type is available:MATHESAR_TYPES.MONEY
type is not available:MONEY
typeExisting columns of type
MONEY
can only be converted toMATHESAR_TYPES.MONEY
ifMATHESAR_TYPES.MONEY
is available by converting first to Number and then converting back to Money.Please note that the design for
MONEY
vary on whetherMATHESAR_TYPES.MONEY
is installed.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
MONEY
data type in the backend. #420The text was updated successfully, but these errors were encountered: