[WIP] Dojo モデルに global_club_id を追加し、Clubs API とのデータ同期機能を実装 #1747
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
Raspberry Pi Foundation の Clubs DB と CoderDojo Japan の Japan DB を連携させるための設計文書を追加します。
Fix #1616
背景
新しい Dojo が追加されるたびに、DojoMap に表示させるために手動で CSV を更新する必要があります。この作業を自動化するため、Clubs DB の ID(
global_club_id
)を Japan DB の Dojo と紐付けます。設計概要
データモデル
重要な仕様
"18704b53-1042-4464-9d49-8820c6ff8c97"
)運用フロー
global_club_id
を必須入力db/dojos.yml
で管理(既存の運用通り)Clubs DB と Japan DB の違い
実装タスク
doc/global_club_id_design.md
)詳細は
doc/global_club_id_design.md
をご参照ください。