bellroy / lesswrong-migrated

Automatically exported from code.google.com/p/lesswrong
Other
0 stars 0 forks source link

Finish off poll functionality started by jimrandomh #321

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In the [polls branch](https://github.com/tricycle/lesswrong/tree/polls) there 
is an implementation of polling functionality contributed by jimrandomh. 
There's a bit of work left to improve the styling and make it more robust. This 
is includes but is not limited to:

* Handle malformed polls, `[poll:asdf]`.
* Handle invalid input such as entering a letter as the response to a 'number' 
poll.
* Determine a way to escape a poll. Currently it isn't possible to enter the 
poll syntax and have it display.
* Show feedback when submitting a response to a poll.

Original issue reported on code.google.com by wjmo...@gmail.com on 3 Jul 2012 at 6:56

GoogleCodeExporter commented 9 years ago
Also needed:
* documentation for the users, probably under the "Show help" button
* make sure people can't vote multiple times

Original comment by zildjoh...@gmail.com on 7 Jul 2012 at 5:09

GoogleCodeExporter commented 9 years ago
Note that "documentation for the users, probably under the "Show help" button" 
was included in the original fork but I removed it during the merge to master. 
This is because since the original fork was made the content shown by the Show 
Help button is now pulled from wiki.lesswrong.com. See this commit for the help 
content: 
https://github.com/jimrandomh/lesswrong/commit/e8acd830238fe6ba3bcbaa75c19033e43
0468edc

Original comment by wjmo...@gmail.com on 9 Jul 2012 at 12:36

GoogleCodeExporter commented 9 years ago
Issue 320 has been merged into this issue.

Original comment by Matthew.Fallshaw on 10 Jul 2012 at 1:51

GoogleCodeExporter commented 9 years ago
Required functionalillty (from #320):
An "integrated" solution more like a typical poll that allow you to insert a 
poll within a comment, or create a "special" comment that is just a poll (e.g. 
poll title/question, single-select or multi-select, and the options to choose 
from). There could then be a "Show results" link below the poll that would clip 
from the poll form to the results view, and "Hide results" would flip back to 
showing the poll. Votes on polls would always be tied to each user account, so 
users could go back later and change their vote if they desired. Moreover, 
you'd need to have 20 karma in order to vote on polls. No karma goes to the 
creator of the poll from votes.

Graphic design will be supplied, tightening up the design of the current 
implementation.

Original comment by Matthew.Fallshaw on 10 Jul 2012 at 1:54

GoogleCodeExporter commented 9 years ago
(Designs with Wesley.)

Original comment by Matthew.Fallshaw on 23 Jul 2012 at 9:22

GoogleCodeExporter commented 9 years ago

Original comment by Matthew.Fallshaw on 3 Aug 2012 at 6:05

GoogleCodeExporter commented 9 years ago
Deployed to production.

Original comment by wjmo...@gmail.com on 19 Sep 2012 at 4:45