kernelci / kernelci/dashboard

Use datetime strings instead of timestamps

Open
#892 1 comment 0 reactions 0 assignees View on GitHub
technical debt
Dominant language
Python
Stars
9
Forks
31
Avg merge
3d 19h
Merged PRs (30d)
16

Description

OpenAPI doesn't have `timestamp` as a time, only [RFC 3339](https://tools.ietf.org/html/rfc3339#section-5.6) dates

https://swagger.io/docs/specification/v3_0/data-models/data-types/#strings

Also, timestamps are problematic because it is used in different ways in Python and JavaScript

Contributor guide

Open the contributing guide

Research direction

No files or tests are named. Start by locating the OpenAPI schema and the fields currently represented as timestamps, then trace their Python and JavaScript uses. Done means the affected API values use RFC 3339 datetime strings consistently instead of timestamps.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, openapi, python
Domain
api, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.