From c2682d56ad52dcc6ee5527a6c5ebfc340dad1cd8 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Wed, 8 Jul 2026 20:23:00 +0900 Subject: [PATCH 1/2] data(brand): backfill founded_year + Wikidata logos (Bosch, Orange, Pixio) - Bosch, Orange: logo_url from website-matched Wikidata P154. - Orange (1988), Pixio (2016): founded_year from Wikidata P571 inception. - Sourced by domain/country-verified entity match; unmatched obscure brands left as-is (no fabrication). Refs #1 --- data/brand/de/bosch.json | 3 ++- data/brand/fr/orange.json | 4 +++- data/brand/us/pixio.json | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/data/brand/de/bosch.json b/data/brand/de/bosch.json index 249d7b1c6a71..fbcd95984eab 100644 --- a/data/brand/de/bosch.json +++ b/data/brand/de/bosch.json @@ -12,5 +12,6 @@ "description_en": "Bosch is a German engineering company that produced mobile phones in the 1990s.", "description_ko": "보쉬는 독일의 엔지니어링 기업으로, 1990년대에 휴대폰을 생산했다.", "founded_year": 1886, - "website": "https://www.bosch.com" + "website": "https://www.bosch.com", + "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bosch-logo.svg" } diff --git a/data/brand/fr/orange.json b/data/brand/fr/orange.json index d7b23355b897..522854203e46 100644 --- a/data/brand/fr/orange.json +++ b/data/brand/fr/orange.json @@ -11,5 +11,7 @@ ], "description_en": "Orange is a French telecommunications carrier that has offered carrier-branded handsets.", "description_ko": "오랑주는 프랑스의 통신 사업자로, 통신사 브랜드 단말을 제공해 왔다.", - "website": "https://www.orange.com" + "website": "https://www.orange.com", + "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", + "founded_year": 1988 } diff --git a/data/brand/us/pixio.json b/data/brand/us/pixio.json index d49563afa34d..8841e10bfbab 100644 --- a/data/brand/us/pixio.json +++ b/data/brand/us/pixio.json @@ -11,5 +11,6 @@ ], "website": "https://www.pixiogaming.com", "description_en": "Pixio is an American brand of gaming computer monitors.", - "description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다." + "description_ko": "픽시오는 게이밍 컴퓨터 모니터를 만드는 미국 브랜드이다.", + "founded_year": 2016 } From 2e37b787629683d8b57f7848e14deb9c93709911 Mon Sep 17 00:00:00 2001 From: Seungpyo1007 Date: Wed, 8 Jul 2026 20:49:38 +0900 Subject: [PATCH 2/2] chore(site): refresh public dump for brand founded_year/logo backfill Refs #1 --- site/public/v1/brands/bosch/index.json | 4 ++-- site/public/v1/brands/orange/index.json | 6 +++--- site/public/v1/brands/pixio/index.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/site/public/v1/brands/bosch/index.json b/site/public/v1/brands/bosch/index.json index adc1f39e1d21..b0d78e202c85 100644 --- a/site/public/v1/brands/bosch/index.json +++ b/site/public/v1/brands/bosch/index.json @@ -1,10 +1,10 @@ { - "id": 58, + "id": 64, "slug": "bosch", "name": "Bosch", "country": "DE", "founded_year": 1886, - "logo_url": null, + "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Bosch-logo.svg", "website": "https://www.bosch.com", "source_urls": [ "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" diff --git a/site/public/v1/brands/orange/index.json b/site/public/v1/brands/orange/index.json index 7ea97666fa0a..6bfc7f109b64 100644 --- a/site/public/v1/brands/orange/index.json +++ b/site/public/v1/brands/orange/index.json @@ -1,10 +1,10 @@ { - "id": 70, + "id": 76, "slug": "orange", "name": "Orange", "country": "FR", - "founded_year": null, - "logo_url": null, + "founded_year": 1988, + "logo_url": "https://commons.wikimedia.org/wiki/Special:FilePath/Orange_logo.svg", "website": "https://www.orange.com", "source_urls": [ "https://www.kaggle.com/datasets/msainani/gsmarena-mobile-devices" diff --git a/site/public/v1/brands/pixio/index.json b/site/public/v1/brands/pixio/index.json index fcab1aaf4831..9567c3cd2138 100644 --- a/site/public/v1/brands/pixio/index.json +++ b/site/public/v1/brands/pixio/index.json @@ -3,7 +3,7 @@ "slug": "pixio", "name": "Pixio", "country": "US", - "founded_year": null, + "founded_year": 2016, "logo_url": null, "website": "https://www.pixiogaming.com", "source_urls": [