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: SPECS/Workplan.md
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -904,6 +904,38 @@ Phase 8 Follow-up Backlog
904
904
905
905
## Known Issues / Bug Tracker
906
906
907
+
### BUG-T0: Uptime widget on Web UI always shows 1h 0m 0s
908
+
- **Type:** Bug / Feature Issue
909
+
- **Status:** 🔴 Open
910
+
- **Priority:** P2
911
+
- **Discovered:** 2026-02-13
912
+
- **Component:** Web UI Dashboard
913
+
- **Affected:** Web UI uptime widget display
914
+
915
+
#### Description
916
+
The uptime widget on the Web UI dashboard always displays a fixed value of "1h 0m 0s" instead of showing the actual runtime uptime of the XcodeMCPWrapper process.
917
+
918
+
#### Symptoms
919
+
```
920
+
Uptime widget shows: 1h 0m 0s
921
+
Expected: Dynamic uptime that increases over time (e.g., 1h 5m 23s after 5 minutes 23 seconds)
922
+
```
923
+
924
+
#### Root Cause Analysis
925
+
[To be diagnosed during implementation]
926
+
927
+
#### Workaround
928
+
The uptime counter in the metrics sidebar may show accurate counts for requests/errors as an alternative indicator of runtime.
929
+
930
+
#### Resolution Path
931
+
- [ ] Investigate Web UI metrics collection and uptime calculation
932
+
- [ ] Check if uptime is being calculated as fixed value instead of elapsed time
933
+
- [ ] Implement dynamic uptime display
934
+
- [ ] Add tests for uptime widget accuracy over time
0 commit comments