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

Improve display of date and set data in datahub #1024

Open
david-roper opened this issue Nov 5, 2024 · 0 comments
Open

Improve display of date and set data in datahub #1024

david-roper opened this issue Nov 5, 2024 · 0 comments
Assignees

Comments

@david-roper
Copy link
Collaborator

Current Implementation and Limitations

Currently the data hub will display date, set data as its deserialized format within the data hub table. For example:

{"__deserializedType":"Date","__isSerializedType":true,"value":"2024-12-16T00:00:00.000Z"}

Associated Application Components

Client

Proposed Solution

Whenever data is displayed in the datahub feature scan through the data of and serialized types. Then convert this data back into it regular format. i.e.

{"__deserializedType":"Date","__isSerializedType":true,"value":"2024-12-16T00:00:00.000Z"} becomes 2024-12-16 or 2024-12-16T00:00 instead.

Estimated Difficulty

Medium

Priority

Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants