-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdb.json
More file actions
28 lines (28 loc) · 851 Bytes
/
db.json
File metadata and controls
28 lines (28 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"features": [
{
"id": 1,
"title": "ダークモードの追加",
"description": "ターク・ライトモードを切り替えられる、ボタンを追加しませんか?",
"votes": 15,
"status": "進行中",
"timestamp": "2025-01-11T12:00:00Z"
},
{
"id": 2,
"title": "API レート制限問題",
"description": "公開された API エンドポイントのレート制限を改善しませんか?",
"votes": 10,
"status": "計画済み",
"timestamp": "2025-01-12T14:30:00Z"
},
{
"id": 3,
"title": "ソーシャルログインの追加",
"description": "ユーザーログインに、OAuth をサポートして欲しいです!",
"votes": 18,
"status": "完了",
"timestamp": "2025-01-13T09:15:00Z"
}
]
}