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:
Joseph Doherty
2026-02-26 21:53:53 -05:00
parent 1c5921d2c1
commit 11ec33da53
4 changed files with 40 additions and 4 deletions

View File

@@ -33,7 +33,7 @@ CREATE TABLE IF NOT EXISTS features (
go_line_number INTEGER, go_line_number INTEGER,
go_line_count INTEGER, go_line_count INTEGER,
status TEXT NOT NULL DEFAULT 'not_started' 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_project TEXT,
dotnet_class TEXT, dotnet_class TEXT,
dotnet_method TEXT, dotnet_method TEXT,

Binary file not shown.

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report # NATS .NET Porting Status Report
Generated: 2026-02-27 01:21:30 UTC Generated: 2026-02-27 02:53:53 UTC
## Modules (12 total) ## Modules (12 total)
@@ -12,7 +12,8 @@ Generated: 2026-02-27 01:21:30 UTC
| Status | Count | | Status | Count |
|--------|-------| |--------|-------|
| verified | 3673 | | deferred | 3394 |
| verified | 279 |
## Unit Tests (3257 total) ## Unit Tests (3257 total)
@@ -31,4 +32,4 @@ Generated: 2026-02-27 01:21:30 UTC
## Overall Progress ## Overall Progress
**4262/6942 items complete (61.4%)** **868/6942 items complete (12.5%)**

35
reports/report_1c5921d.md Normal file
View 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%)**