From efb4c8384d26702d3f0ed380e7a7f35ec35b8f3c Mon Sep 17 00:00:00 2001 From: Dylan De Faoite Date: Tue, 31 Mar 2026 16:40:54 +0100 Subject: [PATCH] chore(stats): remove average_thread_depth --- .../src/components/InteractionalStats.tsx | 18 ++++----------- frontend/src/types/ApiTypes.ts | 1 - server/analysis/interactional.py | 22 ------------------- server/analysis/stat_gen.py | 1 - 4 files changed, 4 insertions(+), 38 deletions(-) diff --git a/frontend/src/components/InteractionalStats.tsx b/frontend/src/components/InteractionalStats.tsx index 6216340..7ec1539 100644 --- a/frontend/src/components/InteractionalStats.tsx +++ b/frontend/src/components/InteractionalStats.tsx @@ -99,37 +99,27 @@ const InteractionalStats = ({ data }: InteractionalStatsProps) => {

Conversation Overview

- Who talks to who, and how concentrated the replies are. + Who talks to who, how much they interact, and how concentrated the replies are.

-