Skip to content

feat(site): visualize dataset growth history#20

Merged
Seungpyo1007 merged 2 commits into
mainfrom
feat/site
Jun 18, 2026
Merged

feat(site): visualize dataset growth history#20
Seungpyo1007 merged 2 commits into
mainfrom
feat/site

Conversation

@Seungpyo1007

@Seungpyo1007 Seungpyo1007 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

  • replace the simple recent-sync list with a growth timeline chart
  • replay recent public dump commits from site/public/v1/index.json
  • show cumulative record totals and per-sync positive or negative deltas
  • put History before Playground in the nav and hero CTA flow
  • keep the current snapshot visible even if GitHub history is unavailable
  • update PR metadata automation to avoid closing persistent tracker issues and mark project items in progress

Tracking

Verification

  • npm.cmd run build
  • git diff --check

@github-actions github-actions Bot added enhancement New feature or request site Homepage and public site changes labels Jun 18, 2026
@TechEngineBot

TechEngineBot commented Jun 18, 2026

Copy link
Copy Markdown
Member

TechEngine change review: PASS

Check Result
python -m app.validate PASS
python integrity_check.py TechAPI/data --strict PASS
cd TechAPI/site && npm ci && npm run build PASS

Changed data

Category Added Modified Deleted Added verified Added unverified Added Kaggle-sourced
brand 0 0 0 0 0 0
soc 0 0 0 0 0 0
smartphone 0 0 0 0 0 0
gpu 0 0 0 0 0 0
cpu 0 0 0 0 0 0

Changed record examples

  • No data file changes detected.

Heuristic review

  • Heuristic warnings: none found.

Changed site

Area Added Modified Deleted
homepage/site 0 3 0

Modified site files

  • site/src/pages/index.astro
  • site/src/scripts/techapi.js
  • site/src/styles/techapi.css

@TechEngineBot

TechEngineBot commented Jun 18, 2026

Copy link
Copy Markdown
Member

TechEngine validation stats: PASS

Data summary

Category Total Verified Unverified Missing verified Verified %
brand 129 0 0 129 n/a
soc 123 58 65 0 47.2%
smartphone 367 184 183 0 50.1%
gpu 2030 0 2030 0 0.0%
cpu 3977 976 3001 0 24.5%
all 6626 1218 5279 129 18.7%

Validation notes

  • Full advisory outlier listings are suppressed on successful runs because they are dataset-wide and mostly stable between PRs.
  • Failure runs still include a detailed log excerpt for debugging.

Key output:

## app.validate
## integrity_check.py --strict
loaded CPU=3977 GPU=2030
✅ integrity gate: no hard anomalies.
Integrity section Flagged lines
structural 0
CPU name/tier consistency (desktop mainstream only) 0
CPU single>multi (cinebench/geekbench — should be multi>=single) 0
CPU era-vs-score outliers 8
CPU cross-source ratio outliers (possible wrong-variant) 152
GPU cross-source ratio outliers + sanity 18

Homepage build:

05:52:44 [build] 2 page(s) built in 2.33s
05:52:44 [build] Complete!

@github-actions github-actions Bot added the ci CI and workflow changes label Jun 18, 2026
@Seungpyo1007 Seungpyo1007 moved this from Todo to In Progress in TechAPI-Project Jun 18, 2026
@Seungpyo1007 Seungpyo1007 linked an issue Jun 18, 2026 that may be closed by this pull request
@Seungpyo1007 Seungpyo1007 merged commit 2e715a8 into main Jun 18, 2026
2 checks passed
@github-project-automation github-project-automation Bot moved this from In Progress to Done in TechAPI-Project Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI and workflow changes enhancement New feature or request site Homepage and public site changes

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

Track homepage and site improvements

2 participants