]> git.mxchange.org Git - quix0rs-gnu-social.git/blob - plugins/Poll/README
Merge remote-tracking branch 'upstream/master' into social-master
[quix0rs-gnu-social.git] / plugins / Poll / README
1 Unfinished basic stuff:
2 * make pretty graphs for response counts
3 * ActivityStreams output of poll data is temporary; the interfaces need more flexibility
4 * ActivityStreams input not done yet
5 * need link -> show results in addition to showing results if you already voted
6 * way to change/cancel your vote
7
8 Known issues:
9 * HTTP caching needs fixing on show-poll; may show you old data if you voted after
10
11 Things todo:
12 * should we allow anonymous responses? or ways for remote profiles to respond locally?
13
14 Fancier things todo:
15 * make sure backup/restore work
16 * make sure ostatus transfer works
17 * a way to do poll responses over ostatus directly?
18 * allow links, tags, @-references in poll question & answers? or not?
19
20 Storage todo:
21 * probably separate the options into a table instead of squishing them in a text blob