From 45424a1bc78a95111de53dbc051959e56d9e1a32 Mon Sep 17 00:00:00 2001 From: Stethoscoper Date: Mon, 10 Jun 2024 01:17:19 +0000 Subject: [PATCH] :card_file_box: Update daily life data [skip ci] --- data/rescuetime-time-tracking/api.json | 6 +- .../daily/2024/06/09/top-categories.json | 39 +- .../daily/2024/06/09/top-overview.json | 33 +- .../daily/2024/06/10/top-categories.json | 1 + .../daily/2024/06/10/top-overview.json | 1 + .../summary/top-categories/days/2024/06.json | 9 +- .../summary/top-categories/months/2024.json | 13 +- .../summary/top-categories/weeks/2024/24.json | 16 + .../summary/top-categories/years.json | 12 +- .../summary/top-overview/days/2024/06.json | 8 +- .../summary/top-overview/months/2024.json | 11 +- .../summary/top-overview/weeks/2024/24.json | 15 + .../summary/top-overview/years.json | 10 +- .../daily/2024/06/08/daily-summary.json | 628 +++++++++++++++++- .../daily/2024/06/09/daily-summary.json | 26 + data/wakatime-time-tracking/summary/days.json | 2 +- .../summary/days/2024/06.json | 2 +- .../summary/months/2024.json | 2 +- .../summary/weeks/2024/23.json | 2 +- .../wakatime-time-tracking/summary/years.json | 2 +- 20 files changed, 792 insertions(+), 46 deletions(-) create mode 100644 data/rescuetime-time-tracking/daily/2024/06/10/top-categories.json create mode 100644 data/rescuetime-time-tracking/daily/2024/06/10/top-overview.json create mode 100644 data/rescuetime-time-tracking/summary/top-categories/weeks/2024/24.json create mode 100644 data/rescuetime-time-tracking/summary/top-overview/weeks/2024/24.json create mode 100644 data/wakatime-time-tracking/daily/2024/06/09/daily-summary.json diff --git a/data/rescuetime-time-tracking/api.json b/data/rescuetime-time-tracking/api.json index 62bc7f8091..c4f4dd9b6b 100644 --- a/data/rescuetime-time-tracking/api.json +++ b/data/rescuetime-time-tracking/api.json @@ -464,7 +464,8 @@ "20.json", "21.json", "22.json", - "23.json" + "23.json", + "24.json" ] }, "years": "years.json" @@ -934,7 +935,8 @@ "20.json", "21.json", "22.json", - "23.json" + "23.json", + "24.json" ] }, "years": "years.json" diff --git a/data/rescuetime-time-tracking/daily/2024/06/09/top-categories.json b/data/rescuetime-time-tracking/daily/2024/06/09/top-categories.json index 0637a088a0..f7d71858dd 100644 --- a/data/rescuetime-time-tracking/daily/2024/06/09/top-categories.json +++ b/data/rescuetime-time-tracking/daily/2024/06/09/top-categories.json @@ -1 +1,38 @@ -[] \ No newline at end of file +[ + { + "Rank": 1, + "Time Spent (seconds)": 2701, + "Number of People": 1, + "Category": "Browsers" + }, + { + "Rank": 2, + "Time Spent (seconds)": 576, + "Number of People": 1, + "Category": "Editing & IDEs" + }, + { + "Rank": 3, + "Time Spent (seconds)": 113, + "Number of People": 1, + "Category": "Instant Message" + }, + { + "Rank": 4, + "Time Spent (seconds)": 16, + "Number of People": 1, + "Category": "General Utilities" + }, + { + "Rank": 5, + "Time Spent (seconds)": 5, + "Number of People": 1, + "Category": "Uncategorized" + }, + { + "Rank": 6, + "Time Spent (seconds)": 3, + "Number of People": 1, + "Category": "General Reference & Learning" + } +] \ No newline at end of file diff --git a/data/rescuetime-time-tracking/daily/2024/06/09/top-overview.json b/data/rescuetime-time-tracking/daily/2024/06/09/top-overview.json index 0637a088a0..d5657be1ef 100644 --- a/data/rescuetime-time-tracking/daily/2024/06/09/top-overview.json +++ b/data/rescuetime-time-tracking/daily/2024/06/09/top-overview.json @@ -1 +1,32 @@ -[] \ No newline at end of file +[ + { + "Rank": 1, + "Time Spent (seconds)": 2717, + "Number of People": 1, + "Category": "Utilities" + }, + { + "Rank": 2, + "Time Spent (seconds)": 576, + "Number of People": 1, + "Category": "Software Development" + }, + { + "Rank": 3, + "Time Spent (seconds)": 113, + "Number of People": 1, + "Category": "Communication & Scheduling" + }, + { + "Rank": 4, + "Time Spent (seconds)": 5, + "Number of People": 1, + "Category": "Uncategorized" + }, + { + "Rank": 5, + "Time Spent (seconds)": 3, + "Number of People": 1, + "Category": "Reference & Learning" + } +] \ No newline at end of file diff --git a/data/rescuetime-time-tracking/daily/2024/06/10/top-categories.json b/data/rescuetime-time-tracking/daily/2024/06/10/top-categories.json new file mode 100644 index 0000000000..0637a088a0 --- /dev/null +++ b/data/rescuetime-time-tracking/daily/2024/06/10/top-categories.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/data/rescuetime-time-tracking/daily/2024/06/10/top-overview.json b/data/rescuetime-time-tracking/daily/2024/06/10/top-overview.json new file mode 100644 index 0000000000..0637a088a0 --- /dev/null +++ b/data/rescuetime-time-tracking/daily/2024/06/10/top-overview.json @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/data/rescuetime-time-tracking/summary/top-categories/days/2024/06.json b/data/rescuetime-time-tracking/summary/top-categories/days/2024/06.json index 52c91c922f..c905fe4ff1 100644 --- a/data/rescuetime-time-tracking/summary/top-categories/days/2024/06.json +++ b/data/rescuetime-time-tracking/summary/top-categories/days/2024/06.json @@ -22,7 +22,14 @@ "General Utilities": 12, "Intelligence": 6 }, - "9": {}, + "9": { + "Browsers": 2701, + "Editing & IDEs": 576, + "Instant Message": 113, + "General Utilities": 16, + "Uncategorized": 5, + "General Reference & Learning": 3 + }, "10": {}, "11": {}, "12": {}, diff --git a/data/rescuetime-time-tracking/summary/top-categories/months/2024.json b/data/rescuetime-time-tracking/summary/top-categories/months/2024.json index b18569c26f..468f778fdb 100644 --- a/data/rescuetime-time-tracking/summary/top-categories/months/2024.json +++ b/data/rescuetime-time-tracking/summary/top-categories/months/2024.json @@ -121,13 +121,14 @@ "General Software Development": 245 }, "6": { - "Browsers": 3593, - "Editing & IDEs": 4513, - "Instant Message": 1117, - "General Utilities": 31, + "Browsers": 6294, + "Editing & IDEs": 5089, + "Instant Message": 1230, + "General Utilities": 47, "Internet Utilities": 4, - "Uncategorized": 363, - "Intelligence": 8 + "Uncategorized": 368, + "Intelligence": 8, + "General Reference & Learning": 3 }, "7": {}, "8": {}, diff --git a/data/rescuetime-time-tracking/summary/top-categories/weeks/2024/24.json b/data/rescuetime-time-tracking/summary/top-categories/weeks/2024/24.json new file mode 100644 index 0000000000..8b9f9e9754 --- /dev/null +++ b/data/rescuetime-time-tracking/summary/top-categories/weeks/2024/24.json @@ -0,0 +1,16 @@ +{ + "2024-06-9": { + "Browsers": 2701, + "Editing & IDEs": 576, + "Instant Message": 113, + "General Utilities": 16, + "Uncategorized": 5, + "General Reference & Learning": 3 + }, + "2024-06-10": {}, + "2024-06-11": {}, + "2024-06-12": {}, + "2024-06-13": {}, + "2024-06-14": {}, + "2024-06-15": {} +} \ No newline at end of file diff --git a/data/rescuetime-time-tracking/summary/top-categories/years.json b/data/rescuetime-time-tracking/summary/top-categories/years.json index 9dca399426..fd47069f6c 100644 --- a/data/rescuetime-time-tracking/summary/top-categories/years.json +++ b/data/rescuetime-time-tracking/summary/top-categories/years.json @@ -429,16 +429,16 @@ "Quality Assurance": 6 }, "2024": { - "Editing & IDEs": 671627, - "Browsers": 1212460, - "Instant Message": 168568, + "Editing & IDEs": 672203, + "Browsers": 1215161, + "Instant Message": 168681, "Intelligence": 266, - "Uncategorized": 20151, + "Uncategorized": 20156, "Meetings": 189269, "Communications": 56803, - "General Reference & Learning": 3114, + "General Reference & Learning": 3117, "Voice Chat": 9420, - "General Utilities": 7060, + "General Utilities": 7076, "Search": 150, "Systems Operations": 239, "Internet Utilities": 2657, diff --git a/data/rescuetime-time-tracking/summary/top-overview/days/2024/06.json b/data/rescuetime-time-tracking/summary/top-overview/days/2024/06.json index 614d031c33..de3d031127 100644 --- a/data/rescuetime-time-tracking/summary/top-overview/days/2024/06.json +++ b/data/rescuetime-time-tracking/summary/top-overview/days/2024/06.json @@ -19,7 +19,13 @@ "Uncategorized": 360, "Business": 6 }, - "9": {}, + "9": { + "Utilities": 2717, + "Software Development": 576, + "Communication & Scheduling": 113, + "Uncategorized": 5, + "Reference & Learning": 3 + }, "10": {}, "11": {}, "12": {}, diff --git a/data/rescuetime-time-tracking/summary/top-overview/months/2024.json b/data/rescuetime-time-tracking/summary/top-overview/months/2024.json index b837e4cfc5..72e8311082 100644 --- a/data/rescuetime-time-tracking/summary/top-overview/months/2024.json +++ b/data/rescuetime-time-tracking/summary/top-overview/months/2024.json @@ -58,11 +58,12 @@ "News & Opinion": 6 }, "6": { - "Utilities": 3628, - "Software Development": 4513, - "Communication & Scheduling": 1117, - "Uncategorized": 363, - "Business": 8 + "Utilities": 6345, + "Software Development": 5089, + "Communication & Scheduling": 1230, + "Uncategorized": 368, + "Business": 8, + "Reference & Learning": 3 }, "7": {}, "8": {}, diff --git a/data/rescuetime-time-tracking/summary/top-overview/weeks/2024/24.json b/data/rescuetime-time-tracking/summary/top-overview/weeks/2024/24.json new file mode 100644 index 0000000000..36bf5f0bd8 --- /dev/null +++ b/data/rescuetime-time-tracking/summary/top-overview/weeks/2024/24.json @@ -0,0 +1,15 @@ +{ + "2024-06-9": { + "Utilities": 2717, + "Software Development": 576, + "Communication & Scheduling": 113, + "Uncategorized": 5, + "Reference & Learning": 3 + }, + "2024-06-10": {}, + "2024-06-11": {}, + "2024-06-12": {}, + "2024-06-13": {}, + "2024-06-14": {}, + "2024-06-15": {} +} \ No newline at end of file diff --git a/data/rescuetime-time-tracking/summary/top-overview/years.json b/data/rescuetime-time-tracking/summary/top-overview/years.json index a872eaffe4..52b0718be1 100644 --- a/data/rescuetime-time-tracking/summary/top-overview/years.json +++ b/data/rescuetime-time-tracking/summary/top-overview/years.json @@ -92,13 +92,13 @@ "Shopping": 59 }, "2024": { - "Software Development": 672205, - "Utilities": 1222177, - "Communication & Scheduling": 367513, + "Software Development": 672781, + "Utilities": 1224894, + "Communication & Scheduling": 367626, "Business": 2873, - "Uncategorized": 20151, + "Uncategorized": 20156, "Other Work": 56803, - "Reference & Learning": 3945, + "Reference & Learning": 3948, "Design & Composition": 3345, "Entertainment": 2098, "Shopping": 143, diff --git a/data/wakatime-time-tracking/daily/2024/06/08/daily-summary.json b/data/wakatime-time-tracking/daily/2024/06/08/daily-summary.json index fb18634d36..134c6d99e6 100644 --- a/data/wakatime-time-tracking/daily/2024/06/08/daily-summary.json +++ b/data/wakatime-time-tracking/daily/2024/06/08/daily-summary.json @@ -1,26 +1,628 @@ [ { + "languages": [ + { + "name": "TypeScript", + "total_seconds": 856.573595, + "digital": "0:14:16", + "decimal": "0.23", + "text": "14 mins", + "hours": 0, + "minutes": 14, + "seconds": 16, + "percent": 54.57 + }, + { + "name": "Other", + "total_seconds": 713.111726, + "digital": "0:11:53", + "decimal": "0.18", + "text": "11 mins", + "hours": 0, + "minutes": 11, + "seconds": 53, + "percent": 45.43 + } + ], "grand_total": { "hours": 0, - "minutes": 0, - "total_seconds": 0, - "digital": "0:00", - "decimal": "0.00", - "text": "0 secs" + "minutes": 26, + "total_seconds": 1569.685321, + "digital": "0:26", + "decimal": "0.43", + "text": "26 mins" }, + "editors": [ + { + "name": "VS Code", + "total_seconds": 1569.685321, + "digital": "0:26:09", + "decimal": "0.43", + "text": "26 mins", + "hours": 0, + "minutes": 26, + "seconds": 9, + "percent": 100 + } + ], + "operating_systems": [ + { + "name": "Mac", + "total_seconds": 1569.685321, + "digital": "0:26:09", + "decimal": "0.43", + "text": "26 mins", + "hours": 0, + "minutes": 26, + "seconds": 9, + "percent": 100 + } + ], + "categories": [ + { + "name": "Coding", + "total_seconds": 1569.685321, + "digital": "0:26:09", + "decimal": "0.43", + "text": "26 mins", + "hours": 0, + "minutes": 26, + "seconds": 9, + "percent": 100 + } + ], + "dependencies": [ + { + "name": "prisma", + "total_seconds": 854.411534, + "digital": "0:14:14", + "decimal": "0.23", + "text": "14 mins", + "hours": 0, + "minutes": 14, + "seconds": 14, + "percent": 5.54 + }, + { + "name": "logger", + "total_seconds": 840.511807, + "digital": "0:14:00", + "decimal": "0.23", + "text": "14 mins", + "hours": 0, + "minutes": 14, + "seconds": 0, + "percent": 5.45 + }, + { + "name": "id", + "total_seconds": 809.396158, + "digital": "0:13:29", + "decimal": "0.22", + "text": "13 mins", + "hours": 0, + "minutes": 13, + "seconds": 29, + "percent": 5.25 + }, + { + "name": "zod", + "total_seconds": 768.991785, + "digital": "0:12:48", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 48, + "percent": 4.99 + }, + { + "name": "teams-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "tracking-router", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "jsonwebtoken", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "outbound-domains-router", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "queue-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "vercel", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "zod-validation-error", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "sentry", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "admin-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "webhooks-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "users-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "http-exception", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "auth-route", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "hono", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "common", + "total_seconds": 753.608958, + "digital": "0:12:33", + "decimal": "0.20", + "text": "12 mins", + "hours": 0, + "minutes": 12, + "seconds": 33, + "percent": 4.89 + }, + { + "name": "client", + "total_seconds": 102.964637, + "digital": "0:01:42", + "decimal": "0.02", + "text": "1 min", + "hours": 0, + "minutes": 1, + "seconds": 42, + "percent": 0.67 + }, + { + "name": "concurrency", + "total_seconds": 100.802576, + "digital": "0:01:40", + "decimal": "0.02", + "text": "1 min", + "hours": 0, + "minutes": 1, + "seconds": 40, + "percent": 0.65 + }, + { + "name": "audit", + "total_seconds": 75.408608, + "digital": "0:01:15", + "decimal": "0.02", + "text": "1 min", + "hours": 0, + "minutes": 1, + "seconds": 15, + "percent": 0.49 + }, + { + "name": "teams-$teamId-helpers", + "total_seconds": 55.7872, + "digital": "0:00:55", + "decimal": "0.00", + "text": "55 secs", + "hours": 0, + "minutes": 0, + "seconds": 55, + "percent": 0.36 + }, + { + "name": "teams-$teamId-contacts-$contactId-moments-$momentId-helpers", + "total_seconds": 50.859696, + "digital": "0:00:50", + "decimal": "0.00", + "text": "50 secs", + "hours": 0, + "minutes": 0, + "seconds": 50, + "percent": 0.33 + }, + { + "name": "teams-$teamId-actions-helpers", + "total_seconds": 50.859696, + "digital": "0:00:50", + "decimal": "0.00", + "text": "50 secs", + "hours": 0, + "minutes": 0, + "seconds": 50, + "percent": 0.33 + }, + { + "name": "luxon", + "total_seconds": 47.955743, + "digital": "0:00:47", + "decimal": "0.00", + "text": "47 secs", + "hours": 0, + "minutes": 0, + "seconds": 47, + "percent": 0.31 + }, + { + "name": "inngest", + "total_seconds": 46.45502, + "digital": "0:00:46", + "decimal": "0.00", + "text": "46 secs", + "hours": 0, + "minutes": 0, + "seconds": 46, + "percent": 0.3 + }, + { + "name": "teams-$teamId-campaigns-$campaignId-outbound-helpers", + "total_seconds": 36.043153, + "digital": "0:00:36", + "decimal": "0.00", + "text": "36 secs", + "hours": 0, + "minutes": 0, + "seconds": 36, + "percent": 0.23 + }, + { + "name": "teams-$teamId-campaigns-$campaignId-outbound-steps-helpers", + "total_seconds": 31.115649, + "digital": "0:00:31", + "decimal": "0.00", + "text": "31 secs", + "hours": 0, + "minutes": 0, + "seconds": 31, + "percent": 0.2 + }, + { + "name": "teams-$teamId-campaigns-$campaignId-contacts-helpers", + "total_seconds": 31.115649, + "digital": "0:00:31", + "decimal": "0.00", + "text": "31 secs", + "hours": 0, + "minutes": 0, + "seconds": 31, + "percent": 0.2 + }, + { + "name": "svix", + "total_seconds": 31.115649, + "digital": "0:00:31", + "decimal": "0.00", + "text": "31 secs", + "hours": 0, + "minutes": 0, + "seconds": 31, + "percent": 0.2 + }, + { + "name": "apollo.client", + "total_seconds": 15.382827, + "digital": "0:00:15", + "decimal": "0.00", + "text": "15 secs", + "hours": 0, + "minutes": 0, + "seconds": 15, + "percent": 0.1 + }, + { + "name": "generate-email-reply-body", + "total_seconds": 14.773087, + "digital": "0:00:14", + "decimal": "0.00", + "text": "14 secs", + "hours": 0, + "minutes": 0, + "seconds": 14, + "percent": 0.1 + }, + { + "name": "env", + "total_seconds": 13.899727, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "determine-mentioned-persons", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "teams-$teamId-contacts-helpers", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "people-match", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "crypto", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "generate-contact-metadata", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "generate-email-outreach-mentioned-person", + "total_seconds": 13.220766, + "digital": "0:00:13", + "decimal": "0.00", + "text": "13 secs", + "hours": 0, + "minutes": 0, + "seconds": 13, + "percent": 0.09 + }, + { + "name": "determine-follow-up-date", + "total_seconds": 11.91259, + "digital": "0:00:11", + "decimal": "0.00", + "text": "11 secs", + "hours": 0, + "minutes": 0, + "seconds": 11, + "percent": 0.08 + }, + { + "name": "determine-asked-questions", + "total_seconds": 8.249806, + "digital": "0:00:08", + "decimal": "0.00", + "text": "8 secs", + "hours": 0, + "minutes": 0, + "seconds": 8, + "percent": 0.05 + }, + { + "name": "teams-$teamId-mailboxes-helpers", + "total_seconds": 8.249806, + "digital": "0:00:08", + "decimal": "0.00", + "text": "8 secs", + "hours": 0, + "minutes": 0, + "seconds": 8, + "percent": 0.05 + }, + { + "name": "slack", + "total_seconds": 8.249806, + "digital": "0:00:08", + "decimal": "0.00", + "text": "8 secs", + "hours": 0, + "minutes": 0, + "seconds": 8, + "percent": 0.05 + }, + { + "name": "string", + "total_seconds": 8.249806, + "digital": "0:00:08", + "decimal": "0.00", + "text": "8 secs", + "hours": 0, + "minutes": 0, + "seconds": 8, + "percent": 0.05 + }, + { + "name": "teams-$teamId-lists-helpers", + "total_seconds": 2.162061, + "digital": "0:00:02", + "decimal": "0.00", + "text": "2 secs", + "hours": 0, + "minutes": 0, + "seconds": 2, + "percent": 0.01 + }, + { + "name": "teams-$teamId-campaigns-$campaignId-audience-integrate-helpers", + "total_seconds": 2.162061, + "digital": "0:00:02", + "decimal": "0.00", + "text": "2 secs", + "hours": 0, + "minutes": 0, + "seconds": 2, + "percent": 0.01 + } + ], + "machines": [ + { + "name": "Anand's+MacBook+Pro", + "total_seconds": 1569.685321, + "machine_name_id": "018d2788-708d-4f43-a7cf-8c3020a4b466", + "digital": "0:26:09", + "decimal": "0.43", + "text": "26 mins", + "hours": 0, + "minutes": 26, + "seconds": 9, + "percent": 100 + } + ], + "projects": [ + { + "name": "firstquadrant", + "total_seconds": 1569.685321, + "digital": "0:26:09", + "decimal": "0.43", + "text": "26 mins", + "hours": 0, + "minutes": 26, + "seconds": 9, + "percent": 100 + } + ], "range": { "start": "2024-06-08T22:00:00Z", "end": "2024-06-09T21:59:59Z", "date": "2024-06-09", "text": "Sun Jun 9th 2024", "timezone": "Europe/Amsterdam" - }, - "projects": [], - "languages": [], - "dependencies": [], - "machines": [], - "editors": [], - "operating_systems": [], - "categories": [] + } } ] \ No newline at end of file diff --git a/data/wakatime-time-tracking/daily/2024/06/09/daily-summary.json b/data/wakatime-time-tracking/daily/2024/06/09/daily-summary.json new file mode 100644 index 0000000000..a593971fe2 --- /dev/null +++ b/data/wakatime-time-tracking/daily/2024/06/09/daily-summary.json @@ -0,0 +1,26 @@ +[ + { + "grand_total": { + "hours": 0, + "minutes": 0, + "total_seconds": 0, + "digital": "0:00", + "decimal": "0.00", + "text": "0 secs" + }, + "range": { + "start": "2024-06-09T22:00:00Z", + "end": "2024-06-10T21:59:59Z", + "date": "2024-06-10", + "text": "Mon Jun 10th 2024", + "timezone": "Europe/Amsterdam" + }, + "projects": [], + "languages": [], + "dependencies": [], + "machines": [], + "editors": [], + "operating_systems": [], + "categories": [] + } +] \ No newline at end of file diff --git a/data/wakatime-time-tracking/summary/days.json b/data/wakatime-time-tracking/summary/days.json index c11719618e..18521127f2 100644 --- a/data/wakatime-time-tracking/summary/days.json +++ b/data/wakatime-time-tracking/summary/days.json @@ -1733,7 +1733,7 @@ "2024-06-05": 0, "2024-06-06": 107.818927, "2024-06-07": 6520.423607, - "2024-06-08": 0, + "2024-06-08": 1569.685321, "2024-06-09": 0, "2024-06-10": 0, "2024-06-11": 0, diff --git a/data/wakatime-time-tracking/summary/days/2024/06.json b/data/wakatime-time-tracking/summary/days/2024/06.json index 5afaaf05d0..4ea91e4263 100644 --- a/data/wakatime-time-tracking/summary/days/2024/06.json +++ b/data/wakatime-time-tracking/summary/days/2024/06.json @@ -6,7 +6,7 @@ "5": 0, "6": 107.818927, "7": 6520.423607, - "8": 0, + "8": 1569.685321, "9": 0, "10": 0, "11": 0, diff --git a/data/wakatime-time-tracking/summary/months/2024.json b/data/wakatime-time-tracking/summary/months/2024.json index bad69de2b0..ae1462a3b9 100644 --- a/data/wakatime-time-tracking/summary/months/2024.json +++ b/data/wakatime-time-tracking/summary/months/2024.json @@ -4,7 +4,7 @@ "3": 263982.415604, "4": 296836.7661930001, "5": 264927.68660599994, - "6": 6628.242534, + "6": 8197.927855, "7": 0, "8": 0, "9": 0, diff --git a/data/wakatime-time-tracking/summary/weeks/2024/23.json b/data/wakatime-time-tracking/summary/weeks/2024/23.json index d72915428c..41eb6b9f6c 100644 --- a/data/wakatime-time-tracking/summary/weeks/2024/23.json +++ b/data/wakatime-time-tracking/summary/weeks/2024/23.json @@ -5,5 +5,5 @@ "2024-06-5": 0, "2024-06-6": 107.818927, "2024-06-7": 6520.423607, - "2024-06-8": 0 + "2024-06-8": 1569.685321 } \ No newline at end of file diff --git a/data/wakatime-time-tracking/summary/years.json b/data/wakatime-time-tracking/summary/years.json index 020f96170c..435472243c 100644 --- a/data/wakatime-time-tracking/summary/years.json +++ b/data/wakatime-time-tracking/summary/years.json @@ -4,5 +4,5 @@ "2021": 4188121.9951909967, "2022": 2581500.8650600007, "2023": 3951790.0615519974, - "2024": 1285875.3278419995 + "2024": 1287445.0131629994 } \ No newline at end of file