counter statements #45
Labels
No labels
BZK
Backlog
Bug
Prio 1
Prio 2
Prio 3
RC
Testing
WIP
auth
doc
feature
frontend
idea
integration
math
ops
bug
duplicate
enhancement
question
testing
verify
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BetaBreak/voxit-project#45
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Statement counter is off counting beyond max amount.
assigned to @gberh
There seem to be multiple underlying issues here.
I can reproduce under-counting when submitting statements which happens because the total number of statements is increased immediately but current statement is too low because the users votes for their own statements are not increased immediately. These votes happen automatically on the server side and are then only propagated on the next poll after a few second.
I have not been able to reproduce the over-count shown in the screenshot yet.
At least the under-counting is fixed by
gitlab.com/particiapp/particiapp-web-client/-@47d10e3fe0.As there has been no further feedback after the above fix I'm closing this for now. Please reopen if anyone runs into over-counting again.