by atko on 11/18/13, 6:31 PM with 0 comments
One of the features that I am planning to implement later on is limiting amount of votes a user can give per submission. I am guessing I will have to save data in a table where schema would look like username, submissionid, votedupordown and parsing those to allow or disallow access to voting functionality.
One more thing I have in mind is integration of either bing or google maps (depending on whichever gives me the most free queries per month) and SignalR to show in realtime submissions as they come up...
What am I making? I have no idea. This could be nothing or it could be something. Source may be released on github when I'm happy with it, right now it's probably rather messy but I do try to keep it neat.
Your thoughts? Ideas? Suggestions?