nodebb-plugin-poll icon indicating copy to clipboard operation
nodebb-plugin-poll copied to clipboard

feature/anonymous-vote

Open pavlochernovyy opened this issue 5 years ago • 1 comments

Changes:

Implementation:

  1. Add preferences key as using setObject with schema:
      {
        "_id": "5d741c2b28b4307fd76f05b1",
        "_key": "poll:6:options:1:preferences:1",
        "anonymous": true,
        "uid": 1
    }
  1. While fetching users verify is their option is anonymous. In case it is - replace it with anonymous.

TODO:

  1. Add support of transliteration for Vote anonymously button. Please let me know in comments what is proper way to make it.

pavlochernovyy avatar Sep 07 '19 21:09 pavlochernovyy

Is there a plan to get this merged? Thanks!

bobfang1992 avatar Sep 17 '21 21:09 bobfang1992