impronunciable / hackdash

Ideas for a hackathon
http://hackdash.org
MIT License
68 stars 61 forks source link

Voting system #167

Open carineroos opened 7 years ago

carineroos commented 7 years ago

It would be nice to have a voting system for hackathon projects. Maybe it could be implemented with thumbs-up and thumbs-down icons.

pjnovas commented 7 years ago

@carineroos this could work for ya, url is down but the code should still be working if you want to lift it by yourself https://github.com/pjnovas/go-hackdash

carineroos commented 7 years ago

Thanks! I'll try that :-)

felipesanches commented 7 years ago

It seems to me that @carineroos was suggesting the thumbs-up/thumbs-down feature to be implemented in hackdash codebase itself, not as an external/auxilary tool. This issue should remain open so that we can brainstorm such enhancement proposal.

felipesanches commented 7 years ago

@impronunciable could you please re-open this issue ?

felipesanches commented 7 years ago

thanks :-)

felipesanches commented 7 years ago

@pjnovas has this code been submitted as a pull request in the past already? If not, how hard would it be to adapt the code into something that could be merged into the main codebase ?

pjnovas commented 7 years ago

@felipesanches it had no PR. There was a discussion around an year ago if voting should be implemented inside hackdash or as a separated project.
Taking that implementation inside hackdash will require some effort, I would rather go with a brand new implementation (if it goes inside hackdash) but I think hackdash needs a pre-rework on client (it has backbone on client and it's kinda old by now IMO)