diff --git a/public/pm-kritisch.json b/public/pm-kritisch.json index 3ee1d1b..db0a630 100644 --- a/public/pm-kritisch.json +++ b/public/pm-kritisch.json @@ -1,5 +1,84 @@ { - "stand": "2026-05-18T22:00:00Z", - "kritisch": [], - "allesOk": true -} + "stand": "2026-06-08T15:48:41.237159Z", + "kritisch": [ + { + "typ": "ueberfallig", + "projekt": "GSO Gruppencoaching", + "text": "9 überfällige Todos", + "farbe": "rot" + }, + { + "typ": "ueberfallig", + "projekt": "Alltags ToDos", + "text": "5 überfällige Todos", + "farbe": "rot" + }, + { + "typ": "ueberfallig", + "projekt": "Urlaub Kroatien", + "text": "2 überfällige Todos", + "farbe": "rot" + }, + { + "typ": "ueberfallig", + "projekt": "OSD", + "text": "1 überfälliges Todo", + "farbe": "rot" + }, + { + "typ": "ueberfallig", + "projekt": "Tecnoclean", + "text": "1 überfälliges Todo", + "farbe": "rot" + }, + { + "typ": "meilenstein", + "projekt": "GSO Gruppencoaching", + "text": "Meilenstein: Deadline in 1d — 5.2h noch offen", + "farbe": "rot" + }, + { + "typ": "deadline", + "projekt": "OSD", + "text": "Deadline in 1d — 0.2h noch offen", + "farbe": "rot" + }, + { + "typ": "deadline", + "projekt": "Olga Izieva", + "text": "Deadline in 1d — 2.8h noch offen", + "farbe": "rot" + }, + { + "typ": "deadline", + "projekt": "Dennis Alter", + "text": "Deadline in 2d — 2.5h noch offen", + "farbe": "rot" + }, + { + "typ": "deadline", + "projekt": "Interessenten", + "text": "Deadline in 4d — 0.8h noch offen", + "farbe": "gelb" + }, + { + "typ": "deadline", + "projekt": "Tecnoclean", + "text": "Deadline in 7d — 0.2h noch offen", + "farbe": "gelb" + }, + { + "typ": "deadline", + "projekt": "MC Intern", + "text": "Deadline in 7d — 0h noch offen", + "farbe": "gelb" + }, + { + "typ": "deadline", + "projekt": "Alltags ToDos", + "text": "Deadline in 7d — 0.2h noch offen", + "farbe": "gelb" + } + ], + "allesOk": false +} \ No newline at end of file diff --git a/src/lib/notion-pm.ts b/src/lib/notion-pm.ts index 9f5bf54..464ad41 100644 --- a/src/lib/notion-pm.ts +++ b/src/lib/notion-pm.ts @@ -19,6 +19,7 @@ export const DBS: Record = { 'Tecnoclean': '3641a317-e544-8113-a047-cb227d16d5ac', 'Dennis Alter': '3641a317-e544-810f-8a4c-e628e1d636fb', 'Interessenten': '3641a317-e544-8144-a67c-f39dab33b49c', + 'MC Intern': '3661a317-e544-8187-b7f2-f5c899f09d85', 'Urlaub Kroatien': '3641a317-e544-819b-b28b-e6a49cf54dcb', 'Alltags ToDos': '3641a317-e544-812e-af33-e1912fe95416', }