kernelci / kernelci/dashboard

Bug: placeholderdata keeps oldest non-null data

Open
#1,123 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug Frontend
Dominant language
Python
Stars
9
Forks
31
Avg merge
3d 19h
Merged PRs (30d)
16

Description

Placeholder data from treeDetails is storing the last time there was data, so if you change from commit 1 with data, go to commit 2 without data and then to a commit 3 without data as well, the transition from commit 2 to 3 will show the data from the first commit.

This is a visual bug, doesn't affect performance nor breaks the dashboard.

Issue found on #1117

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

Reproduce the transition described for treeDetails: move from a commit with data to two consecutive commits without data, and observe the dashboard display. Trace where placeholderdata retains the earlier value; done means the transition between the two data-less commits no longer shows data from the first commit.

Written by the indexing model from the issue text.

Assessment

Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.