Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1073 enable date/time pattern selection through ColumnSettings #1087

Commits on Jan 2, 2024

  1. finos#1073 enable date/time pattern selection through ColumnSettings

    - converges date and time column types to one unified date/time type, consistent
      with how some major programming languages handles datetime.
    - date/time pattern selection is only available for columns with "date/time" type.
    - changes DateTimePattern to be an object instead of strings to enable
      simultaneous selection of both date and time patterns.
    - also moves DateTimeColumnDescriptor to vuu-table-types package for consistency.
    junaidzm13 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d47e1bc View commit details
    Browse the repository at this point in the history
  2. finos#1073 add ability to switch inferred column type for long columns

    - users can now declare the type of long columns as plain number or
      date/time.
    - removed isSimpleColumnType as its no longer needed.
    - added a timestamps (long) column in showcase's instruments-extended
      table.
    junaidzm13 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0021491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    93810ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f227c9f View commit details
    Browse the repository at this point in the history