fix: mark server module features as deferred, not verified
Add 'deferred' to features.status CHECK constraint (table migration). Server module (module_id=8) 3394 features: verified → deferred. These features have ported implementations but their unit tests are deferred pending a runnable .NET server end-to-end. Small module features (modules 1-7, 9-12) remain verified.
This commit is contained in:
@@ -33,7 +33,7 @@ CREATE TABLE IF NOT EXISTS features (
|
||||
go_line_number INTEGER,
|
||||
go_line_count INTEGER,
|
||||
status TEXT NOT NULL DEFAULT 'not_started'
|
||||
CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a')),
|
||||
CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred')),
|
||||
dotnet_project TEXT,
|
||||
dotnet_class TEXT,
|
||||
dotnet_method TEXT,
|
||||
|
||||
BIN
porting.db
BIN
porting.db
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-27 01:21:30 UTC
|
||||
Generated: 2026-02-27 02:53:53 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
@@ -12,7 +12,8 @@ Generated: 2026-02-27 01:21:30 UTC
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| verified | 3673 |
|
||||
| deferred | 3394 |
|
||||
| verified | 279 |
|
||||
|
||||
## Unit Tests (3257 total)
|
||||
|
||||
@@ -31,4 +32,4 @@ Generated: 2026-02-27 01:21:30 UTC
|
||||
|
||||
## Overall Progress
|
||||
|
||||
**4262/6942 items complete (61.4%)**
|
||||
**868/6942 items complete (12.5%)**
|
||||
|
||||
35
reports/report_1c5921d.md
Normal file
35
reports/report_1c5921d.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-27 02:53:53 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| verified | 12 |
|
||||
|
||||
## Features (3673 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| deferred | 3394 |
|
||||
| verified | 279 |
|
||||
|
||||
## Unit Tests (3257 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| deferred | 2680 |
|
||||
| n_a | 187 |
|
||||
| verified | 390 |
|
||||
|
||||
## Library Mappings (36 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| mapped | 36 |
|
||||
|
||||
|
||||
## Overall Progress
|
||||
|
||||
**868/6942 items complete (12.5%)**
|
||||
Reference in New Issue
Block a user