diff --git a/src/mocks/jobs.json b/src/mocks/jobs.json new file mode 100644 index 0000000..ec61624 --- /dev/null +++ b/src/mocks/jobs.json @@ -0,0 +1,5 @@ +[ + { "title": "Monitor Real-Time Stock Market Data", "runningTime": "2m 34s", "progress": 65, "startTime": "2026-06-30T20:48:00Z", "eta": "2026-06-30T20:52:00Z" }, + { "title": "Image Generation", "runningTime": "5m 12s", "progress": 30, "startTime": "2026-06-30T20:36:00Z", "eta": "2026-06-30T21:00:00Z" }, + { "title": "Process & Categorize Inbox Emails", "runningTime": "12m 47s", "progress": 88, "startTime": "2026-06-30T20:25:00Z", "eta": "2026-06-30T20:40:00Z" } +] diff --git a/src/mocks/notifications.json b/src/mocks/notifications.json new file mode 100644 index 0000000..925b500 --- /dev/null +++ b/src/mocks/notifications.json @@ -0,0 +1,16 @@ +[ + { + "id": 1, + "title": "Make a decision", + "message": "Choose the red pill or the blue pill, Neo", + "type": "timer", + "date": "2026-06-30T18:00:00Z" + }, + { + "id": 2, + "title": "Call a friend", + "message": "Socialising is beneficial for your well being", + "type": "timer", + "timestamp": "2026-06-30T20:15:00Z" + } +]