Add EDU workspace manifest

This commit is contained in:
mpabi
2026-04-29 20:40:13 +02:00
commit 4347fb2e30
4 changed files with 87 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"id": "fiz",
"title": "Fizyka",
"source_org": "edu-fiz",
"answer_org": "c2025-1a-fiz",
"source_remote": "r1",
"answer_remote": "f1a",
"fallback_branch": "main",
"default_card": "ruch-po-okregu",
"cards": [
{
"id": "ruch-1d",
"repo": "ruch-1d",
"branch": "main",
"title": "Ruch 1D"
},
{
"id": "ruch-2d",
"repo": "ruch-2d",
"branch": "main",
"title": "Ruch 2D"
},
{
"id": "ruch-po-okregu",
"repo": "ruch-po-okregu",
"branch": "main",
"title": "Ruch po okręgu"
}
]
}