flowfuse icon indicating copy to clipboard operation
flowfuse copied to clipboard

Rendering different data types in the Tables UI

Open cstns opened this issue 5 months ago • 5 comments

Even though we won’t initially allow users to create tables with all possible data types through the UI, they will be able to do so manually since they have unrestricted access to their database.

That means we’ll need basic guidelines on how to display the different data types supported by Postgres.

The main questions that need to be answered for each data type are:

  • Should it be displayed inline in the table?
  • Should it be parsed before displaying the value?
  • Should it be truncated?
  • Should it be displayed in a separate modal (if over a given size)?

Related to https://github.com/FlowFuse/flowfuse/pull/5839

cstns avatar Jul 29 '25 13:07 cstns

@gstout52 FYI - I've asked Serban to add this into 2.21 because it's a follow up we need for Tables.

joepavitt avatar Jul 29 '25 14:07 joepavitt

How's this looking, @cstns ?

gstout52 avatar Aug 26 '25 16:08 gstout52

Did not get a chance to look at it yet, It'll most probably get postponed to 2.22

cstns avatar Aug 26 '25 17:08 cstns

I have compiled a list with details for each supported data type supported by a barebone postgres setup and also put a pin in dev time as there are more pressing issues that need attention.

data-types.csv

cstns avatar Sep 05 '25 13:09 cstns

I have compiled a list with details for each supported data type supported by a barebone postgres setup and also put a pin in dev time as there are more pressing issues that need attention.

data-types.csv

Can you take a look @joepavitt ?

gstout52 avatar Sep 05 '25 18:09 gstout52