Skip to content

Commit

Permalink
テストデータ修正
Browse files Browse the repository at this point in the history
  • Loading branch information
nasubi916 committed Jun 19, 2024
1 parent ff41e76 commit 782f4b0
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 16 deletions.
20 changes: 10 additions & 10 deletions src/assets/achievements.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"color": "#FF0000"
}
],
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
"createdAt": "2022-09-17T01:35:57+09:00",
"updatedAt": "2022-09-17T01:35:57+09:00"
},
{
"id": 2,
Expand All @@ -27,8 +27,8 @@
"color": "#FF0000"
}
],
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
"createdAt": "2022-09-17T01:35:57+09:00",
"updatedAt": "2022-09-17T01:35:57+09:00"
},
{
"id": 3,
Expand All @@ -42,8 +42,8 @@
"color": "#FF0000"
}
],
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
"createdAt": "2022-09-17T01:35:57+09:00",
"updatedAt": "2022-09-17T01:35:57+09:00"
},
{
"id": 4,
Expand All @@ -57,8 +57,8 @@
"color": "#FF0000"
}
],
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
"createdAt": "2022-09-17T01:35:57+09:00",
"updatedAt": "2022-09-17T01:35:57+09:00"
},
{
"id": 5,
Expand All @@ -72,8 +72,8 @@
"color": "#FF0000"
}
],
"createdAt": "2021-01-01T00:00:00Z",
"updatedAt": "2021-01-01T00:00:00Z"
"createdAt": "2022-09-17T01:35:57+09:00",
"updatedAt": "2022-09-17T01:35:57+09:00"
}
]
}
30 changes: 26 additions & 4 deletions src/assets/members.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"icon": "https://placehold.jp/150x150.png",
"role": "member",
"posts_count": 0,
"joined_at": "2019-01-01T00:00:00Z",
"last_posted_at": "2019-01-01T00:00:00Z",
"joined_at": "2022-09-17T01:35:57+09:00",
"last_posted_at": "024-06-19T19:19:00+09:00",
"email": "yyyyyy"
},
{
Expand All @@ -18,9 +18,31 @@
"icon": "https://placehold.jp/150x150.png",
"role": "owner",
"posts_count": 0,
"joined_at": "2019-01-01T00:00:00Z",
"last_posted_at": "2019-01-01T00:00:00Z",
"joined_at": "2022-09-17T01:35:57+09:00",
"last_posted_at": "2022-09-17T01:35:57+09:00",
"email": "xxxxxx"
},
{
"myself": false,
"name": "三島 由紀夫",
"screen_name": "mishima yukio",
"icon": "https://placehold.jp/150x150.png",
"role": "member",
"posts_count": 0,
"joined_at": "2022-09-17T01:35:57+09:00",
"last_posted_at": "2022-09-17T01:35:57+09:00",
"email": "zzzzzz"
},
{
"myself": false,
"name": "太宰 治",
"screen_name": "dazai osamu",
"icon": "https://placehold.jp/150x150.png",
"role": "member",
"posts_count": 0,
"joined_at": "2022-09-17T01:35:57+09:00",
"last_posted_at": "2022-09-17T01:35:57+09:00",
"email": "wwwwww"
}
],
"prev_page": null,
Expand Down
19 changes: 17 additions & 2 deletions src/assets/unlockedAchievements.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,29 @@
"memberEmail": "yyyyyy",
"createdAt": "2017-01-01T00:00:00Z"
},
{
"achievementID": 1,
"memberEmail": "yyyyyy",
"createdAt": "2017-01-01T00:00:00Z"
},
{
"achievementID": 1,
"memberEmail": "wwwwww",
"createdAt": "2017-01-01T00:00:00Z"
},
{
"achievementID": 2,
"memberEmail": "zzzzzz",
"createdAt": "2017-01-01T00:00:00Z"
},
{
"achievementID": 3,
"memberEmail": "xxxx",
"memberEmail": "wwwwww",
"createdAt": "2017-01-01T00:00:00Z"
},
{
"achievementID": 4,
"memberEmail": "xxxxx",
"memberEmail": "xxxxxx",
"createdAt": "2017-01-01T00:00:00Z"
}
]
Expand Down

0 comments on commit 782f4b0

Please sign in to comment.