pik-gane / vodle

We develop an interactive, consensus-oriented group decision app
https://twitter.com/vodle_it
GNU Affero General Public License v3.0
25 stars 16 forks source link

User can add private sticky notes to polls and options #62

Open mensch72 opened 2 years ago

mensch72 commented 2 years ago

add a "sticky note" icon in an appropriate place (probably the details sections) that opens a modal with a simple text field. entered note is then printed behind the icon. text is stored via setp(pid, "note", text) or setp(pid, "option."+oid+".note", text). these keys must be added to the list of keys to be stored in the user db rather than the poll db.

adrian-lison commented 2 years ago

I don't see this as part of the MVP tbh, especially as we are fighting to not have the poll page become to cluttered/complex. Maybe consider moving it to second release