Skip to content

Commit

Permalink
feat: mock data update
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonddori committed Feb 9, 2025
1 parent 59142b8 commit 2460658
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/mocks/documentCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -34,6 +35,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -51,6 +53,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},

{
Expand All @@ -69,6 +72,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -86,6 +90,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},

{
Expand All @@ -104,6 +109,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -121,6 +127,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -138,6 +145,7 @@ const documentCardData: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
];

Expand Down
12 changes: 12 additions & 0 deletions src/mocks/documentCardAll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -32,6 +33,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -48,6 +50,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -64,6 +67,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -80,6 +84,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -96,6 +101,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -112,6 +118,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -128,6 +135,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -144,6 +152,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -160,6 +169,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -176,6 +186,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
{
teamId: 1,
Expand All @@ -192,6 +203,7 @@ const documentCardDataAll: DocumentList[] = [
},
],
type: 'IMAGE',
category: 'studies',
},
];

Expand Down

0 comments on commit 2460658

Please # to comment.