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.
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
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.