Skip to content

Commit aa2ccf9

Browse files
fix: unify speaker name ushironoko → うしろのこ (#815)
* fix: unify speaker name ushironoko to うしろのこ 2022/2023 used うしろのこ while 2026 used ushironoko, so DirectoryView treated them as separate speakers. Normalize the display name to うしろのこ. Co-authored-by: Oyama Michinoku <0910yama@gmail.com> * test: assert うしろのこ and ushironoko stay unified Guard against reintroducing a separate ushironoko speaker entry that would split DirectoryView aggregation again. Co-authored-by: Oyama Michinoku <0910yama@gmail.com> * chore: remove regression test for うしろのこ name unification Co-authored-by: Oyama Michinoku <0910yama@gmail.com> * feat: add English name ushironoko for うしろのこ Set nameEn to ushironoko across 2022, 2023 panel entries and the 2026 solo talk so English mode shows the expected handle. Co-authored-by: Oyama Michinoku <0910yama@gmail.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent ab2833c commit aa2ccf9

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

src/data/speakers-2022.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ export const speakers2022: SpeakerInfo[] = [
126126
},
127127
{
128128
name: ["miyaoka", "うしろのこ", "takanorip", "やまのく", "kazupon"],
129+
nameEn: ["miyaoka", "ushironoko", "takanorip", "やまのく", "kazupon"],
129130
title: "なるほどVueコンポーネント",
130131
url: "https://vuefes.jp/2022/#naruhodo-vue-component",
131132
format: "panel",

src/data/speakers-2023.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export const speakers2023: SpeakerInfo[] = [
154154
},
155155
{
156156
name: ["takanorip", "miyaoka", "wattanx", "やまのく", "うしろのこ", "kazupon"],
157+
nameEn: ["takanorip", "miyaoka", "wattanx", "やまのく", "ushironoko", "kazupon"],
157158
title: "なぜVueを選んだのか?",
158159
url: "https://vuefes.jp/2023/#events-panel",
159160
format: "panel",

src/data/speakers-2026.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ export const speakers2026: SpeakerInfo[] = [
8282
url: "https://vuefes.jp/2026/speaker/hiranuma",
8383
},
8484
{
85-
name: ["ushironoko"],
85+
name: ["うしろのこ"],
86+
nameEn: ["ushironoko"],
8687
title: "型なし、テストなし、1万行のドメインロジックがあるVuexをPiniaへ移行する",
8788
url: "https://vuefes.jp/2026/speaker/ushironoko",
8889
},

0 commit comments

Comments
 (0)