Skip to content

Define data field / column types #75

@JoryHogeveen

Description

@JoryHogeveen

Currently we do not have any context/information about what fields from datasets contain.
Example with products:

  • name = test field, max # of characters
  • price = float field, or number field
  • active = boolean field

It would be great if we create a way to define field types into our system to give more context in (for example but not limited to) conditionals, datasets, value mappers, value replacers etc.

TODO:

  • Formatters
    • String (w/ trim option)
    • Slug
    • Text
    • Number
    • Price / Currency
    • Date
    • Time
    • DateTime
    • Duration
    • Email
    • Array / List
    • Address
  • Column models
    • Text
    • Slug
    • Boolean
    • Numeric
    • Currency
    • DateTime
    • Duration
    • Email
    • Collection (Array)
    • Schema (Array)
    • Address

Metadata

Metadata

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions