From 8710a140f8aa464ac39d01fd0520539a4b72d190 Mon Sep 17 00:00:00 2001 From: buenosairesam Date: Sun, 3 Aug 2025 09:06:42 -0300 Subject: [PATCH] claude attempt 1 to feature update --- dmapp/def/devplan/wortroute | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dmapp/def/devplan/wortroute diff --git a/dmapp/def/devplan/wortroute b/dmapp/def/devplan/wortroute new file mode 100644 index 0000000..5c78cef --- /dev/null +++ b/dmapp/def/devplan/wortroute @@ -0,0 +1,20 @@ +goal + right now the /month route shows the time spent each day and the week totals in the last column + the goal is to create a very similar route /work that shows the daily times and week totals of time spent per project in the "work" workspace + +constraints + this is personal tool, is not professionaly developed and have no rectify that that now. so even it doesnt follow best practices prefer adding new execution flows instead of modifying existing except it absolutely doesnt make sense to do so + +steps to take + create one or more mongo queries that: + gathers all the task ids for all the projects from the task collections grouped by project, you can get the list of projects directly from this colection by looking in the "path" field of each document, work/ + + sums the deltas of the tasks spent only the "work" workspace, (see /def/queries/'sum active tasks between dates.js') for reference + + + + + + + + \ No newline at end of file