diff --git a/assets/pasted-20260312-161138-4fa78450.png b/assets/pasted-20260312-161138-4fa78450.png new file mode 100644 index 0000000..cd1529c Binary files /dev/null and b/assets/pasted-20260312-161138-4fa78450.png differ diff --git a/core/templates/core/project_detail.html b/core/templates/core/project_detail.html index aa2a48d..958f0fd 100644 --- a/core/templates/core/project_detail.html +++ b/core/templates/core/project_detail.html @@ -1,7 +1,7 @@ {% extends 'base.html' %} {% block content %} -
{{ project.industry }} | Goal: {{ project.goal }}
@@ -11,12 +11,11 @@Something went wrong during generation, or the map was cleared.
Click on a node or edge in the map to see its details here.
-Click on a node or edge in the map to see its details here.
+Summary:
${node.summary}
Summary:
${node.summary}
From: ${fromNode.label}
-To: ${toNode.label}
-How:
${edge.how || 'N/A'}
Why:
${edge.why || 'N/A'}
From: ${fromNode.label}
+To: ${toNode.label}
+How: ${edge.how || 'N/A'}
+Why: ${edge.why || 'N/A'}
+Click on a node or edge in the map to see its details here.
'; + detailsPanel.innerHTML = 'Click on a node or edge in the map to see its details here.
'; } }); @@ -236,12 +256,12 @@ const responseDiv = document.getElementById('ai-response'); // Append user message - responseDiv.innerHTML += `