tomouchuu / nkdsu-voting-recommendation-machine

Use your Hummingbird/MAL Account to give you recommendations on songs to vote for on Neko Desu.
MIT License
2 stars 0 forks source link

Actually Vote for Tracks! #1

Closed tomouchuu closed 9 years ago

tomouchuu commented 9 years ago

Right now it's all when and good to see the recommendations but voting for them is a hassle. The current plan is to use the same system as Neko Desu so click on a release to add it to the voting list. We should display this in the sidebar too.

The textarea allows the user to add a message to their voting tweet. Upon clicking one of the tweet options we'll open up the twitter popup - twitter.com/intent/tweet?text=%40nkdsu%20[vote_urls (space seperated)]

If a message was entered the link would be - twitter.com/intent/tweet?text=%40nkdsu%20[vote_urls(space seperated)]%20[twitterMsg]

We need checks to make sure the tweet is under the twitter character limit and we need to hide the Vote For All button when there are more then 6 recommendations.