Skip to content

Commit f43c665

Browse files
author
MPCoreDeveloper
committed
Normalize visible state markers across issue drafts
1 parent 1b73b48 commit f43c665

19 files changed

+54
-2
lines changed

.github/issue-drafts/admin-console-v1.6.0/02-pg-catalog-and-information-schema-expansion.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Summary
22
Expand PostgreSQL metadata compatibility (`pg_catalog`, `information_schema`) to improve GUI introspection.
33

4-
**State: RESOLVED** — Implemented in commit on master. See `docs/server/PG_CATALOG_COVERAGE_v1.6.0.md`.
4+
## Status
5+
**State:** RESOLVED
56

67
## Why
78
GUI tools rely on catalog views to discover tables, indexes, constraints, triggers, and relationships.

.github/issue-drafts/admin-console-v1.6.0/03-binary-protocol-auth-and-session-hardening.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Harden binary protocol authentication/session behavior for external GUI and driver expectations.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Current binary protocol startup/auth flow is functional but needs stronger parity and production behavior.
69

.github/issue-drafts/admin-console-v1.6.0/04-sql-compatibility-and-ddl-introspection-polish.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Improve SQL compatibility and DDL/introspection behavior required by admin tools.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Many tools execute introspection SQL and DDL probes beyond regular CRUD workloads.
69

.github/issue-drafts/admin-console-v1.6.0/05-diagnostics-and-metrics-surface-upgrades.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Upgrade diagnostics surfaces for admin and monitoring workflows.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Developers and operators need reliable health and metrics insight without deep internals access.
69

.github/issue-drafts/admin-console-v1.6.0/06-viewer-v2-foundation-desktop-tooling.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Evolve `tools/SharpCoreDB.Viewer` into a stronger development companion (`Viewer v2` foundation).
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
A lightweight first-party desktop utility helps validate features and supports local workflows.
69

.github/issue-drafts/admin-console-v1.6.0/07-viewer-diagnostics-and-admin-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Add diagnostics and lightweight admin actions to `SharpCoreDB.Viewer`.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Users requested direct access to runtime metrics and common operational actions.
69

.github/issue-drafts/admin-console-v1.6.0/08-optional-web-admin-razor-pages-mvp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Investigate and deliver an optional lightweight web admin MVP using ASP.NET Core Razor Pages.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
A browser-based console lowers operational friction without committing to a heavy full console rewrite.
69

.github/issue-drafts/admin-console-v1.6.0/09-odbc-jdbc-driver-strategy-feasibility.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Produce a concrete strategy for ODBC/JDBC enablement and external ecosystem integration.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Some teams require standard connectivity layers for governance and tool compatibility.
69

.github/issue-drafts/admin-console-v1.6.0/10-documentation-and-adoption-playbook.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Publish a practical adoption playbook for admin and tooling workflows.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Users need clear guidance on what works now, what is in progress, and recommended paths.
69

.github/issue-drafts/admin-console-v1.6.0/11-tool-compatibility-ci-smoke-tests.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## Summary
22
Add CI smoke tests for core external-tool compatibility scenarios.
33

4+
## Status
5+
**State:** OPEN
6+
47
## Why
58
Compatibility can regress silently without automated checks.
69

0 commit comments

Comments
 (0)