Skip to content

[WIP] Dojo モデルに global_club_id を追加し、Dojo <-> Clubs API でデータ同期が可能な仕組みにする #1714

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

yasulab
Copy link
Member

@yasulab yasulab commented Jul 20, 2025

Fix #1616

詳細は #1616 をご参照ください!

Raspberry Pi FoundationのClubs APIとCoderDojo Japanのデータベースを
連携させる機能の設計と実装計画をドキュメント化。

主な内容:
- 背景と現状の課題
- 命名規則の決定理由(global_club_id, GlobalClubsモジュール)
- YAGNI原則に基づくシンプルな実装方針
- 技術仕様(暫定版)と実装計画

refs #1616
@yasulab yasulab self-assigned this Jul 20, 2025
@yasulab yasulab added the 統計情報 Tracking event record function via APIs: https://coderdojo.jp/stats label Jul 20, 2025
'integration'は2つのシステムを統合するような大規模な変更を
連想させるため、実際の機能(IDの紐付け)を正確に表す名前に変更。

- docs/global_clubs_integration.md → docs/global_club_id_design.md
- タイトルも Global Club ID Design に更新
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
統計情報 Tracking event record function via APIs: https://coderdojo.jp/stats
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ラズパイ財団側にある Clubs データベースの ID と、coderdojo.jp の Dojo ID を紐付ける ***_id を用意したい
1 participant