@@ -245,30 +245,6 @@ export const userBackendMock: UserBackend = {
245
245
} ,
246
246
} ;
247
247
248
- export const taskOverdueMock : TaskOverdueResponse = {
249
- message : "Tasks returned Successfully" ,
250
- tasks : [
251
- {
252
- id : "1234567" ,
253
- percentCompleted : 60 ,
254
- endsOn : "1686528000" ,
255
- isNoteworthy : false ,
256
- createdBy : "random" ,
257
- assignee : "vineeeet" ,
258
- title : "task dependsOn" ,
259
- type : "feature" ,
260
- status : "SMOKE_TESTING" ,
261
- assigneeId : "12345" ,
262
- dependsOn : [
263
- "1NtgKz4lzyiGMHSyBWje" ,
264
- " HdRj3T603v0L5Pn80GUq" ,
265
- " C29GgTuPWK32UqcyImsA" ,
266
- ] ,
267
- startedOn : "1686527000" ,
268
- } ,
269
- ] ,
270
- } ;
271
-
272
248
export const userStatusMock : UserStatus = {
273
249
id : "someId" ,
274
250
userId : "someUserId" ,
@@ -327,3 +303,45 @@ export const memberGroupRoleResponseList = [
327
303
{ userid : "YYYY" , roleid : "YYYY" , success : true } ,
328
304
{ userid : "ZZZZ" , roleid : "ZZZZ" , success : true } ,
329
305
] ;
306
+
307
+ export const overdueTaskUsers = {
308
+ message : "Users returned successfully!" ,
309
+ count : 7 ,
310
+ users : [
311
+ {
312
+ id : "XAF7rSUvk4p0d098qWYS" ,
313
+ discordId : "154585730465660929" ,
314
+ username : "ankush" ,
315
+ } ,
316
+ {
317
+ id : "C2XUDSTtDooWLJ44iBYr" ,
318
+ discordId : "875289457589379102" ,
319
+ username : "vinayak-g" ,
320
+ } ,
321
+ {
322
+ id : "DU3gRW3xQY8lRt3DmF6i" ,
323
+ discordId : "987654321098765432" ,
324
+ username : "random_user1" ,
325
+ } ,
326
+ {
327
+ id : "wH5f1kuYp3vRZydF70sA" ,
328
+ discordId : "123456789012345678" ,
329
+ username : "random_user2" ,
330
+ } ,
331
+ {
332
+ id : "jV8d5ZbEDJc7Mnq6a2g9" ,
333
+ discordId : "567890123456789012" ,
334
+ username : "random_user3" ,
335
+ } ,
336
+ {
337
+ id : "qX2zOyB1n7PmIv6TcR8w" ,
338
+ discordId : "890123456789012345" ,
339
+ username : "random_user4" ,
340
+ } ,
341
+ {
342
+ id : "pY6cVuA2b5sHgNq9fJ3m" ,
343
+ discordId : "345678901234567890" ,
344
+ username : "random_user5" ,
345
+ } ,
346
+ ] ,
347
+ } ;
0 commit comments