decidim-vocdoni / decidim-module-vocdoni

(WIP) A module for Decidim that brings an elections component based on the Vocdoni SDK and API
GNU Affero General Public License v3.0
8 stars 0 forks source link

Honor "secrets until the end" check in frontend #59

Closed andreslucena closed 1 year ago

andreslucena commented 1 year ago

Ref: VOC-SEC-07

Since 95ca1e1e79036c1763dac22463614cd4495c8563 we have the setting secretUntilTheEnd. This means that the results will be published in real time through the Explorer Vote portal.

For making this more transparent to all the voters, these results should be accessible from the Decidim installation.

Acceptance criteria

paarals commented 1 year ago

Extra comment from @andreslucena:

Implement an option to hide the results to the voters from the frontend until the organizer decides to publish them (at frontend level, not protocol level)

paarals commented 1 year ago

We need to test how is working secretUntilTheEnd in Decidim to better understand the problem.