ktsn-ud commited on
Commit
57d180e
·
1 Parent(s): e143f0d

不要なデータ例ファイルを削除

Browse files
Files changed (1) hide show
  1. app/repositories/_data_example.py +0 -44
app/repositories/_data_example.py DELETED
@@ -1,44 +0,0 @@
1
- (
2
- {
3
- "projectId": "cproj_0001",
4
- "circleName": "千葉大ロボ研",
5
- "circleNameKana": "チバダイロボケン",
6
- "name": "ロボット展示とデモ",
7
- "category": "EXHIBITION",
8
- "firstDay": True,
9
- "secondDay": True,
10
- "thirdDay": False,
11
- "location": "総合校舎A-101",
12
- "description": "自律走行ロボットの展示とデモを行います。",
13
- "prSummary": "ロボの魅力をぎゅっと!",
14
- "prDetail": "部員が制作した各種ロボットを分かりやすく紹介します。体験コーナーもあり。",
15
- "remarks": ["写真撮影OK", "混雑時は入場制限あり"],
16
- "images": [
17
- {"filename": "rb001", "extension": "webp", "order": 0},
18
- {"filename": "rb002", "extension": "webp", "order": 1},
19
- ],
20
- "socialMedia": [
21
- {"service": "X", "url": "https://x.com/roboken"},
22
- {"service": "Website", "url": "https://roboken.example.com"},
23
- ],
24
- },
25
- {
26
- "projectId": "cproj_0002",
27
- "circleName": "ジャグリング同好会",
28
- "circleNameKana": "ジャグリングドウコウカイ",
29
- "name": "ステージパフォーマンス",
30
- "category": "PERFORMANCE",
31
- "firstDay": False,
32
- "secondDay": True,
33
- "thirdDay": True,
34
- "location": "野外ステージ",
35
- # texts.* は該当APPROVEDが無い場合 None になり得る
36
- "description": None,
37
- "prSummary": "",
38
- "prDetail": None,
39
- # COALESCE により空集合は [] になる
40
- "remarks": [],
41
- "images": [],
42
- "socialMedia": [],
43
- },
44
- )