You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This workspace contains Python scripts for visualizing meeting data as directed
23
23
Processes an array of meeting summaries from a remote JSON file, building a directed graph that includes all workgroups and their associated meetings, people, documents, agenda items, actions, decisions, tags, and emotions.
24
24
-**Key Steps:**
25
25
1. Downloads JSON data from a URL.
26
-
2.Iterates through all workgroups in the array.
26
+
2.Handles both dict and list JSON structures, but always iterates through a list of workgroups.
27
27
3. Safely extracts nested fields for each workgroup.
28
28
4. Adds nodes and edges for all entities across all meetings.
29
29
5. Saves the resulting graph visualization as `graph2.png`.
0 commit comments