Skip to content

Commit b0e8f5c

Browse files
committed
fix: moclk data
1 parent 1737f2f commit b0e8f5c

3 files changed

Lines changed: 15 additions & 5 deletions

File tree

src/components/DigitalColleagues/test-data.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ export const mockProjects: Project[] = [
292292

293293
export const mockProjectSummary: ProjectSummary[] = [
294294
{
295+
id: 1,
295296
name: "Website Redesign",
296297
description: "Complete overhaul of company website",
297298
progress: 75,
@@ -300,6 +301,7 @@ export const mockProjectSummary: ProjectSummary[] = [
300301
files: 23,
301302
},
302303
{
304+
id: 2,
303305
name: "Mobile App Launch",
304306
description: "Design and assets for new mobile application",
305307
progress: 60,
@@ -308,6 +310,7 @@ export const mockProjectSummary: ProjectSummary[] = [
308310
files: 42,
309311
},
310312
{
313+
id: 3,
311314
name: "Brand Identity",
312315
description: "New brand guidelines and assets",
313316
progress: 90,
@@ -316,6 +319,7 @@ export const mockProjectSummary: ProjectSummary[] = [
316319
files: 18,
317320
},
318321
{
322+
id: 4,
319323
name: "Marketing Campaign",
320324
description: "Summer promotion materials",
321325
progress: 40,

src/components/Projects/test-data.ts

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const mockProjects: Project[] = [
3232

3333
export const mockProjectSummary: ProjectSummary[] = [
3434
{
35+
id: 1,
3536
name: "Website Redesign",
3637
description: "Complete overhaul of company website",
3738
progress: 75,
@@ -40,22 +41,23 @@ export const mockProjectSummary: ProjectSummary[] = [
4041
files: 23,
4142
},
4243
{
44+
id: 2,
4345
name: "Mobile App Launch",
4446
description: "Design and assets for new mobile application",
4547
progress: 60,
4648
dueDate: "July 30, 2025",
4749
members: 6,
48-
files: 42,
49-
},
50-
{
50+
files: 0
51+
},{
52+
id: 3,
5153
name: "Brand Identity",
5254
description: "New brand guidelines and assets",
5355
progress: 90,
5456
dueDate: "May 25, 2025",
5557
members: 3,
5658
files: 18,
57-
},
58-
{
59+
},{
60+
id: 4,
5961
name: "Marketing Campaign",
6062
description: "Summer promotion materials",
6163
progress: 40,

src/components/dc-temp/mock-data.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@ export const mockRecentFiles: FileType[] = [
248248

249249
export const mockProjects: ProjectSummary[] = [
250250
{
251+
id: 1,
251252
name: 'Website Redesign',
252253
description: 'Complete overhaul of company website',
253254
progress: 75,
@@ -256,6 +257,7 @@ export const mockProjects: ProjectSummary[] = [
256257
files: 23,
257258
},
258259
{
260+
id: 2,
259261
name: 'Mobile App Launch',
260262
description: 'Design and assets for new mobile application',
261263
progress: 60,
@@ -264,6 +266,7 @@ export const mockProjects: ProjectSummary[] = [
264266
files: 42,
265267
},
266268
{
269+
id: 3,
267270
name: 'Brand Identity',
268271
description: 'New brand guidelines and assets',
269272
progress: 90,
@@ -272,6 +275,7 @@ export const mockProjects: ProjectSummary[] = [
272275
files: 18,
273276
},
274277
{
278+
id: 4,
275279
name: 'Marketing Campaign',
276280
description: 'Summer promotion materials',
277281
progress: 40,

0 commit comments

Comments
 (0)