One of the more important features that I’m working on for a future version of Ideal BB.NET is digg like ratings. If you haven’t seen the digg web site (www.digg.com) you should check it out.
There would be several phases to this feature. The first phase would let you “digg” a post if you like it by pressing a button next to the post. We would store the number of diggs that a post gets as well as the quality of the person that supplies the digg. The client code would use AJAX so that users can digg multiple posts on a page without having to refresh the entire page. Users would be able to view the number of diggs a post received next to the post itself.
Phase two would then provide different windows into the posts based on the information pulled from diggs. For example, one view could show a listing of posts based on which posts are digged the most. This would allow users to view content that is more popular rather based on users who actually read it and dug it. Another view could show posts based on ones that have no diggs so that administrators could remove those posts keeping content very relevant and popular.
Phase three would then bring the digg ratings into the search results. You would be able to search based on diggs as well as filter the search results based on diggs.
I suspect that this feature will be very popular and extremely useful. The key to keeping a good forum is making sure content stays on point and digg ratings would allow posts to be rated by users which would allow the better content to filter to the top. I’ve already started writing the specs on this feature but I don’t have a time frame on when it would be done. I need to get to some bug fixes first. Hopefully by January we can have this feature in a shipping version of our product.