Suggestions needed for poll plugin
-
So anyone feel like designing / creating some visuals? Specifically the poll view Would include both the vote and results screen.
-
@Carl I have this very ugly and quick mockup for testing purposes:
http://i.imgur.com/Lm1jv48.pngI've chosen to "embed" them inside the first post for theme compatibility reasons. In my opinion it would look best just above the first post, but I can't guarantee compatibility with all themes that way.
-
By the way... I got voting working
-
@Schamper Looks nice!
-
@baris Good catch hehe, this poll survived a few iterations and had a vote prior to adding a check if you had already voted, which wasn't backwards compatible. So the total count is at 2, but the option count is only at 1
-
I don't want to fully "release" just yet, so for anyone that wants to help out with the development of this: https://github.com/Schamper/nodebb-plugin-poll
I really need some code in there that's not mine (for new insights, you know), most of the stuff can probably be done better and more efficient.So for anyone reading, please help out
-
No promises ofc coz have a ton of other things on my plate, but will fork it and check it out, coz obviously I'm a bit impatient and all that
-
Small update on this. I've implemented the basics of poll settings. The syntax is as follows:
[poll title="Poll title here" max="3"] - Poll options ... [/poll]
The default values for these will be editable from the AdminCP soon.
If anyone is willing to help out on this, I've added a small todo list to the readme of the repo. It includes the things I could currently think of. If you see any improvements yourself or think of cool features, feel free to contribute!
-
Just kinda using this as an "update" thread for this plugin, at least until it's released.
I added a bunch of more stuff:
- Automatic poll ending, select a date and time and the poll will close then
- Multiple choice polls
- Details on the votes:
In the background you can also see a slight change in design.
When I implement the visualization of states on a poll (closed, deleted, etc) I feel that this can have it's first release.
-
Pushed some more fixes and a very simple representation of a closed/ended poll. If some (core) devs would be so kind as to review some of the code and either fix some critical issues or point them out to me, I feel like this could get a first release.
Since I imagine there being at least some demand of this being installed on the community forums, I feel like at least a minor security review would be in place by the core devs
(So here I'm spamming @julianlam, @psychobunny and @barisusakli ) -
@baris is the resident troll around here, he's the right man for the job Had a look through, don't see anything that I'd be worried about. Love this idea though for interfacing with hooks, I'm going to steal that idea for my future plugins
-
Went through it again, looks good to me. You should release it early so people can start testing.
Also this is more of a suggestion. Maybe a poll widget can be built using the same code so admins can place polls on the homepage or anywhere they want like most sites. Not sure how to integrate that with the current system as its based on topics/posts.