feat(ssa): Complete T-test end-to-end testing with 9 bug fixes - Phase 1 core 85% complete. R service: missing value auto-filter. Backend: error handling, variable matching, dynamic filename. Frontend: module activation, session isolation, error propagation. Full flow verified.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-02-19 20:57:00 +08:00
parent 8137e3cde2
commit 49b5c37cb1
86 changed files with 21207 additions and 252 deletions

View File

@@ -0,0 +1,21 @@
group,value
A,10.5
A,11.2
A,9.8
A,10.1
A,11.5
A,10.8
A,9.5
A,10.3
A,11.0
A,10.6
B,12.3
B,13.1
B,11.8
B,12.5
B,13.0
B,12.1
B,11.5
B,12.8
B,13.2
B,12.0
1 group value
2 A 10.5
3 A 11.2
4 A 9.8
5 A 10.1
6 A 11.5
7 A 10.8
8 A 9.5
9 A 10.3
10 A 11.0
11 A 10.6
12 B 12.3
13 B 13.1
14 B 11.8
15 B 12.5
16 B 13.0
17 B 12.1
18 B 11.5
19 B 12.8
20 B 13.2
21 B 12.0