Removed tasks

This commit is contained in:
2026-02-05 19:47:45 +01:00
parent 5b6fa7e407
commit 8df02b92fd

View File

@@ -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.