From b77a27ee406ba486547094fd3bcb32e5a14ecc7e Mon Sep 17 00:00:00 2001 From: nacchan Date: Wed, 30 Jul 2025 09:30:06 +0900 Subject: [PATCH 1/3] =?UTF-8?q?:new:=20Add=20CoderDojo=20=E6=92=AD?= =?UTF-8?q?=E7=A3=A8=E7=A7=91=E5=AD=A6=E5=85=AC=E5=9C=92=E9=83=BD=E5=B8=82?= =?UTF-8?q?=20in=20=E5=85=B5=E5=BA=AB=E7=9C=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/dojos.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/db/dojos.yaml b/db/dojos.yaml index 82903096..176ac9c5 100644 --- a/db/dojos.yaml +++ b/db/dojos.yaml @@ -3235,6 +3235,20 @@ description: 猪名川町で毎月開催 tags: - Scratch +- id: 342 + order: '284815' + created_at: '2025-07-28' + name: 播磨科学公園都市 + prefecture_id: 28 + logo: "/img/dojos/default.webp" + url: https://codeclub.org/ja/clubs/1700a138-2909-4e4e-9e75-88ebcbbbc55a + description: 上郡町で毎月開催 + tags: + - Python + - Unity + - ラズベリーパイ + - HTML + - CSS - id: 35 order: '292010' created_at: '2014-10-26' From e9045f1700928e96123b48b4ae4690cf3d16f819 Mon Sep 17 00:00:00 2001 From: nacchan Date: Wed, 30 Jul 2025 09:39:11 +0900 Subject: [PATCH 2/3] =?UTF-8?q?=E7=B5=B1=E8=A8=88=E3=82=B7=E3=82=B9?= =?UTF-8?q?=E3=83=86=E3=83=A0=E3=81=B8=E3=81=AE=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/dojo_event_services.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/db/dojo_event_services.yaml b/db/dojo_event_services.yaml index df55bee1..069abe1c 100644 --- a/db/dojo_event_services.yaml +++ b/db/dojo_event_services.yaml @@ -27,6 +27,12 @@ ### 以下、Dojo 情報まとめ ### ### (dojos.yaml の追加順) ### +# 播磨科学公園都市(兵庫県上郡町) +#- dojo_id: 342 +# name: ??? +# group_id: ??? +# url: https://codeclub.org/ja/clubs/1700a138-2909-4e4e-9e75-88ebcbbbc55a + # 赤坂国際(東京都港区)- 独自のイベント管理システム? #- dojo_id: 341 # name: From d3f59788ae01a6947d1b91c507b038418f235440 Mon Sep 17 00:00:00 2001 From: Yohei Yasukawa Date: Sun, 10 Aug 2025 14:09:04 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Update=20URL=20for=20CoderDojo=20=E6=92=AD?= =?UTF-8?q?=E7=A3=A8=E7=A7=91=E5=AD=A6=E5=85=AC=E5=9C=92=E9=83=BD=E5=B8=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- db/dojos.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db/dojos.yaml b/db/dojos.yaml index 176ac9c5..6cba921c 100644 --- a/db/dojos.yaml +++ b/db/dojos.yaml @@ -3241,7 +3241,7 @@ name: 播磨科学公園都市 prefecture_id: 28 logo: "/img/dojos/default.webp" - url: https://codeclub.org/ja/clubs/1700a138-2909-4e4e-9e75-88ebcbbbc55a + url: https://koto-ictclub.net/dojo/ description: 上郡町で毎月開催 tags: - Python