1 | ||
1 | ||
1 | ||
1 |
I had been editing polls using a REPL. It was handy for both doing bulk operations and not too bad for editing a single item.
Simple as:
var p = require('./polllogic');
p.editOption(93,'My new text');
But that doesn't give other people easy access. Only a few people really need to be able to edit polls and I can improve accessibility later but this is a step in that direction.
/edit/poll/{id} is now a thing. I do have it set up so only the creator of a poll can access the page, so if you want to see it you'll have to make a poll.
But the movie poll I set up so both myself and JasonCarswell can edit it. I could add others who want to help format.
https://goatmatrix.net/edit/poll/14
Only people with the appropriate badges can include html in a poll.
For fun I made a poll almost anyone can edit.
https://goatmatrix.net/c/Polls/AuxTjMbq4b
https://goatmatrix.net/edit/poll/44
I guess I should learn about these new superpowers, what this even means, and how to use them for good, not evil.