I am using Drupal 7 for my project. I have custom blocks created. These blocks contain news items from an RSS feed. Each news item is identifiable uniquely from the database.
For each news item displayed individually in custom block, I need to have ratings and comments added. I believe comments and ratings can be easily handled on nodes. Hence, I am looking to convert custom blocks into nodes.
Q1: Is this the right approach?, If not, any suggestions on how best to approach this?
Q2: Any suggestions on which modules / extensions that can help me achieve this?
Any help is highly appreciated.