From 8df02b92fd4ba35bbeebfd2232a6f2a8153c5b03 Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Thu, 5 Feb 2026 19:47:45 +0100 Subject: [PATCH] Removed tasks --- TASKS.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 TASKS.md diff --git a/TASKS.md b/TASKS.md deleted file mode 100644 index 37ad198..0000000 --- a/TASKS.md +++ /dev/null @@ -1,5 +0,0 @@ -# Findings – Pick'n'Play - -- [x] Non-admin suggestion edits now phase-gated: full edit in Suggest, title locked in Vote, no edits in Results. Updated PUT logic and expanded test to assert non-title fields edit in Vote and block in Results. -- [x] Joker create path now allows a sixth suggestion when using a joker and blocks a seventh; added coverage for the joker bypass case. -- [x] Editing another player's suggestion covered with 401 assertion to protect authorization regression.