I have a web site for showing different reports like these examples
http://contoso.com/report.aspx?id=1
http://contoso.com/report.aspx?id=2
In each report page I want to embed a Sharepoint control that will allow me to:
- Start a discussion for each report
- Add Comment/response to the existing thread for the report
- Rate the report on a scale of 1 to 5 and provide comments
As is implicit, a Sharepoint forum will be the backing store and can be accessed directly as well.
- Is this possible in Sharepoint 2007? How difficult if so?
- How can I implement such a scenario?