Reputation: 3499
I want to implement a rating system for my application to rate events.
I've been searching and I think this is the list that I need to do to achieve the rating system and I'll also attach what I found about each point.
Find a suitable algorithm: I've searched a lot but didn't find a good algorithm till now
Determine the database structure that I'm going to use
The c# code and the JavaScript code required to implement the plugin and send the poll results to the database
I think that's it! if you have any suggestions or points to add please share it.
Upvotes: 2
Views: 9814
Reputation: 17652
I've built a rating system similar to yours, so I'll contribute some additional points to consider:
There's plenty of coding to be done and plenty of issues to consider to implement a "simple" ratings system, so I hope these thoughts help.
Upvotes: 5