WordPress Page Template: Comment Filtering with Querystring

I don’t know of a way to do that short of creating your own comment tracking system.

Probably the easiest way to use WordPress’s functionality would be to make a “projects” custom post type and use custom fields to store product information like the id etc. This would allow commenting on each product and you could use get_posts to display all posts of type product on your projects page.