From 4a1418a16a41506e0c668d3561df7951deb6a4fc Mon Sep 17 00:00:00 2001 From: Patsy Date: Fri, 7 Aug 2026 16:40:47 +0200 Subject: [PATCH] first commit --- claude.md | 44 ++ index.html | 990 ++++++++++++++++++++++++++++++++++ steady-backup-2026-08-07.json | 80 +++ upload.json | 122 +++++ 4 files changed, 1236 insertions(+) create mode 100644 claude.md create mode 100644 index.html create mode 100644 steady-backup-2026-08-07.json create mode 100644 upload.json diff --git a/claude.md b/claude.md new file mode 100644 index 0000000..29b50fc --- /dev/null +++ b/claude.md @@ -0,0 +1,44 @@ +### ✅ **Prompt für eine Coding KI (z. B. ChatGPT, Codex, GitHub Copilot, etc.)** + +> "Erstelle eine **HTML-Datei**, die eine **ADHS-freundliche, visuell ansprechende und strukturierte Aufgabenliste** darstellt. Die Liste sollte folgende Merkmale aufweisen: +> +> 1. **Klarer visueller Aufbau**: Einfache, klare Liste mit Nummerierung oder Symbolen (z. B. ✅, ⚠️, 🎯). +> +> 2. **Farbliche Unterstützung**: Nutze **pastellige oder beruhigende Farben** (z. B. Lavendel, Blau, Gelb, Lila) für die verschiedenen Status (erledigt, in Bearbeitung, nicht begonnen). +> +> 3. **Interaktivität**: Mögliche Option, den Status der Aufgaben zu aktualisieren (z. B. von „in Bearbeitung“ zu „erledigt“). +> +> 4. **Flexibilität**: Mögliche Option, Aufgaben zu hinzufügen, zu löschen oder zu verschieben. +> +> 5. **Erinnerungen**: Ein **Timer oder Erinnerung** für jede Aufgabe. +> +> 6. **Zielorientierte Darstellung**: Zeige den Fortschritt in Form eines **Kreises oder Balkens**, um den Überblick zu behalten. +> +> 7. **Dark Mode**: Option, den Hintergrund auf **Dark Mode** zu wechseln, um Stress zu reduzieren. +> +> 8. **Responsive Design**: Die Liste sollte auf allen Bildschirmgrößen gut funktionieren. +> +> 9. **Farbpalette**: Verwende die folgende Farbpalette: +> * **Lavendel** (hauptsächlich für wichtige Aufgaben) +> +> * **Blau** (für erledigte Aufgaben) +> +> * **Gelb** (für dringende Aufgaben) +> +> * **Weiß oder Beige** (Hintergrundfarbe) +> +> * **Orange oder Lila** (für Aufgaben, die noch nicht begonnen wurden) +> +> +> Erstelle die HTML-Datei mit **CSS** und optional **JavaScript**, um interaktive Funktionen zu ermöglichen. Die Liste sollte sich automatisch aktualisieren, sobald eine Aufgabe erledigt wird. Mögliche Optionen: +> +> * **Kreis-Modell** +> +> * **Balken-Modell** +> +> * **Karteähnliche Struktur** (visuelle Karte) +> +> * **Farbe für Priorisierung** (z. B. Rot = dringend, Gelb = wichtig, Grün = erledigt) +> +> +> Erstelle eine **visuelle Karte** mit Farben und Symbolen, die die Aufgaben darstellen. Die Aufgabenliste sollte sich **im Laufe der Zeit aktualisieren** und sich anpassen, sobald neue Aufgaben hinzugefügt oder bestehende bearbeitet werden." \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..2ee3a62 --- /dev/null +++ b/index.html @@ -0,0 +1,990 @@ + + + + + +Steady — a calmer task list + + + +
+ +
+
+

🌿 Steady

+

One calm list. Nothing lost, nothing rushed.

+
+
+ + +
+
+ +
+ + + + 0/0 + +
+ Add your first task 🎯 + Small steps still count. +
+
+ +
+ + + +
+ +
+ + + + + + + + +
+ +
+ +
+ 🌙 Later (0) +
+
+ +
+ +
+ + + +
+ + + + diff --git a/steady-backup-2026-08-07.json b/steady-backup-2026-08-07.json new file mode 100644 index 0000000..f5a5188 --- /dev/null +++ b/steady-backup-2026-08-07.json @@ -0,0 +1,80 @@ +[ + { + "id": "faaea9af-7e2f-4ae7-b1df-d846e46ed15e", + "text": "test 1", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": "2026-08-07T22:00:00.000Z", + "createdAt": 1786112677570 + }, + { + "id": "11313d19-e4e5-4cdb-8120-38d9a7bb1050", + "text": "test 2", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": "2026-08-08T14:25:00.000Z", + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112696102 + }, + { + "id": "4f815881-9c31-4895-82c6-3aecf505218b", + "text": "test3", + "status": "not-started", + "urgent": false, + "important": true, + "subtasks": [ + { + "id": "9fda4902-9079-4525-a74e-a4dae3c5d0fa", + "text": "One small step for man", + "done": false + } + ], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112716480 + }, + { + "id": "9cb9a9ba-96d3-4c17-8ddd-5b734a8d2efa", + "text": "test 4", + "status": "not-started", + "urgent": true, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112740415 + }, + { + "id": "c9678a33-ad94-4ea8-ab1b-f2fb0f2656cf", + "text": "test 5", + "status": "in-progress", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112752591 + }, + { + "id": "20ac29ae-ff76-46d7-8503-89620140f68b", + "text": "test 6", + "status": "done", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112764729 + } +] \ No newline at end of file diff --git a/upload.json b/upload.json new file mode 100644 index 0000000..b022103 --- /dev/null +++ b/upload.json @@ -0,0 +1,122 @@ +[ + { + "id": "1", + "text": "Fenster aufmachen", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112740415 + }, + { + "id": "2", + "text": "Schlüssel holen", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112752591 + }, + { + "id": "3", + "text": "Wäsche sammeln", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112764729 + }, + { + "id": "4", + "text": "Aufbietungsgeschichte recherchieren", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112776857 + }, + { + "id": "5", + "text": "Resultat von Aufbietungsgeschichte an Florian schicken", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112788985 + }, + { + "id": "6", + "text": "Anrufen bei der Ergotherapie", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112801113 + }, + { + "id": "7", + "text": "EMAIL?", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112813241 + }, + { + "id": "8", + "text": "Fliegending holen kombi mit Fenster", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112825369 + }, + { + "id": "9", + "text": "Hammer mitnehmen", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112837497 + }, + { + "id": "10", + "text": "Sachen für die Vor Ort Arbeit vorbereiten", + "status": "not-started", + "urgent": false, + "important": false, + "subtasks": [], + "due": null, + "notified": false, + "hiddenUntil": null, + "createdAt": 1786112849625 + } +]