docs: implementation plan for completing 93 stub features
This commit is contained in:
1644
docs/plans/2026-02-26-complete-stub-features.md
Normal file
1644
docs/plans/2026-02-26-complete-stub-features.md
Normal file
File diff suppressed because it is too large
Load Diff
33
docs/plans/2026-02-26-complete-stub-features.md.tasks.json
Normal file
33
docs/plans/2026-02-26-complete-stub-features.md.tasks.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"planPath": "docs/plans/2026-02-26-complete-stub-features.md",
|
||||
"tasks": [
|
||||
{
|
||||
"id": 7,
|
||||
"subject": "Session A — Config binding (67 stubs)",
|
||||
"status": "pending",
|
||||
"subtasks": [
|
||||
"A1: Add JsonPropertyName attrs to ServerOptions.cs",
|
||||
"A2: Create Config/NatsJsonConverters.cs",
|
||||
"A3: Create Config/ServerOptionsConfiguration.cs",
|
||||
"A4: Write Config/ServerOptionsConfigurationTests.cs",
|
||||
"A5: DB update + commit"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 8,
|
||||
"subject": "Session B — Auth implementation (26 stubs)",
|
||||
"status": "pending",
|
||||
"subtasks": [
|
||||
"B1: Add NATS.NKeys NuGet package",
|
||||
"B2: Add operator JWT methods to JwtProcessor.cs",
|
||||
"B3: Add auth helper methods to AuthHandler.cs",
|
||||
"B4: Create NatsServer.Auth.cs",
|
||||
"B5: Create Auth/AuthCallout.cs",
|
||||
"B6: Create NatsServer.Signals.cs",
|
||||
"B7: Write Auth/AuthImplementationTests.cs",
|
||||
"B8: DB update + commit"
|
||||
]
|
||||
}
|
||||
],
|
||||
"lastUpdated": "2026-02-26T00:00:00Z"
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-26 21:54:06 UTC
|
||||
Generated: 2026-02-26 21:59:34 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
|
||||
38
reports/report_63715f2.md
Normal file
38
reports/report_63715f2.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# NATS .NET Porting Status Report
|
||||
|
||||
Generated: 2026-02-26 21:59:34 UTC
|
||||
|
||||
## Modules (12 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| complete | 11 |
|
||||
| not_started | 1 |
|
||||
|
||||
## Features (3673 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| complete | 3503 |
|
||||
| n_a | 77 |
|
||||
| stub | 93 |
|
||||
|
||||
## Unit Tests (3257 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| complete | 319 |
|
||||
| n_a | 181 |
|
||||
| not_started | 2533 |
|
||||
| stub | 224 |
|
||||
|
||||
## Library Mappings (36 total)
|
||||
|
||||
| Status | Count |
|
||||
|--------|-------|
|
||||
| mapped | 36 |
|
||||
|
||||
|
||||
## Overall Progress
|
||||
|
||||
**4091/6942 items complete (58.9%)**
|
||||
Reference in New Issue
Block a user