redpanda-data / redpanda-data/console
feature: support format field, such as timestamp to LocalDateTime
Nobody has claimed this yet.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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