chore: add unknown status to schema and update porting report

This commit is contained in:
Joseph Doherty
2026-02-27 05:27:47 -05:00
parent 0c9eb2a06c
commit 9e2d763741
3 changed files with 40 additions and 3 deletions

View File

@@ -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', 'deferred')),
CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred', 'unknown')),
dotnet_project TEXT,
dotnet_class TEXT,
dotnet_method TEXT,
@@ -54,7 +54,7 @@ CREATE TABLE IF NOT EXISTS unit_tests (
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', 'deferred')),
CHECK (status IN ('not_started', 'stub', 'complete', 'verified', 'n_a', 'deferred', 'unknown')),
dotnet_project TEXT,
dotnet_class TEXT,
dotnet_method TEXT,

View File

@@ -1,6 +1,6 @@
# NATS .NET Porting Status Report
Generated: 2026-02-27 10:26:56 UTC
Generated: 2026-02-27 10:27:48 UTC
## Modules (12 total)

37
reports/report_0c9eb2a.md Normal file
View File

@@ -0,0 +1,37 @@
# NATS .NET Porting Status Report
Generated: 2026-02-27 10:27:48 UTC
## Modules (12 total)
| Status | Count |
|--------|-------|
| verified | 12 |
## Features (3673 total)
| Status | Count |
|--------|-------|
| deferred | 2500 |
| n_a | 18 |
| stub | 168 |
| verified | 987 |
## Unit Tests (3257 total)
| Status | Count |
|--------|-------|
| deferred | 2680 |
| n_a | 187 |
| verified | 390 |
## Library Mappings (36 total)
| Status | Count |
|--------|-------|
| mapped | 36 |
## Overall Progress
**1594/6942 items complete (23.0%)**