redpanda-data / redpanda-data/console

feature: support format field, such as timestamp to LocalDateTime

Open
#338 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

feature frontend
Dominant language
TypeScript
Stars
4.3k
Forks
432
Avg merge
3d 6h
Merged PRs (30d)
40

Description

First, Many thanks for opensource.

May support for second, milliseconds, nano to Local Date Time, or support user input a function body to handler a row.
{ "key": "key", "second": 1648776600, "timestamp": 1648776600000, "nano": 1648846800000007200 }

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the existing record-formatting entry point in Console and inspect how timestamp values are currently rendered as LocalDateTime. Use the example row to define supported second, millisecond, and nanosecond inputs, and clarify whether user-provided row handlers are also required before considering the work done.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.