Closed rimblas closed 5 years ago
Changes done and verified on involved reports on the Voting app and Admin app.
Affected Objects:
@jwall-insum this functionality was simply incomplete.
For example, the decline button was missing so it would never save
We may need one process to register vote and one to delcine the vote. Right now we have a bug when you decline and later try to vote. Both things get registed:
I've made many changes to implement please re-test all scenarios Thanks!
Also, I added a new "Skipped" button on the IR for filtering
FYI, Voting Stats now counts "Skipped" sessions as voted
Changes: done Different scenarios: tested Affected Objects: voting app
If you "pass" on voting the abstract should be treated as if the user had voted. This is different from voting 0 (not possible today) or 1.
Use the new column
ks_session_votes.decline_vote_flag
When you vote make sureks_session_votes.decline_vote_flag
becomes nullShould think about ramification on average and reporting.