From 9fa0c7554def351a022f13cd7d1a3be932e8d725 Mon Sep 17 00:00:00 2001 From: Omair Saleh Date: Tue, 10 Mar 2026 06:57:05 +0800 Subject: [PATCH] feat: team member awareness for ship/oops log - API: all endpoints support ?member= filtering - API: POST /ships and /oops now accept member field - API: new GET /api/team endpoint with per-member ship counts - Frontend: team filter pill bar on /live page - Frontend: click member to filter timeline, stats, incidents - Frontend: Everyone pill shows master view across all members --- html/live/index.html | 70 +++++++++++++++++++++++++++++++++++++ server.js | 82 +++++++++++++++++++++++++++++++------------- 2 files changed, 129 insertions(+), 23 deletions(-) diff --git a/html/live/index.html b/html/live/index.html index dbcb603..5f3f822 100644 --- a/html/live/index.html +++ b/html/live/index.html @@ -13,6 +13,24 @@ + @@ -91,6 +109,18 @@ + +
+
+
+ + +
+
+
+
@@ -169,6 +199,7 @@