From 16e76a93def7f06d951b714cfe487a0abdc58c21 Mon Sep 17 00:00:00 2001 From: Dylan Wright Date: Tue, 3 Jun 2025 20:17:53 +1000 Subject: [PATCH] Tracking DOs and other stuff added --- .idea/workspace.xml | 24 ++++++--- app/routes.py | 105 ++++++++++++++++++++++++++++++++++++ app/templates/do_entry.html | 34 ++++++++++++ app/templates/move_do.html | 35 ++++++++++++ app/templates/track_do.html | 41 ++++++++++++++ 5 files changed, 232 insertions(+), 7 deletions(-) create mode 100644 app/templates/do_entry.html create mode 100644 app/templates/move_do.html create mode 100644 app/templates/track_do.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5a62a7f..dacb5a3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,12 @@