pokerface/frontend
Jan Willem Mannaerts 4f5c71e811
All checks were successful
Build & Push Container Image / build (push) Successful in 10s
Fix infinite loop when saving 0-point estimate
Saving an estimate of 0 caused advanceToNext to re-poker the same
issue repeatedly: !0 is true and 0 === 0 matches the "unestimated"
check. Track pokered issues with an `estimated` flag so they are
skipped regardless of estimate value.

Also guard against empty session index entries in createScopedSession
(NATS KV tombstones after delete can return empty values, producing
an invalid trailing-dot key that crashes Bucket.get).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 11:20:22 +01:00
..
public Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
src Fix infinite loop when saving 0-point estimate 2026-03-03 11:20:22 +01:00
.env.example Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
index.html Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
package-lock.json Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
package.json Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00
vite.config.js Initial commit: Pokerface sprint planning poker for Jira 2026-02-26 21:38:37 +01:00