nodebb-plugin-poll
nodebb-plugin-poll copied to clipboard
feature/anonymous-vote
Changes:
- Feature according to Issue #7
- Indentations according to
prettier.config.js
Implementation:
- Add
preferences
key as usingsetObject
with schema:
{
"_id": "5d741c2b28b4307fd76f05b1",
"_key": "poll:6:options:1:preferences:1",
"anonymous": true,
"uid": 1
}
- While fetching users verify is their option is anonymous. In case it is - replace it with anonymous.
TODO:
- Add support of transliteration for
Vote anonymously
button. Please let me know in comments what is proper way to make it.
Is there a plan to get this merged? Thanks!