scrumlr.io
scrumlr.io copied to clipboard
Stacks are only sorted by the votes on the top note of the stack
The problem
When notes are sorted by the amount of votes, only the top note of a stack is considered. This can lead to a wrong sorting.
Before sorting the notes, all votes in one stack should be added up and the sum should be considered
Browser
all
Steps to reproduce the behavior
- create one stack of two notes and another note in one column
- give the note at the bottom of the stack two votes
- give the single note one vote
- end the voting
The stack should now be sorted below the single note, even though the stack has more votes
Screenshots
Additional context
No response