Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Controls & Input types #13

@lovelydinosaur

Description

@lovelydinosaur

Stuff to consider...

Primative types from typesystem...

  • typesystem.String / orm.String
  • typesystem.Integer / orm.Integer
  • typesystem.Float / orm.Float
  • typesystem.Decimal / orm.Decimal
  • typesystem.Boolean / orm.Boolean checkbox, (radio or select could also be valid)
  • typesystem.Choice select (radio could also be valid)
  • typesystem.Text / orm.Text textarea
  • typesystem.Date / orm.Date
  • typesystem.Time / orm.Time precision=...
  • typesystem.DateTime / orm.DateTime precision=...
  • typesystem.Any / orm.JSON

Other formats...

  • typesystem.UUID / orm.UUID
  • Email, URL
  • Password display.
  • Multiple choice. select multiple (multiple checkboxes could also be valid)

More complex types...

  • File & Image inputs
  • ForeignKeys
  • Union / Array / Object / Const

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions