--- urn: "urn:penemure:3b1142c2-dfa7-4130-b846-a3f7659ea670" backend: "pub" ancestors: - 📁 Penemure created: 2025-04-03 07:21:31.396412+00:00 updated: 2025-04-03 07:21:31.396412+00:00 tags: --- # 📝 maybe do not allow selection of backend for logging time, superfluous, based on project only. but what if there's no associated task/project? is that likely? maybe also restrict parents to project/task? ## Work on this Issue (todo, make this a gantt in the template, and add 'self') ```query-table SQL SELECT title, CAST(created AS DATE), updated - created AS duration FROM log WHERE parents LIKE '%SELF%' ```