From 6e650a7c571ba4c2c1a12c285c7588cb3bed4991 Mon Sep 17 00:00:00 2001 From: Daniel Pupius Date: Sun, 15 Mar 2026 16:45:23 +0000 Subject: [PATCH] chore: mark completed todos as complete --- ...de-names.md => 001-complete-p1-xss-infowindow-node-names.md} | 2 +- ....md => 003-complete-p1-processedpackets-unbounded-growth.md} | 2 +- ...aders.md => 004-complete-p2-sse-http-error-after-headers.md} | 2 +- ...ed.md => 006-complete-p2-networkmap-functions-redeclared.md} | 2 +- ...ration.md => 011-complete-p3-dead-code-mustparseduration.md} | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename todos/{001-pending-p1-xss-infowindow-node-names.md => 001-complete-p1-xss-infowindow-node-names.md} (99%) rename todos/{003-pending-p1-processedpackets-unbounded-growth.md => 003-complete-p1-processedpackets-unbounded-growth.md} (99%) rename todos/{004-pending-p2-sse-http-error-after-headers.md => 004-complete-p2-sse-http-error-after-headers.md} (99%) rename todos/{006-pending-p2-networkmap-functions-redeclared.md => 006-complete-p2-networkmap-functions-redeclared.md} (99%) rename todos/{011-pending-p3-dead-code-mustparseduration.md => 011-complete-p3-dead-code-mustparseduration.md} (97%) diff --git a/todos/001-pending-p1-xss-infowindow-node-names.md b/todos/001-complete-p1-xss-infowindow-node-names.md similarity index 99% rename from todos/001-pending-p1-xss-infowindow-node-names.md rename to todos/001-complete-p1-xss-infowindow-node-names.md index 94ad658..08b89d1 100644 --- a/todos/001-pending-p1-xss-infowindow-node-names.md +++ b/todos/001-complete-p1-xss-infowindow-node-names.md @@ -1,5 +1,5 @@ --- -status: pending +status: complete priority: p1 issue_id: "001" tags: [code-review, security, xss, frontend] diff --git a/todos/003-pending-p1-processedpackets-unbounded-growth.md b/todos/003-complete-p1-processedpackets-unbounded-growth.md similarity index 99% rename from todos/003-pending-p1-processedpackets-unbounded-growth.md rename to todos/003-complete-p1-processedpackets-unbounded-growth.md index 449b6ff..a306ab4 100644 --- a/todos/003-pending-p1-processedpackets-unbounded-growth.md +++ b/todos/003-complete-p1-processedpackets-unbounded-growth.md @@ -1,5 +1,5 @@ --- -status: pending +status: complete priority: p1 issue_id: "003" tags: [code-review, performance, memory, frontend, redux] diff --git a/todos/004-pending-p2-sse-http-error-after-headers.md b/todos/004-complete-p2-sse-http-error-after-headers.md similarity index 99% rename from todos/004-pending-p2-sse-http-error-after-headers.md rename to todos/004-complete-p2-sse-http-error-after-headers.md index 5c9113e..1191966 100644 --- a/todos/004-pending-p2-sse-http-error-after-headers.md +++ b/todos/004-complete-p2-sse-http-error-after-headers.md @@ -1,5 +1,5 @@ --- -status: pending +status: complete priority: p2 issue_id: "004" tags: [code-review, backend, sse, go, protocol] diff --git a/todos/006-pending-p2-networkmap-functions-redeclared.md b/todos/006-complete-p2-networkmap-functions-redeclared.md similarity index 99% rename from todos/006-pending-p2-networkmap-functions-redeclared.md rename to todos/006-complete-p2-networkmap-functions-redeclared.md index 05ffa80..3011515 100644 --- a/todos/006-pending-p2-networkmap-functions-redeclared.md +++ b/todos/006-complete-p2-networkmap-functions-redeclared.md @@ -1,5 +1,5 @@ --- -status: pending +status: complete priority: p2 issue_id: "006" tags: [code-review, frontend, react, architecture, quality] diff --git a/todos/011-pending-p3-dead-code-mustparseduration.md b/todos/011-complete-p3-dead-code-mustparseduration.md similarity index 97% rename from todos/011-pending-p3-dead-code-mustparseduration.md rename to todos/011-complete-p3-dead-code-mustparseduration.md index 0789f26..4278d7b 100644 --- a/todos/011-pending-p3-dead-code-mustparseduration.md +++ b/todos/011-complete-p3-dead-code-mustparseduration.md @@ -1,5 +1,5 @@ --- -status: pending +status: complete priority: p3 issue_id: "011" tags: [code-review, quality, cleanup, backend]