--- urn: "urn:penemure:1bdddab5-c28e-47f4-a6fd-610fff4ff5f6" backend: "pub" ancestors: - 📁 Penemure created: 2025-03-07 16:08:43.752435+00:00 updated: 2025-03-07 16:08:43.752436+00:00 tags: status: "backlog" priority: "medium" --- # 📝 Link backend to the backend's "home" if it exists, in note metadata ## Description todo ## 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%' ```