PolygeneLubricants / planning-poker

Just Planning Poker is a simple lightweight planning poker web application written in .Net Core 8 with Blazor WebAssembly.
https://justplanningpoker.com/
MIT License
34 stars 15 forks source link

Allow non-number values in Mode calculation #13

Closed PolygeneLubricants closed 1 year ago

PolygeneLubricants commented 2 years ago

Sessions who use non-number cards, like 👍 and ?, will not be included in the mode calculation, as this only filters for cards parsable as decimal.

Steps to reproduce:

  1. Create session with non-number card, 👍.
  2. Pick this card and Show result
  3. Mode is empty

Resolution Expand Mode calculation to allow non-number cards to be a valid mode result.