Skip to content

feat(site): add dataset history section#18

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

feat(site): add dataset history section#18
Seungpyo1007 merged 3 commits into
mainfrom
feat/site

Conversation

@Seungpyo1007

@Seungpyo1007 Seungpyo1007 commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

  • rename the top navigation try_it label to Playground
  • add a homepage History section backed by the published v1/index.json snapshot
  • visualize dataset growth across recent public dump commits, including per-sync record deltas
  • show recent dataset sync commits from GitHub when available
  • auto-fill PR metadata for future homepage and data PRs

Tracking

Verification

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

@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:

01:45:19 [build] 2 page(s) built in 2.65s
01:45:19 [build] Complete!

@Seungpyo1007 Seungpyo1007 force-pushed the feat/site branch 2 times, most recently from 43d14e6 to 6338565 Compare June 18, 2026 00:53
@Seungpyo1007 Seungpyo1007 added site Homepage and public site changes ci CI and workflow changes labels Jun 18, 2026
@Seungpyo1007 Seungpyo1007 added documentation Improvements or additions to documentation enhancement New feature or request and removed documentation Improvements or additions to documentation labels Jun 18, 2026
@Seungpyo1007 Seungpyo1007 linked an issue Jun 18, 2026 that may be closed by this pull request
@Seungpyo1007 Seungpyo1007 moved this from Todo to In Progress in TechAPI-Project Jun 18, 2026
@Seungpyo1007 Seungpyo1007 force-pushed the feat/site branch 3 times, most recently from bdba709 to fc78c44 Compare June 18, 2026 01:39
@Seungpyo1007 Seungpyo1007 merged commit 0b0e944 into main Jun 18, 2026
1 check 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