Skip to content

Commit e2ed240

Browse files
committed
docs(design): restore inline-code formatting on internal/admin/ in P1 row
The gemini suggestion accepted in 0dd986a added the [follow-ups](#out-of-scope-follow-ups) anchor link as intended, but the suggestion text dropped the backticks around `internal/admin/` in the P1 status-table row. Other rows in the same table (P4's references to docs/admin.md and scripts/rolling-update.sh) still use backticks for path-like identifiers, so the unbacktick'd internal/admin/ is the formatting outlier. Re-added the backticks. No other changes — the anchor link the suggestion introduced is preserved.
1 parent 2a4583f commit e2ed240

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/design/2026_04_24_implemented_admin_dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
| Phase | Status | Landed via |
1111
|---|---|---|
12-
| **P1** — internal/admin/ skeleton, auth, DynamoDB list/create/describe/delete, AdminForward (Section 3.3 acceptance criteria 1–4 + 6; criterion 5 deferred — see [follow-ups](#out-of-scope-follow-ups)) | ✅ shipped | #634, #635, #644, #648 |
12+
| **P1**`internal/admin/` skeleton, auth, DynamoDB list/create/describe/delete, AdminForward (Section 3.3 acceptance criteria 1–4 + 6; criterion 5 deferred — see [follow-ups](#out-of-scope-follow-ups)) | ✅ shipped | #634, #635, #644, #648 |
1313
| **P2** — S3 bucket list/create/delete/ACL, DescribeTable | ✅ shipped | #658 (read-only slice 1) + #669 (writes, slice 2a) + #673 (AdminForward integration, slice 2b) + #695 (AdminDeleteBucket TOCTOU safety net) |
1414
| **P3** — React SPA + embed | ✅ shipped | #649, #650 |
1515
| **P4** — TLS, read-only role, CSRF, `docs/admin.md`, deployment runbook + `scripts/rolling-update.sh` admin support | ✅ shipped | TLS / role / CSRF live in P1; operator doc + runbook + script wiring in #674 / #669 / #678 |

0 commit comments

Comments
 (0)